Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 32308 invoked from network); 24 Sep 2007 18:54:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2007 18:54:14 -0000 Received: (qmail 28557 invoked by uid 500); 24 Sep 2007 18:54:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28528 invoked by uid 500); 24 Sep 2007 18:54:02 -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 28513 invoked by uid 99); 24 Sep 2007 18:54:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 11:54:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 18:54:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E7E1D714213 for ; Mon, 24 Sep 2007 11:53:50 -0700 (PDT) Message-ID: <22742957.1190660030947.JavaMail.jira@brutus> Date: Mon, 24 Sep 2007 11:53:50 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-3082) DataSourceTest fixture testAllDataSources fails with AssertionFailedError through assertStringFormat on IBM iseries In-Reply-To: <815443.1190171564685.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-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren reassigned DERBY-3082: ----------------------------------------- Assignee: Myrna van Lunteren > DataSourceTest fixture testAllDataSources fails with AssertionFailedError through assertStringFormat on IBM iseries > ------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3082 > URL: https://issues.apache.org/jira/browse/DERBY-3082 > Project: Derby > Issue Type: Bug > Affects Versions: 10.3.1.4 > Environment: IBM iseries, OS: V5R4M0; both with ibm 142 (build 1.4.2_08-b02) and 15 jvm (build 1.5.0_03-b07) > Reporter: Myrna van Lunteren > Assignee: Myrna van Lunteren > > The test DataSourcesTest fails as follows on IBM iseries: > 1) testAllDataSources(org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceTest)junit.framework.AssertionFailedError > at java.lang.Throwable.(Throwable.java:195) > at java.lang.Error.(Error.java:49) > at junit.framework.AssertionFailedError.(AssertionFailedError.java:11) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceTest.assertStringFormat(DataSourceTest.java:2914) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceTest.assertToString(DataSourceTest.java:2883) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceTest.assertTenConnectionsUnique(DataSourceTest.java:2982) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceTest.testAllDataSources(DataSourceTest.java:228) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:88) > 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.