Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 24346 invoked from network); 20 May 2009 09:41:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 May 2009 09:41:57 -0000 Received: (qmail 28660 invoked by uid 500); 20 May 2009 09:42:10 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28605 invoked by uid 500); 20 May 2009 09:42:10 -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 28597 invoked by uid 99); 20 May 2009 09:42:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 09:42:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 09:42:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E93FC234C044 for ; Wed, 20 May 2009 02:41:45 -0700 (PDT) Message-ID: <722254646.1242812505954.JavaMail.jira@brutus> Date: Wed, 20 May 2009 02:41:45 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4238) JMX test failure starting network server doesn't seem to get recorded to the fail directory In-Reply-To: <1891303264.1242776145549.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711076#action_12711076 ] Knut Anders Hatlen commented on DERBY-4238: ------------------------------------------- I think this is because the error happens in the decorator and not in the test itself. Logging of failures in the fail directory happens in BaseTestCase.runBare() and the decorator's setUp/tearDown methods are not executed from within that method. > JMX test failure starting network server doesn't seem to get recorded to the fail directory > ---------------------------------------------------------------------------------------------- > > Key: DERBY-4238 > URL: https://issues.apache.org/jira/browse/DERBY-4238 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.6.0.0 > Reporter: Kathey Marsden > Priority: Minor > > I did a test run and saw this failure: > 2) JMXTest:clientjunit.framework.AssertionFailedError: Timed out waiting for network server to start:Spawned SpawnedNetworkServer exitCode=1 > at org.apache.derbyTesting.junit.NetworkServerTestSetup.setUp(NetworkServerTestSetup.java:200) > at junit.extensions.TestSetup$1.protect(TestSetup.java:18) > at junit.extensions.TestSetup.run(TestSetup.java:16) > 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:16) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:16) > But there was no directory under the fail directory for this test. I am not sure if the problem is just that it failed to early in the process or if there is something specific about the JMX tests that they don't get recorded to the fail directory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.