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 "Andrew McIntyre (JIRA)" <ji...@apache.org> on 2007/01/25 21:40:49 UTC

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

     [ https://issues.apache.org/jira/browse/DERBY-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew McIntyre updated DERBY-881:
----------------------------------

    Fix Version/s:     (was: 10.1.4.0)

Unsetting Fix Version on Unassigned issues. Sending mail for these because these should be reviewed to see if they are still valid issues.

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-881
>                 URL: https://issues.apache.org/jira/browse/DERBY-881
>             Project: Derby
>          Issue Type: Test
>          Components: Network Client
>    Affects Versions: 10.1.3.1, 10.2.1.6
>         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.
-
You can reply to this email to add a comment to the issue online.