Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 4083 invoked from network); 22 May 2008 18:54:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2008 18:54:19 -0000 Received: (qmail 61037 invoked by uid 500); 22 May 2008 18:54:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 61005 invoked by uid 500); 22 May 2008 18:54:19 -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 60805 invoked by uid 99); 22 May 2008 18:54:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2008 11:54:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2008 18:53:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9FDD0234C121 for ; Thu, 22 May 2008 11:53:56 -0700 (PDT) Message-ID: <592024632.1211482436653.JavaMail.jira@brutus> Date: Thu, 22 May 2008 11:53:56 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3686) convert predicatePushdown.sql to JUnit In-Reply-To: <1104323026.1211472357085.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3686: ---------------------------------- Attachment: derby-3686_initial_conv_diff.txt Here is a patch for the initial test conversion with the SQLToJUnit utility. I ran into a few glitches with the tool which I patched up manually, but I will try to get a smaller repro case for those and maybe see if I can fix the tool. The test does not yet have the RuntimeStatistics analysis yet. I plan to check in the conversion so far and then add in the RuntimeStatistics parsing. The test currently passes but is incomplete. > convert predicatePushdown.sql to JUnit > --------------------------------------- > > Key: DERBY-3686 > URL: https://issues.apache.org/jira/browse/DERBY-3686 > Project: Derby > Issue Type: Task > Components: Test > Affects Versions: 10.5.0.0 > Reporter: Kathey Marsden > Assignee: Kathey Marsden > Priority: Minor > Attachments: derby-3686_initial_conv_diff.txt > > > predicatePushdown.sql fails intermittently in the nightlies ( DERBY-1902) with a plan variance. It would be good to convert it to JUnit and extract only the relevant information from RuntimeStatistics output. This might make the test more stable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.