[
https://issues.apache.org/jira/browse/DERBY-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916425#action_12916425
]
Knut Anders Hatlen commented on DERBY-4301:
-------------------------------------------
I think the first step in the reproduction above is supposed to say "... the
rest jar files from 10.3". I was able to reproduce it with derbyclient.jar from
10.5.3.0 and the rest of the jar files from 10.3.3.0.
> testGetBinaryStream failed with AssertionFailedError: (expected:<0> but
> was:<2>) with 10.3 server and 10.5 client testing
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-4301
> URL: https://issues.apache.org/jira/browse/DERBY-4301
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.5.1.1
> Environment: Windows Vista
> Reporter: Lily Wei
>
> testGetBinaryStream failed with 10.3 server 10.5 client testing.
> It looks like locks being held with testenBinaryStream which does not expect
> to happen.
> This is the stack trace:
> 1)
> testGetBinaryStream(org.apache.derbyTesting.functionTests.tests.jdbcapi.Large
> DataLocksTest)junit.framework.AssertionFailedError: expected:<0> but was:<2>
> at
> org.apache.derbyTesting.functionTests.tests.jdbcapi.LargeDataLocksTes
> t.testGetBinaryStream(LargeDataLocksTest.java:114)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at
> org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:
> 89)
> 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)
> FAILURES!!!
> Tests run: 8, Failures: 1, Errors: 0
> How to reproduce this bug:
> 1. Use derbyclient.jar with 10.5 the rest jar files from 10.5
> 2. run 'java junit.textui.TestRunner
> org.apache.derbyTesting.functionTests.tests.jdbcapi.LargeDataLocksTest'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.