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 2006/02/07 23:00:39 UTC

any ideas on regression test failure of stream.diff - only in jdk1.3

I haven't had time to track this down, this failed over the weekend for
me in a clean client.  Any ideas?

********* Diff file
derbyall/derbynetclientmats/DerbyNetClient/derbynetmats/jdbcapi/Stream.diff
*** Start: Stream jdk1.3.1_15 DerbyNetClient derbynetmats:jdbcapi
2006-02-05 06:06:34 ***
5,6d4
< Caused by: org.apache.derby.client.am.SqlException: Stream of column
value in result cannot be retrieved twice
< 	... 4 more
11,12d8
< Caused by: org.apache.derby.client.am.SqlException: Stream of column
value in result cannot be retrieved twice
< 	... 4 more
17,18d12
< Caused by: org.apache.derby.client.am.SqlException: Stream of column
value in result cannot be retrieved twice
< 	... 4 more
16 del
< Caused by: org.apache.derby.client.am.SqlException: Stream of column
value in result cannot be retrieved twice
< 	... 4 more
Test Failed.
*** End:   Stream jdk1.3.1_15 DerbyNetClient derbynetmats:jdbcapi
2006-02-05 06:07:21 ***


Re: any ideas on regression test failure of stream.diff - only in jdk1.3

Posted by Knut Anders Hatlen <Kn...@Sun.COM>.
Mike Matrigali <mi...@sbcglobal.net> writes:

> I haven't had time to track this down, this failed over the weekend for
> me in a clean client.  Any ideas?
>
> ********* Diff file
> derbyall/derbynetclientmats/DerbyNetClient/derbynetmats/jdbcapi/Stream.diff
> *** Start: Stream jdk1.3.1_15 DerbyNetClient derbynetmats:jdbcapi
> 2006-02-05 06:06:34 ***
> 5,6d4
> < Caused by: org.apache.derby.client.am.SqlException: Stream of column
> value in result cannot be retrieved twice
> < 	... 4 more
> 11,12d8
> < Caused by: org.apache.derby.client.am.SqlException: Stream of column
> value in result cannot be retrieved twice
> < 	... 4 more
> 17,18d12
> < Caused by: org.apache.derby.client.am.SqlException: Stream of column
> value in result cannot be retrieved twice
> < 	... 4 more
> 16 del
> < Caused by: org.apache.derby.client.am.SqlException: Stream of column
> value in result cannot be retrieved twice
> < 	... 4 more
> Test Failed.
> *** End:   Stream jdk1.3.1_15 DerbyNetClient derbynetmats:jdbcapi
> 2006-02-05 06:07:21 ***

This is caused by the fix to DERBY-922. A comment attached to the
issue says:

  Submitted changes with revision 374809. I did have to change one
  output file, and derbynetclientmats passes cleanly on JDK1.4. This
  shouldn't impact JDK 1.3 since JDK1.3 doesn't support exception
  chaining

Since JDK 1.3 doesn't support exception chaining, it won't print
"caused by".

-- 
Knut Anders