Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 94342 invoked from network); 14 May 2009 23:43:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 May 2009 23:43:08 -0000 Received: (qmail 61453 invoked by uid 500); 14 May 2009 23:43:07 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 61394 invoked by uid 500); 14 May 2009 23:43:07 -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 61385 invoked by uid 99); 14 May 2009 23:43:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 23:43:07 +0000 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, 14 May 2009 23:43:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8681C234C004 for ; Thu, 14 May 2009 16:42:45 -0700 (PDT) Message-ID: <1080342191.1242344565546.JavaMail.jira@brutus> Date: Thu, 14 May 2009 16:42:45 -0700 (PDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4187) Convert altertable.sql to JUnit In-Reply-To: <1320685774.1240662330332.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-4187: ----------------------------------- Attachment: AlterTableTest.java Hi Eranda, thanks for the updated test. I made two additional changes: 1) Added "if (usingEmbedded())" in front of line 2117, and 2) Changed JDBC.assertFullResultSet to JDBC.assertUnorderedResultSet on line 3036 and then the test ran successfully for me! I've attached AlterTableTest.java with my modifications; can you confirm that the test now passes for you? > Convert altertable.sql to JUnit > ------------------------------- > > Key: DERBY-4187 > URL: https://issues.apache.org/jira/browse/DERBY-4187 > Project: Derby > Issue Type: Test > Components: Test > Affects Versions: 10.4.2.1 > Reporter: Eranda Sooriyabandara > Priority: Minor > Fix For: 10.5.1.2 > > Attachments: AlterTable.diff, AlterTable.java, AlterTableTest.diff, AlterTableTest.diff, AlterTableTest.diff, AlterTableTest.diff, AlterTableTest.diff, AlterTableTest.java, AlterTableTest.java > > Original Estimate: 486.08h > Remaining Estimate: 486.08h > > Converting altertable.sql harness test to JUnit -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.