Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 19205 invoked from network); 11 Jul 2008 15:28:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 15:28:53 -0000 Received: (qmail 8940 invoked by uid 500); 11 Jul 2008 15:28:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 8915 invoked by uid 500); 11 Jul 2008 15:28:53 -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 8904 invoked by uid 99); 11 Jul 2008 15:28:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 08:28:52 -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; Fri, 11 Jul 2008 15:28:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BF076234C166 for ; Fri, 11 Jul 2008 08:28:31 -0700 (PDT) Message-ID: <1752363524.1215790111781.JavaMail.jira@brutus> Date: Fri, 11 Jul 2008 08:28:31 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-3776) testGetBytes under BlobClob4BlobTest failed on Zos with encoding issue In-Reply-To: <1921617185.1215637411671.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-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-3776. --------------------------------- Resolution: Fixed Fix Version/s: 10.5.0.0 10.4.1.4 10.3.3.1 Assignee: Kathey Marsden > testGetBytes under BlobClob4BlobTest failed on Zos with encoding issue > ----------------------------------------------------------------------- > > Key: DERBY-3776 > URL: https://issues.apache.org/jira/browse/DERBY-3776 > Project: Derby > Issue Type: Bug > Components: JDBC > Environment: IBM 1.5 > Reporter: Kathey Marsden > Assignee: Kathey Marsden > Fix For: 10.3.3.1, 10.4.1.4, 10.5.0.0 > > > testGetBytes(org.apache.derbyTesting.functionTests.tests.jdbcapi > .BlobClob4BlobTest)junit.framework.ComparisonFailure: FAIL - > wrong substring value > expected: but was: i> > at java.lang.Throwable.(Throwable.java:67) > at > junit.framework.AssertionFailedError.(AssertionFailedEr > ror.java:11) > at > junit.framework.ComparisonFailure.(ComparisonFailure.ja > va:19) > at > org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4Blo > bTest.verifyInterval(BlobClob4BlobTest.java:3221) > at > org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4Blo > bTest.testGetBytes(BlobClob4BlobTest.java:1767) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor > Impl.java:59) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod > AccessorImpl.java:39) > 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.ja > va: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.ja > va:57) > running with -Dfile.encoding="UTF-16" on windows with Sun jdk 1.6 shows this issue as well but also shows other failures as well e.g. > 14) testGetBlobBeforeAndAfterUpdateStream(org.apache.derbyTesting.functionTests.tests.jdbcapi.B > amework.AssertionFailedError: FAIL - wrong blob value > at org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4BlobTest.updateBlobWith > ob4BlobTest.java:2727) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4BlobTest.testGetBlobBef > lobClob4BlobTest.java:2698) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > 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:104) > 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) > 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) > If these other failures are not the same issue, we can file another bug. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.