Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 57118 invoked from network); 18 Aug 2006 11:44:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Aug 2006 11:44:15 -0000 Received: (qmail 19533 invoked by uid 500); 18 Aug 2006 11:44:14 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 19502 invoked by uid 500); 18 Aug 2006 11:44:14 -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 19493 invoked by uid 99); 18 Aug 2006 11:44:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2006 04:44:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2006 04:44:13 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 463CF7142D3 for ; Fri, 18 Aug 2006 11:41:15 +0000 (GMT) Message-ID: <11484179.1155901275284.JavaMail.jira@brutus> Date: Fri, 18 Aug 2006 04:41:15 -0700 (PDT) From: =?utf-8?Q?=C3=98ystein_Gr=C3=B8vlen_=28JIRA=29?= To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1691) jdbcapi/blobclob4BLOB.java fails under DerbyNet framework with JCC 2.6 In-Reply-To: <12538755.1155592213946.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1691?page=3Dcomments#actio= n_12428986 ]=20 =20 =C3=98ystein Gr=C3=B8vlen commented on DERBY-1691: ---------------------------------------- David, the test is now failing with the same diff as two fixes ago. It s= eems like you have been toggling back and forth between two different maste= r files that both creates problems. From what I can see from the diffs, th= e problem is that the sequence of output is not always the same. This can = not be solved by switching from one sequence to another in the master file.= One will have to fix the test so that the output sequence is deterministi= c. > jdbcapi/blobclob4BLOB.java fails under DerbyNet framework with JCC 2.6 > ---------------------------------------------------------------------- > > Key: DERBY-1691 > URL: http://issues.apache.org/jira/browse/DERBY-1691 > Project: Derby > Issue Type: Bug > Components: Test, Regression Test Failure > Affects Versions: 10.2.1.0 > Environment: Linux 2.6.9-5.ELsmp Sun jdk 1.5.0_07-b03 > Reporter: Rajesh Kartha > Assigned To: David Van Couvering > Fix For: 10.2.1.0 > > > With JCC 2.6, the jdbcapi/blobclob4BLOB.java fails. The diff did not sho= w anything alarming, so I am guessing it > may be a master update. The test passed fine with DerbyClient > *** Start: blobclob4BLOB jdk1.5.0_06 DerbyNet derbynetmats:jdbcapi 2006-0= 8-11 23:29:48 *** > 466a467,474 > > EXPECTED SQLSTATE(22018): Invalid character string format for type INTE= GER. > > end clobTest54 > > START: clobTest6 > > EXPECTED SQLSTATE(null): Invalid position 0 or length 5 > > EXPECTED SQLSTATE(null): Invalid position 1 or length -76 > > EXPECTED SQLSTATE(null): Invalid position 1 or length -1 > > EXPECTED SQLSTATE(null): Invalid position 0 or length 0 > > FAIL -- unexpected exception:java.lang.StringIndexOutOfBoundsException:= String index out of range: -1 > 468,475d475 > < EXPECTED SQLSTATE(22018): Invalid character string format for type INTE= GER. > < end clobTest54 > < START: clobTest6 > < EXPECTED SQLSTATE(null): Invalid position 0 or length 5 > < EXPECTED SQLSTATE(null): Invalid position 1 or length -76 > < EXPECTED SQLSTATE(null): Invalid position 1 or length -1 > < EXPECTED SQLSTATE(null): Invalid position 0 or length 0 > < FAIL -- unexpected exception:java.lang.StringIndexOutOfBoundsException:= String index out of range: -1 > 775a776,782 > > blobTest54 finished > > START: blobTest6 > > EXPECTED SQLSTATE(null): Invalid position 0 or length 5 > > EXPECTED SQLSTATE(null): Invalid position 1 or length -76 > > EXPECTED SQLSTATE(null): Invalid position 1 or length -1 > > EXPECTED SQLSTATE(null): Invalid position 0 or length 0 > > FAIL -- unexpected exception:java.lang.NegativeArraySizeException > 777,783d783 > < blobTest54 finished > < START: blobTest6 > < EXPECTED SQLSTATE(null): Invalid position 0 or length 5 > < EXPECTED SQLSTATE(null): Invalid position 1 or length -76 > < EXPECTED SQLSTATE(null): Invalid position 1 or length -1 > < EXPECTED SQLSTATE(null): Invalid position 0 or length 0 > < FAIL -- unexpected exception:java.lang.NegativeArraySizeException > 789 del > < com.ibm.db2.jcc.c.SqlException: Operation 'CREATE TRIGGER' cannot be pe= rformed on object 'TESTBLOB' because there is an open ResultSet dependent o= n that object. > 789a789 > > com.ibm.db2.jcc.a.SqlException: Operation 'CREATE TRIGGER' cannot be pe= rformed on object 'TESTBLOB' because there is an open ResultSet dependent o= n that object. > Test Failed. > *** End: blobclob4BLOB jdk1.5.0_06 DerbyNet derbynetmats:jdbcapi 2006-0= 8-11 23:30:46 *** --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira