Author: kahatlen
Date: Wed Nov 22 02:36:19 2006
New Revision: 478118
URL: http://svn.apache.org/viewvc?view=rev&rev=478118
Log:
DERBY-2038: lang/releaseCompileLocks.sql and lang/closed.java fail
under JDK 1.6 in insane mode
Merged fix from trunk.
Added:
db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed_sed.properties
- copied unchanged from r472859, db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed_sed.properties
db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/lang/releaseCompileLocks_sed.properties
- copied unchanged from r472859, db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/releaseCompileLocks_sed.properties
Modified:
db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/closed.out
db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/releaseCompileLocks.out
Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/closed.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/closed.out?view=diff&rev=478118&r1=478117&r2=478118
==============================================================================
--- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/closed.out
(original)
+++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/closed.out
Wed Nov 22 02:36:19 2006
@@ -14,7 +14,6 @@
Test database shutdown ...
java.sql.SQLException: Database 'wombat' shutdown.
Caused by: java.sql.SQLException: Database 'wombat' shutdown.
- ... 10 more
CALL sleep(10000) - 38000, 38000 -- InterruptedException, XJ001 -- InterruptedException
LOCK TABLE CLOSED.LOCKME IN EXCLUSIVE MODE - 08006, 08006 -- Database 'wombat' shutdown.
ERROR 08006: Database 'wombat' shutdown.
@@ -22,7 +21,6 @@
Test system shutdown ...
java.sql.SQLException: Database 'wombat' shutdown.
Caused by: java.sql.SQLException: Database 'wombat' shutdown.
- ... 10 more
CALL sleep(10000) - 38000, 38000 -- InterruptedException, XJ001 -- InterruptedException
LOCK TABLE CLOSED.LOCKME IN EXCLUSIVE MODE - 08006, 08006 -- Database 'wombat' shutdown.
ERROR XJ015: Derby system shutdown.
Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/releaseCompileLocks.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/releaseCompileLocks.out?view=diff&rev=478118&r1=478117&r2=478118
==============================================================================
--- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/releaseCompileLocks.out
(original)
+++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/master/jdk16/releaseCompileLocks.out
Wed Nov 22 02:36:19 2006
@@ -47,7 +47,6 @@
Caught exception java.sql.SQLException: The external routine is not allowed to execute SQL
statements.
java.sql.SQLException: The external routine is not allowed to execute SQL statements.
Caused by: java.sql.SQLException: The external routine is not allowed to execute SQL statements.
- ... 28 more
1
ij> select TYPE, MODE, TABLENAME, LOCKNAME, STATE from syscs_diag.lock_table
order by 1;
@@ -67,7 +66,6 @@
Caught exception java.sql.SQLException: The external routine is not allowed to execute SQL
statements.
java.sql.SQLException: The external routine is not allowed to execute SQL statements.
Caused by: java.sql.SQLException: The external routine is not allowed to execute SQL statements.
- ... 28 more
1
ij> -- only two locks!
select TYPE, MODE, TABLENAME, LOCKNAME, STATE from syscs_diag.lock_table
|