Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 60779 invoked from network); 5 Oct 2010 11:00:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 11:00:44 -0000 Received: (qmail 9803 invoked by uid 500); 5 Oct 2010 11:00:44 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 9724 invoked by uid 500); 5 Oct 2010 11:00:42 -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 9705 invoked by uid 99); 5 Oct 2010 11:00:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 11:00:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 11:00:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EEFE22388A40; Tue, 5 Oct 2010 11:00:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1004609 - svn:log Date: Tue, 05 Oct 2010 11:00:18 -0000 To: derby-commits@db.apache.org From: kahatlen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101005110018.EEFE22388A40@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kahatlen Revision: 1004609 Modified property: svn:log Modified: svn:log at Tue Oct 5 11:00:18 2010 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Tue Oct 5 11:00:18 2010 @@ -1,2 +1,3 @@ -Don't compress tables in CleanDatabaseTestSetup. -SYSCS_INPLACE_COMPRESS_TABLE is not supported yet. +DERBY-4825: Assert failure in LargeDataLocksTest.testGetCharacterStream() because of wrong number of locks + +Report the contents of the lock table to help debugging.