Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7222C258 for ; Fri, 11 May 2012 01:14:13 +0000 (UTC) Received: (qmail 98591 invoked by uid 500); 11 May 2012 01:14:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 98564 invoked by uid 500); 11 May 2012 01:14:12 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 98554 invoked by uid 99); 11 May 2012 01:14:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 01:14:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 01:14:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8151C4904A7 for ; Fri, 11 May 2012 01:13:49 +0000 (UTC) Date: Fri, 11 May 2012 01:13:49 +0000 (UTC) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Message-ID: <1424172308.52749.1336698829531.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DERBY-4834) Add helper class for working with index statistics in JUnit tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272967#comment-13272967 ] Mamta A. Satoor commented on DERBY-4834: ---------------------------------------- I ran all the junit and derbyall tests after backporting this jira to 10.6 and didn't run into any issues. I have committed the backport to 10.6 with revision 1336993. > Add helper class for working with index statistics in JUnit tests > ----------------------------------------------------------------- > > Key: DERBY-4834 > URL: https://issues.apache.org/jira/browse/DERBY-4834 > Project: Derby > Issue Type: Sub-task > Components: Test > Affects Versions: 10.7.1.1 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Priority: Minor > Fix For: 10.8.1.2 > > Attachments: derby-4834-1a-indexstats_utility_class.diff, derby-4834-2a-assertNoStatsTable.diff, derby-4834-3a-timeout.diff, derby-4834-4a-toString_leading_cols.diff > > > Dealing with index statistics in the JUnit tests require some tedious work, like looking up table and index ids, doing selects on the SYS.SYSSTATISTICS table, and analyzing the results of these queries. > To make life easer and the tests easier to read, a set of utility methods will be added to a new class living in the JUnit test framework package. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira