Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 17836 invoked from network); 22 Feb 2006 09:18:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Feb 2006 09:18:51 -0000 Received: (qmail 57192 invoked by uid 500); 22 Feb 2006 09:18:50 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 57125 invoked by uid 500); 22 Feb 2006 09:18:50 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 57113 invoked by uid 99); 22 Feb 2006 09:18:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 01:18:49 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 22 Feb 2006 01:18:49 -0800 Received: (qmail 17716 invoked by uid 65534); 22 Feb 2006 09:18:28 -0000 Message-ID: <20060222091828.17712.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r379733 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites: derbylang.runall derbynetmats.runall Date: Wed, 22 Feb 2006 09:18:27 -0000 To: derby-commits@db.apache.org From: bernt@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: bernt Date: Wed Feb 22 01:18:21 2006 New Revision: 379733 URL: http://svn.apache.org/viewcvs?rev=379733&view=rev Log: DERBY-800 derbylang/ConcurrentImplicitCreateSchema.java fails intermittently with a lock timeout Submitted by Øystein Grøvlen Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.runall Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall?rev=379733&r1=379732&r2=379733&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall Wed Feb 22 01:18:21 2006 @@ -4,7 +4,6 @@ junitTests/lang/LangSuite.java lang/AIjdbc.java lang/CharUTF8.java -lang/ConcurrentImplicitCreateSchema.java lang/DB2IsolationLevels.sql lang/LOB.sql lang/LOBDB2compatibility.sql Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.runall URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.runall?rev=379733&r1=379732&r2=379733&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.runall (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.runall Wed Feb 22 01:18:21 2006 @@ -25,7 +25,6 @@ lang/optimizerOverrides.sql lang/big.sql lang/bug5054.java -lang/ConcurrentImplicitCreateSchema.java lang/forupdate.sql lang/holdCursorIJ.sql lang/holdCursorJavaReflection.java