Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 41245 invoked from network); 26 Feb 2010 19:49:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Feb 2010 19:49:49 -0000 Received: (qmail 75917 invoked by uid 500); 26 Feb 2010 19:49:48 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75896 invoked by uid 500); 26 Feb 2010 19:49:48 -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 75889 invoked by uid 99); 26 Feb 2010 19:49:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 19:49:48 +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; Fri, 26 Feb 2010 19:49:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9AEE234C4A9 for ; Fri, 26 Feb 2010 11:49:27 -0800 (PST) Message-ID: <832680428.561701267213767890.JavaMail.jira@brutus.apache.org> Date: Fri, 26 Feb 2010 19:49:27 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (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 [ https://issues.apache.org/jira/browse/DERBY-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-4570: --------------------------------- Component/s: (was: Tools) Test Changing the category of this bug to Test. The problem is that the new tests are making a new connection to the database. This causes ij to invoke DriverManager.getConnection(), which you can't do on a small device. > 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 > > 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.