Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 50184 invoked from network); 12 Jun 2007 22:13:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2007 22:13:48 -0000 Received: (qmail 35160 invoked by uid 500); 12 Jun 2007 22:13:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 35121 invoked by uid 500); 12 Jun 2007 22:13:50 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 34973 invoked by uid 99); 12 Jun 2007 22:13:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 15:13:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 15:13:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 337017141ED for ; Tue, 12 Jun 2007 15:13:26 -0700 (PDT) Message-ID: <15245331.1181686406207.JavaMail.jira@brutus> Date: Tue, 12 Jun 2007 15:13:26 -0700 (PDT) From: "A B (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2808) triggerRecursion.sql and triggerGeneral.sql intermittently fail with SAVEPOINT error. In-Reply-To: <6522703.1181686405935.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A B updated DERBY-2808: ----------------------- Affects Version/s: 10.3.0.0 > triggerRecursion.sql and triggerGeneral.sql intermittently fail with SAVEPOINT error. > ------------------------------------------------------------------------------------- > > Key: DERBY-2808 > URL: https://issues.apache.org/jira/browse/DERBY-2808 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.2.2.1, 10.3.0.0 > Reporter: A B > Priority: Minor > > 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. > 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. > Again, might be related to DERBY-1457, might not be. > Both failures were seen with ibm15. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.