Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.5.1.1
-
None
-
OS: Solaris 10 5/08 s10x_u5wos_10 X86 64bits - SunOS 5.10 Generic_127128-11
JVM:
Sun Microsystems Inc.
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode)
--------- Derby Information --------
JRE - JDBC: J2SE 5.0 - JDBC 3.0
OS: Solaris 10 5/08 s10x_u5wos_10 X86 64bits - SunOS 5.10 Generic_127128-11 JVM: Sun Microsystems Inc. java version "1.5.0_14" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode) --------- Derby Information -------- JRE - JDBC: J2SE 5.0 - JDBC 3.0
-
Regression Test Failure
Description
-
-
-
-
-
-
-
-
- Diff file largeData/largeDataTests/LobLimits.diff
-
-
-
-
-
- Start: LobLimits jdk1.5.0_14 largeData:largeDataTests 2009-01-08 23:30:11 ***
57 del
< EXPECTED SQL Exception: (XJ001) Java exception: 'A truncation error was encountered trying to shrink CLOB 'XXXX' to length 104857600.: org.apache.derby.iapi.services.io.DerbyIOException'.
57a57
> EXPECTED SQL Exception: (XJ001) Java exception: 'A truncation error was encountered trying to shrink CLOB '<stream-value>' to length 104857600.: org.apache.derby.iapi.services.io.DerbyIOException'.
66 del
< EXPECTED SQL Exception: (XJ001) Java exception: 'A truncation error was encountered trying to shrink CLOB 'XXXX' to length 104857600.: org.apache.derby.iapi.services.io.DerbyIOException'.
66a66
> EXPECTED SQL Exception: (XJ001) Java exception: 'A truncation error was encountered trying to shrink CLOB '<stream-value>' to length 104857600.: org.apache.derby.iapi.services.io.DerbyIOException'.
Test Failed. - End: LobLimits jdk1.5.0_14 largeData:largeDataTests 2009-01-09 09:51:46 ***
-
-
Introduced by r732676 / DERBY-3907 ?