Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4132470D9 for ; Wed, 17 Aug 2011 15:27:17 +0000 (UTC) Received: (qmail 41330 invoked by uid 500); 17 Aug 2011 15:27:17 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 41263 invoked by uid 500); 17 Aug 2011 15:27:16 -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 41254 invoked by uid 99); 17 Aug 2011 15:27:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 15:27:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 17 Aug 2011 15:27:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A5E6523889E3; Wed, 17 Aug 2011 15:26:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1158768 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: suites/ tests/largedata/ Date: Wed, 17 Aug 2011 15:26:54 -0000 To: derby-commits@db.apache.org From: kmarsden@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110817152654.A5E6523889E3@eris.apache.org> Author: kmarsden Date: Wed Aug 17 15:26:54 2011 New Revision: 1158768 URL: http://svn.apache.org/viewvc?rev=1158768&view=rev Log: DERBY-1903 Convert largedata/LobLimits.java to junit Remove old harness LobLimits test Removed: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/largeData.properties db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/largeDataClient.properties db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/largeDataNet.properties db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/largeDataTests.runall db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/LobLimits.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/LobLimits_app.properties db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/copyfiles.ant Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.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=1158768&r1=1158767&r2=1158768&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 17 15:26:54 2011 @@ -4,4 +4,4 @@ # see DERBY-326 and DERBY-550 issues jdbcapi/rsgetXXXcolumnNames.java jdbcapi/SetQueryTimeoutTest.java -largedata/LobLimits.java + Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude?rev=1158768&r1=1158767&r2=1158768&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude Wed Aug 17 15:26:54 2011 @@ -1,5 +1,3 @@ -# excluding TestErrorStreamTarget.java since it's not relevant for clients -# excluding largedata/LobLimits.java to run with the network server because currently lobs are materialized and this test tests for 2G lobs. -# see DERBY-326 and DERBY-550 issues -# -largedata/LobLimits.java +#Tests to exclude from client framework in old harnesss. +#After the conversion of LobLimits, there are none, +#but need to keep this file around because the harness looks for it.