Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 12975 invoked from network); 29 Jul 2005 00:23:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jul 2005 00:23:47 -0000 Received: (qmail 34543 invoked by uid 500); 29 Jul 2005 00:23:47 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 34511 invoked by uid 500); 29 Jul 2005 00:23:46 -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 34498 invoked by uid 500); 29 Jul 2005 00:23:46 -0000 Delivered-To: apmail-incubator-derby-cvs@incubator.apache.org Received: (qmail 34495 invoked by uid 99); 29 Jul 2005 00:23:46 -0000 X-ASF-Spam-Status: No, hits=-9.8 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; Thu, 28 Jul 2005 17:23:35 -0700 Received: (qmail 12948 invoked by uid 65534); 29 Jul 2005 00:23:33 -0000 Message-ID: <20050729002333.12947.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r226308 - /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews_derby.properties Date: Fri, 29 Jul 2005 00:23:33 -0000 To: derby-cvs@incubator.apache.org From: bandaram@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: bandaram Date: Thu Jul 28 17:23:30 2005 New Revision: 226308 URL: http://svn.apache.org/viewcvs?rev=226308&view=rev Log: DERBY-407: Address inconsistant behavior with predicatesIntoViews test. Set the "derby.optimizer.noTimeout" property to true for the predicatesIntoViews test. Submitted by Army Brown (qozinx@sbcglobal.net) Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews_derby.properties Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews_derby.properties URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews_derby.properties?rev=226308&r1=226307&r2=226308&view=diff ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews_derby.properties (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews_derby.properties Thu Jul 28 17:23:30 2005 @@ -4,3 +4,4 @@ # inbetween.properties for an example. # # derby.language.statementCacheSize=20 +derby.optimizer.noTimeout=true