Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 25691 invoked from network); 22 Dec 2007 18:43:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2007 18:43:04 -0000 Received: (qmail 7724 invoked by uid 500); 22 Dec 2007 18:42:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 7691 invoked by uid 500); 22 Dec 2007 18:42:52 -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: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 7681 invoked by uid 99); 22 Dec 2007 18:42:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Dec 2007 10:42:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Dec 2007 18:42:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0DC95714187 for ; Sat, 22 Dec 2007 10:42:43 -0800 (PST) Message-ID: <28297789.1198348963045.JavaMail.jira@brutus> Date: Sat, 22 Dec 2007 10:42:43 -0800 (PST) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3295) DataSourceTest.testConnectionErrorEvent() failed with AssertionFailedError In-Reply-To: <9935816.1198279843177.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554143 ] Mamta A. Satoor commented on DERBY-3295: ---------------------------------------- Army, I will take a look at this once I am back from holidays > DataSourceTest.testConnectionErrorEvent() failed with AssertionFailedError > -------------------------------------------------------------------------- > > Key: DERBY-3295 > URL: https://issues.apache.org/jira/browse/DERBY-3295 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Environment: ibm16, svn # 605788 > Reporter: A B > Priority: Minor > Fix For: 10.4.0.0 > > > Running suites.All with ibm16 on 12/19 I saw the following failure: > There was 1 failure: > 1) testConnectionErrorEvent(org.apache.derbyTesting.functionTests.tests.jdbc4.DataSourceTest)junit.framework.AssertionFailedError > at org.apache.derbyTesting.functionTests.tests.jdbc4.DataSourceTest.testConnectionErrorEvent(DataSourceTest.java:208) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:96) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > The line in DataSourceTest that threw the assertion failure was line 208: > //Now try to use various apis on the JDBC Connection object created > //before shutdown and they all should generate connection error event. > ... > assertTrue(aes12.didConnectionErrorEventHappen()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.