Details
Description
I saw triggerRecursion.sql fail once against 10.2 trunk with svn # 545682. The diff was:
-
-
- Start: triggerRecursion jdk1.5.0 derbyall:derbylang 2007-06-12 00:24:49 ***
92 del
< ERROR 54038: Maximum depth of nested triggers was exceeded.
92a92
> ERROR 3B501: A SAVEPOINT with the passed name already exists in the current transaction.
Test Failed.
- Start: triggerRecursion jdk1.5.0 derbyall:derbylang 2007-06-12 00:24:49 ***
-
This SAVEPOINT error is the same as the one shown in DERBY-1457, but the full diff is not the same as for that Jira, so I'm filing a separate issue. The two could be related, though.
Also note: triggerGeneral.sql failed against the 10.3 trunk on the same day with the same kind of diff:
-
-
- Start: triggerGeneral jdk1.5.0 derbyall:derbylang 2007-06-11 22:24:00 ***
939 del
< ERROR 54038: Maximum depth of nested triggers was exceeded.
939a939
> ERROR 3B501: A SAVEPOINT with the passed name already exists in the current transaction.
Test Failed.
- Start: triggerGeneral jdk1.5.0 derbyall:derbylang 2007-06-11 22:24:00 ***
-
Again, might be related to DERBY-1457, might not be.
Both failures were seen with ibm15.
Attachments
Issue Links
- is duplicated by
-
DERBY-1457 lang/triggerGeneral.sql fails intermittently
- Closed
- is related to
-
DERBY-2773 testGrantRevokeDDL(org.apache.derbyTesting.functionTests.tests.lang.GrantRevokeDDLTest) throws java.sql.SQLException: The exception 'java.sql.SQLException: A SAVEPOINT with the passed name already exists in the current transaction.'
- Closed
- relates to
-
DERBY-3093 Intermittent transaction failure caused by internal duplicate savepoint name for triggers
- Closed