Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 83067 invoked from network); 24 Sep 2005 01:11:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Sep 2005 01:11:31 -0000 Received: (qmail 20805 invoked by uid 500); 24 Sep 2005 01:11:30 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 20765 invoked by uid 500); 24 Sep 2005 01:11:29 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 20754 invoked by uid 99); 24 Sep 2005 01:11:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 18:11:29 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_HELO_FAIL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.110.149] (HELO e31.co.us.ibm.com) (32.97.110.149) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 18:11:37 -0700 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e31.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id j8O1AioC018408 for ; Fri, 23 Sep 2005 21:10:44 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j8O1B7Ko542736 for ; Fri, 23 Sep 2005 19:11:07 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id j8O1B7TQ025837 for ; Fri, 23 Sep 2005 19:11:07 -0600 Received: from [9.48.108.97] (sig-9-48-108-97.mts.ibm.com [9.48.108.97]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j8O1B7oM025827 for ; Fri, 23 Sep 2005 19:11:07 -0600 Message-ID: <4334A6D4.2080901@Sourcery.Org> Date: Fri, 23 Sep 2005 18:07:32 -0700 From: Satheesh Bandaram User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: Re: [jira] Updated: (DERBY-579) Query timeout set for one statement may affect other statements with the same SQL string References: <1216783041.1127225428457.JavaMail.jira@ajax.apache.org> <4333FF25.5080908@sun.com> In-Reply-To: <4333FF25.5080908@sun.com> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am not exactly objecting :-) , but it would be nice to add a test case to show the problem the fix is attempting to fix. I suspect the original issue is easy to introduce, but hard to catch. While we are on this topic, I noticed SetQueryTimeoutTest test takes around 30-40 minutes on my laptop. On one of our build machines, it actually runs for longer than 2 hours when the test harness actually kills the test. (causing the test to fail everytime) Though this is more of our test machine problem (it is really sloooow), taking 30-40 minutes for one functional test seems too long. Is there anyway the test can be made to run faster? Satheesh Oyvind.Bakksjo@Sun.COM wrote: > Oyvind Bakksjo (JIRA) wrote: > >> [ http://issues.apache.org/jira/browse/DERBY-579?page=all ] >> >> Oyvind Bakksjo updated DERBY-579: >> --------------------------------- >> >> Attachment: DERBY-579.svn.diff > > > If nobody objects by end of business today (any timezone), I will > commit this patch. >