Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 42540 invoked from network); 29 Apr 2008 20:48:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Apr 2008 20:48:41 -0000 Received: (qmail 43559 invoked by uid 500); 29 Apr 2008 20:48:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 43532 invoked by uid 500); 29 Apr 2008 20:48:42 -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 43504 invoked by uid 99); 29 Apr 2008 20:48:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2008 13:48:42 -0700 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; Tue, 29 Apr 2008 20:47:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B57A1234C10F for ; Tue, 29 Apr 2008 13:44:55 -0700 (PDT) Message-ID: <560547373.1209501895742.JavaMail.jira@brutus> Date: Tue, 29 Apr 2008 13:44:55 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3595) TableFunctionTest.SpecialCollation and NoSpecialCollation fail with IBM iseries in checkGetXXXCalls In-Reply-To: <100352563.1207294045676.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-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593108#action_12593108 ] Rick Hillegas commented on DERBY-3595: -------------------------------------- Committed derby-3595-01-smarterStackChecking.diff to trunk at subversion revision 652092 and ported to 10.4 branch at revision 652095. > TableFunctionTest.SpecialCollation and NoSpecialCollation fail with IBM iseries in checkGetXXXCalls > --------------------------------------------------------------------------------------------------- > > Key: DERBY-3595 > URL: https://issues.apache.org/jira/browse/DERBY-3595 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.4.1.3 > Environment: IBM iseries, sun jdk 1.4.2. or ibm 1.6 jvm > Reporter: Myrna van Lunteren > Attachments: derby-3595-01-smarterStackChecking.diff, derby-3595-disableStackChecking.diff, derby-3595-printStack.diff, env_report.txt, noSpecialCollation.derby.log, specialCollation.derby.log, tablefunctiontest.out_withprintstack > > > Two TableFunctionTest fixtures failed with the 10.4.1.0 beta: > 12) noSpecialCollation(org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest)junit.framework.ComparisonFailure: expected:<...Long getBlob getString getBytes getString getDate getBigDecimal getDouble getDouble getFloat getDouble getInt getString getBytes getBigDecimal getFloat getShort getTime getTimestamp getString getBytes...> but was:<...String getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString...> > at java.lang.Throwable.(Throwable.java:196) > at java.lang.Error.(Error.java:49) > at junit.framework.AssertionFailedError.(AssertionFailedError.java:11) > at junit.framework.ComparisonFailure.(ComparisonFailure.java:19) > at org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest.checkGetXXXCalls(TableFunctionTest.java:1282) > at org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest.allLegalDatatypesVTIResults(TableFunctionTest.java:1211) > at org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest.tableFunctionTest(TableFunctionTest.java:921) > at org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest.noSpecialCollation(TableFunctionTest.java:897) > 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:101) > 13) specialCollation(org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest)junit.framework.ComparisonFailure: expected:<...Long getBlob getString getBytes getString getDate getBigDecimal getDouble getDouble getFloat getDouble getInt getString getBytes getBigDecimal getFloat getShort getTime getTimestamp getString getBytes...> but was:<...String getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString getString...> > at java.lang.Throwable.(Throwable.java:196) > at java.lang.Error.(Error.java:49) > at junit.framework.AssertionFailedError.(AssertionFailedError.java:11) > at junit.framework.ComparisonFailure.(ComparisonFailure.java:19) > at org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest.checkGetXXXCalls(TableFunctionTest.java:1282) > at org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest.allLegalDatatypesVTIResults(TableFunctionTest.java:1211) > at org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest.tableFunctionTest(TableFunctionTest.java:921) > at org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest.specialCollation(TableFunctionTest.java:907) > 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:101) > 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 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.