Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 95724 invoked from network); 23 Aug 2006 23:23:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 23:23:35 -0000 Received: (qmail 6800 invoked by uid 500); 23 Aug 2006 23:23:35 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 6771 invoked by uid 500); 23 Aug 2006 23:23:34 -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 6760 invoked by uid 99); 23 Aug 2006 23:23:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 16:23:34 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 16:23:34 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2B7BD1A981A; Wed, 23 Aug 2006 16:23:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r434245 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude Date: Wed, 23 Aug 2006 23:23:13 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060823232314.2B7BD1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Wed Aug 23 16:23:13 2006 New Revision: 434245 URL: http://svn.apache.org/viewvc?rev=434245&view=rev Log: DERBY-1691: exclude blobclob4BLOB from running against JCC until the test can be fixed. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude?rev=434245&r1=434244&r2=434245&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude Wed Aug 23 16:23:13 2006 @@ -42,3 +42,6 @@ # Excluding ResultSetClose test since an exception in a statement results in all # the result sets associated with the connection closing jdbcapi/ResultSetCloseTest.junit +# DERBY-1691: when run against JCC, exceptions in blobclob4BLOB can appear in +# different places in the output. +jdbcapi/blobclob4BLOB.java