Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 35230 invoked from network); 11 Nov 2010 09:27:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Nov 2010 09:27:07 -0000 Received: (qmail 63410 invoked by uid 500); 11 Nov 2010 09:27:38 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 63252 invoked by uid 500); 11 Nov 2010 09:27:38 -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 63245 invoked by uid 99); 11 Nov 2010 09:27:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Nov 2010 09:27: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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Nov 2010 09:27:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAB9RD67013076 for ; Thu, 11 Nov 2010 09:27:13 GMT Message-ID: <2162787.23641289467633267.JavaMail.jira@thor> Date: Thu, 11 Nov 2010 04:27:13 -0500 (EST) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-4898) testGetURL test fails in nightly runs. In-Reply-To: <13932195.9871289413759399.JavaMail.jira@thor> 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-4898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen resolved DERBY-4898. --------------------------------------- Resolution: Fixed Fix Version/s: 10.7.1.0 > testGetURL test fails in nightly runs. > -------------------------------------- > > Key: DERBY-4898 > URL: https://issues.apache.org/jira/browse/DERBY-4898 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.7.1.0 > Environment: trunk, on a windows xp laptop, against ibm16 jvm, sane build running against classes. > my java version: > s1_ibm16:5>java -version > java version "1.6.0" > Java(TM) SE Runtime Environment (build pwi3260sr6-20090925_01(SR6)) > IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr6-200909 > 23_42924 (JIT enabled, AOT enabled) > J9VM - 20090923_042924 > JIT - r9_20090902_1330ifx1 > GC - 20090817_AA) > JCL - 20090924_01 > Reporter: Mike Matrigali > Assignee: Knut Anders Hatlen > Fix For: 10.7.1.0 > > Attachments: d4898.diff > > > I saw this failure while running a test with some changes to print better diagnostics on checksum failure, so pretty > sure had nothing to do with my change. Just from looking at the message it looks likely to be a test issue with something changing the order of the properties. > There was 1 failure: > 1) testGetURL(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDa > taTest)junit.framework.ComparisonFailure: getURL match expected:<...territory=en > ;collation=TERRITORY_BASED> but was:<...collation=TERRITORY_BASED;territory=en> > at java.lang.Throwable.(Throwable.java:67) > at junit.framework.AssertionFailedError.(AssertionFailedError.java:11) > at junit.framework.ComparisonFailure.(ComparisonFailure.java:19) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest. > testGetURL(DatabaseMetaDataTest.java:717) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > :48) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI > mpl.java:37) > 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) > 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 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) > 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 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) > 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) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.