Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 71418 invoked from network); 10 Jul 2009 20:55:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 20:55:27 -0000 Received: (qmail 76992 invoked by uid 500); 10 Jul 2009 20:55:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 76945 invoked by uid 500); 10 Jul 2009 20:55:37 -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 76937 invoked by uid 99); 10 Jul 2009 20:55:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 20:55: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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 20:55:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6CFB234C004 for ; Fri, 10 Jul 2009 13:55:14 -0700 (PDT) Message-ID: <1986055307.1247259314800.JavaMail.jira@brutus> Date: Fri, 10 Jul 2009 13:55:14 -0700 (PDT) From: "Lily Wei (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4301) testGetBinaryStream failed with AssertionFailedError: (expected:<0> but was:<2>) with 10.3 server and 10.5 client testing 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 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.