You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Mike Matrigali <mi...@sbcglobal.net> on 2007/04/16 17:36:30 UTC

is anyone looking at new import/export tinderbox errors that look like they started with checkin for DERBY-2193 or DERBY-2444?

 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'



Re: is anyone looking at new import/export tinderbox errors that look like they started with checkin for DERBY-2193 or DERBY-2444?

Posted by Rick Hillegas <Ri...@Sun.COM>.
Hopefully, revision 529322 fixes this regression. See DERBY-2193 for 
more information.

Regards,
-Rick

Rick Hillegas wrote:
> Hi Mike,
>
> I will take a look at this. At first blush, the error seems related to 
> my work on DERBY-2193.
>
> Regards,
> -Rick
>
> Mike Matrigali wrote:
>> 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'
>>
>>
>


Re: is anyone looking at new import/export tinderbox errors that look like they started with checkin for DERBY-2193 or DERBY-2444?

Posted by Rick Hillegas <Ri...@Sun.COM>.
Hi Mike,

I will take a look at this. At first blush, the error seems related to 
my work on DERBY-2193.

Regards,
-Rick

Mike Matrigali wrote:
> 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'
>
>


Re: is anyone looking at new import/export tinderbox errors that look like they started with checkin for DERBY-2193 or DERBY-2444?

Posted by V Narayanan <V....@Sun.COM>.
As Indicated in the comments of Derby-2444 I have run derbyall and 
junit.All before submitting this patch and I did not have any import 
related failures.

Also the following is the list of files 2444 modifies as can be found 
from the .stat files attached to this issue (hopefully this will help to 
isolate changes caused by 2444 from other changes.)

M      java/engine/org/apache/derby/loc/messages.xml
M      java/shared/org/apache/derby/shared/common/reference/SQLState.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobClobTestSetup.java
M      java/client/org/apache/derby/client/am/Blob.java
M      java/client/org/apache/derby/client/am/Clob.java
M      java/client/org/apache/derby/client/am/Lob.java
X      tools/testing/derby

Also before the patch was committed the tests were run as indicated in 
the comments.

I request for advice on anything else I can do to help here.

Narayanan

Mike Matrigali wrote On 04/16/07 21:06,:

>  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'
>
>