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 "Ramandeep Kaur (JIRA)" <de...@db.apache.org> on 2006/01/27 04:58:34 UTC

[jira] Updated: (DERBY-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

     [ http://issues.apache.org/jira/browse/DERBY-881?page=all ]

Ramandeep Kaur updated DERBY-881:
---------------------------------

    Attachment: LOBTest.diff
                LOBTest.tmp
                LOBTest.tmpmstr

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-881
>          URL: http://issues.apache.org/jira/browse/DERBY-881
>      Project: Derby
>         Type: Test
>   Components: Regression Test Failure
>     Versions: 10.2.0.0, 10.1.2.2
>  Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>     Reporter: Ramandeep Kaur
>  Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira