Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 26920 invoked from network); 28 May 2007 19:52:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2007 19:52:20 -0000 Received: (qmail 34152 invoked by uid 500); 28 May 2007 19:52:25 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 34090 invoked by uid 500); 28 May 2007 19:52:25 -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 34079 invoked by uid 99); 28 May 2007 19:52:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2007 12:52:24 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2007 12:52:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9E19D1A981D; Mon, 28 May 2007 12:51:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r542308 - /db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SetQueryTimeoutTest_app.properties Date: Mon, 28 May 2007 19:51:59 -0000 To: derby-commits@db.apache.org From: myrnavl@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070528195159.9E19D1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: myrnavl Date: Mon May 28 12:51:58 2007 New Revision: 542308 URL: http://svn.apache.org/viewvc?view=rev&rev=542308 Log: DERBY-2681 - skipping test SetQueryTimeoutTest with j9foundation because it occassionally fails in J2ME env. Added: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SetQueryTimeoutTest_app.properties (with props) Added: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SetQueryTimeoutTest_app.properties URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SetQueryTimeoutTest_app.properties?view=auto&rev=542308 ============================================================================== --- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SetQueryTimeoutTest_app.properties (added) +++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SetQueryTimeoutTest_app.properties Mon May 28 12:51:58 2007 @@ -0,0 +1,5 @@ +# This test occassionally runs into a timeout with JSR 169. +# See DERBY-2681. Skip this test. +runwithfoundation=false + +usedefaults=true Propchange: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SetQueryTimeoutTest_app.properties ------------------------------------------------------------------------------ svn:eol-style = native