JDK 1.6 derbynet is failing due to SQLException.toString() changes
------------------------------------------------------------------
Key: DERBY-1647
URL: http://issues.apache.org/jira/browse/DERBY-1647
Project: Derby
Issue Type: Bug
Components: Regression Test Failure
Affects Versions: 10.2.2.0
Environment: Java Version: 1.6.0-rc
Java Vendor: Sun Microsystems Inc.
Java home: /usr/local/java/jdk1.6.0_b93/jre
Java classpath:
/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derby.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyclient.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbytools.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbynet.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/db2jcc/lib/db2jcc.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/db2jcc/lib/db2jcc_license_c.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyTesting.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyrun.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/tools/java/jakarta-oro-2.0.8.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/tools/java/junit.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_de_DE.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_es.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_fr.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_it.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_ja_JP.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_ko_KR.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_pt_BR.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_zh_CN.jar:/home/os136789/Apache/DerbyJDK16Jvm1.6/trunk/jars/insane/derbyLocale_zh_TW.jar
OS name: SunOS
OS architecture: x86
OS version: 5.10
Reporter: David Van Couvering
derbynetmats/derbynetmats.fail:lang/procedure.java
derbynetmats/derbynetmats.fail:tools/importExport.java
derbynetmats/derbynetmats.fail:tools/ieptests.sql
are failing, here is an example diff:
141 del
< EXPECTED SQL Exception: The exception 'SQL Exception: The statement was
aborted because it would have caused a duplicate key value in a unique or
primary key constraint or unique index identified by 'xxxxGENERATED-IDxxxx'
defined on 'T1'.' was thrown while evaluating an expression.
141a141
> EXPECTED SQL Exception: The exception 'java.sql.SQLException: The statement
> was aborted because it would have caused a duplicate key value in a unique or
> primary key constraint or unique index identified by 'xxxxGENERATED-IDxxxx'
> defined on 'T1'.' was thrown while evaluating an expression.
157 del
--
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