Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 13114 invoked from network); 16 Apr 2007 15:38:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 15:38:09 -0000 Received: (qmail 28588 invoked by uid 500); 16 Apr 2007 15:38:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28555 invoked by uid 500); 16 Apr 2007 15:38:15 -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 28537 invoked by uid 99); 16 Apr 2007 15:38:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 08:38:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [32.97.182.144] (HELO e4.ny.us.ibm.com) (32.97.182.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 08:38:08 -0700 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e4.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id l3GFblQg021799 for ; Mon, 16 Apr 2007 11:37:47 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l3GFblfV530600 for ; Mon, 16 Apr 2007 11:37:47 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l3GFbVxS015778 for ; Mon, 16 Apr 2007 11:37:31 -0400 Received: from [127.0.0.1] (sig-9-48-118-56.mts.ibm.com [9.48.118.56]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l3GFbTdC014872 for ; Mon, 16 Apr 2007 11:37:30 -0400 Message-ID: <462397FE.20003@sbcglobal.net> Date: Mon, 16 Apr 2007 08:36:30 -0700 From: Mike Matrigali Reply-To: mikem_app@sbcglobal.net User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: is anyone looking at new import/export tinderbox errors that look like they started with checkin for DERBY-2193 or DERBY-2444? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org From tinderbox it looks like the new errors showed up in: http://dbtg.thresher.com/derby/test/tinderbox_trunk16/jvm1.6/FailReports/528565.html Unfornately this tinderbox run had a number of checkins, so not exactly sure which checkin did it. Both DERBY-2193 and DERBY-2444 seem like they might affect import tests. If no one is looking at this I will at least file a new JIRA to track. If anyone has done the work to figure out which checkin caused the problem, please let the list know. Changes from 528490/528490 to 528565: ------------------------------------------------------------------------ r528492 | rhillegas | 2007-04-13 16:07:41 +0200 (Fri, 13 Apr 2007) | 1 line DERBY-2193: Add line numbers and file names to import error messages. ------------------------------------------------------------------------ r528494 | rhillegas | 2007-04-13 16:25:20 +0200 (Fri, 13 Apr 2007) | 1 line DERBY-2544: Disable SecurityPolicyReloadingTest because it fails in the tinderbox environment on java 6 when run in the suite. ------------------------------------------------------------------------ r528546 | kahatlen | 2007-04-13 18:23:18 +0200 (Fri, 13 Apr 2007) | 6 lines DERBY-2444: Implement not implemented methods Blob.getBinaryStream(long pos, long length) and Clob.getCharacterStream(long pos, long length) in the Network Client Patch contributed by V. Narayanan. ------------------------------------------------------------------------ U java/engine/org/apache/derby/impl/load/Import.java U java/engine/org/apache/derby/impl/load/ImportAbstract.java U java/engine/org/apache/derby/loc/messages.xml U java/shared/org/apache/derby/shared/common/reference/SQLState.java U java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java U java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobTest.java U java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java U java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobClobTestSetup.java U java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExportThruIJ.sql U java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExportThruIJ_app.properties A java/testing/org/apache/derbyTesting/functionTests/testData/ImportExport/derby-2193-linenumber.txt U java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/jdk16/ieptests.out U java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/ieptests.out U java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk16/ieptests.out U java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/ieptests.out U java/testing/org/apache/derbyTesting/functionTests/master/importExportThruIJ.out U java/testing/org/apache/derbyTesting/functionTests/master/ieptests.out U java/client/org/apache/derby/client/am/Blob.java U java/client/org/apache/derby/client/am/Clob.java U java/client/org/apache/derby/client/am/Lob.java Fetching external item into 'tools/testing/derby/10.1' Updated external to revision 528565. Updated to revision 528565. 528565 URL: https://svn.apache.org/repos/asf/db/derby/code/trunk Performing status on external item at 'tools/testing/derby/10.1'