Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6C63D389 for ; Tue, 31 Jul 2012 20:06:36 +0000 (UTC) Received: (qmail 82981 invoked by uid 500); 31 Jul 2012 20:06:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 82875 invoked by uid 500); 31 Jul 2012 20:06:35 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 82562 invoked by uid 99); 31 Jul 2012 20:06:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 20:06:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id DADE614285B for ; Tue, 31 Jul 2012 20:06:34 +0000 (UTC) Date: Tue, 31 Jul 2012 20:06:34 +0000 (UTC) From: "Mark Thomas (JIRA)" To: issues@commons.apache.org Message-ID: <34855562.123256.1343765194902.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1037974105.119145.1343694335312.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (POOL-228) Unit test failure in TestGenericObjectPoolClassLoaders MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/POOL-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426077#comment-13426077 ] Mark Thomas commented on POOL-228: ---------------------------------- That test passes for me. Your analysis is wrong. ensureMinIdle() is a separate call to evict(). You need to do some more research to find out what is going wrong before proceeding. > Unit test failure in TestGenericObjectPoolClassLoaders > ------------------------------------------------------ > > Key: POOL-228 > URL: https://issues.apache.org/jira/browse/POOL-228 > Project: Commons Pool > Issue Type: Bug > Affects Versions: 1.6 > Reporter: Liviu Tudor > Priority: Minor > Labels: junit > Fix For: 1.6.1 > > > Following error encountered when running unit tests: > {noformat} > Results : > Failed tests: testContextClassLoader(org.apache.commons.pool.impl.TestGenericObjectPoolClassLoaders): Wrong number of idle objects in pool1 expected:<1> but was:<0> > Tests run: 263, Failures: 1, Errors: 0, Skipped: 0 > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira