From derby-dev-return-76278-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Mon Mar 01 11:04:38 2010 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 40632 invoked from network); 1 Mar 2010 11:04:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 11:04:37 -0000 Received: (qmail 23249 invoked by uid 500); 1 Mar 2010 11:04:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 23189 invoked by uid 500); 1 Mar 2010 11:04:37 -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 23182 invoked by uid 99); 1 Mar 2010 11:04:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 11:04:37 +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; Mon, 01 Mar 2010 11:04:35 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A0C4B234C4A9 for ; Mon, 1 Mar 2010 11:04:14 +0000 (UTC) Message-ID: <1110581299.30771267441454657.JavaMail.jira@brutus.apache.org> Date: Mon, 1 Mar 2010 11:04:14 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-4570) test failure in ij7 with cdc foundation profile (ibm's weme6.2) In-Reply-To: <1640783364.530521267122868111.JavaMail.jira@brutus.apache.org> 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-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen resolved DERBY-4570. --------------------------------------- Resolution: Fixed Fix Version/s: 10.6.0.0 Issue & fix info: (was: [Patch Available]) Thanks for the patch, Sylvain. I believe that this should be enough to get the test working again on the small platforms, but I don't have an environment in which I could test that it actually works. Committed revision 917466. Let's wait and see if the nightly tests run cleanly before we close this issue. > test failure in ij7 with cdc foundation profile (ibm's weme6.2) > --------------------------------------------------------------- > > Key: DERBY-4570 > URL: https://issues.apache.org/jira/browse/DERBY-4570 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.6.0.0 > Environment: cdc foundation profile from ibm's weme6.2 > Reporter: Myrna van Lunteren > Assignee: Sylvain Leroux > Fix For: 10.6.0.0 > > Attachments: DERBY-4570.patch > > > I see the following test failure, which looks like somehow we're calling java.sql.Driver when that class is not available with the foundation profile. > This I think is related to the changes to ij: > ------------------------------------------------------------------------ > r916014 | rhillegas | 2010-02-24 14:39:49 -0800 (Wed, 24 Feb 2010) | 1 line > DERBY-4550: Commit Sylvain Leroux's patch which adds qualified identifiers to ij. > ------------------------------------------------------------------------ > I've not investigated further, perhaps this is a test issue after all, but I marked it tools for now. > This is the output from suites.All: > 1) ij7(org.apache.derbyTesting.functionTests.tests.tools.ToolScripts)junit.framework.ComparisonFailure: Output at line 250 expected: create table t1(a int, b int);> but was: > at junit.framework.AssertionFailedError.(AssertionFailedError.java:11) > at junit.framework.ComparisonFailure.(ComparisonFailure.java:19) > at org.apache.derbyTesting.functionTests.util.CanonTestCase.compareCanon(CanonTestCase.java:106) > at org.apache.derbyTesting.functionTests.util.ScriptTestCase.runTest(ScriptTestCase.java:198) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.