Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 50336 invoked from network); 4 Jan 2010 19:35:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 19:35:51 -0000 Received: (qmail 36161 invoked by uid 500); 4 Jan 2010 19:35:51 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 36030 invoked by uid 500); 4 Jan 2010 19:35:50 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 36020 invoked by uid 99); 4 Jan 2010 19:35:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 19:35:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.217 as permitted sender) Received: from [209.85.220.217] (HELO mail-fx0-f217.google.com) (209.85.220.217) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 19:35:42 +0000 Received: by fxm9 with SMTP id 9so13870949fxm.10 for ; Mon, 04 Jan 2010 11:35:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=mtLKSh7xs4NDLbZ4n87qXSHmyCZUgmZ8bYAuQ1cqWq0=; b=uIYA4Qtb4nKV9MTbP9zZru0Yy8ywLbCVnkfHrH++b6NH3WgHRmg7zlEZtVGnWrL8fA NAoEd6Xdp2O1YigF8nqVrA05HqhJ34jN6yigUXsu+hFO7p0UJ6oetA3iyvNtlofkQ5mJ 37RVqCIAApkZMDz5medxVMRuXtD+vy3oMcIgw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PDT/H4qrdv8xeyyCIkeLkGPEepH6DW/+KIQCbXNPgPp50g/njpdlsUahrDvCotMuVv xP85Cgp225tVDqyiveH1zlZ3CVVNIWTLka7AJrMm2UnumOBPv2ULYgsvOSgGZl/7FQ1F /HHfkmmjSMSmrlWcO5WJlhdlGlqZG3aHVUdt4= MIME-Version: 1.0 Received: by 10.239.172.71 with SMTP id z7mr1017515hbe.104.1262633722294; Mon, 04 Jan 2010 11:35:22 -0800 (PST) In-Reply-To: <25aac9fc1001041053m749f58aoe1693b6017e68a66@mail.gmail.com> References: <25aac9fc1001041053m749f58aoe1693b6017e68a66@mail.gmail.com> Date: Mon, 4 Jan 2010 19:35:22 +0000 Message-ID: <25aac9fc1001041135q33b3ce3ekd8142b07d3af25c3@mail.gmail.com> Subject: Re: [DBCP] Fixes for next release From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 04/01/2010, sebb wrote: > It looks like the multi-threaded tests in TestSharedPoolDataSource > have the same problems as the ones in TestPerUserPoolDataSource. > > I'm currently testing to see if I can trigger a failure. Yes, it fails. Looks to be the same problem - sleep(1) taking much longer than it should. > I also noticed that there are quite a few instances of "data hiding" - > i.e. using the same name for a local variable as another variable in > scope. I've fixed all such errors in test code - is it OK to do the > same for the release code? > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org