Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6659FA65 for ; Tue, 26 Mar 2013 16:31:16 +0000 (UTC) Received: (qmail 97749 invoked by uid 500); 26 Mar 2013 16:31:16 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 97738 invoked by uid 500); 26 Mar 2013 16:31:16 -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 97726 invoked by uid 99); 26 Mar 2013 16:31:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Mar 2013 16:31:16 +0000 Date: Tue, 26 Mar 2013 16:31:16 +0000 (UTC) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-3838) Convert derbynet/DerbyNetAutoStart to JUnit 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/DERBY-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13614175#comment-13614175 ] Myrna van Lunteren commented on DERBY-3838: ------------------------------------------- Thanks for the review Dag. You're right, re the expected server up - it should be expecting true... However, I don't think that is the section causing the 4 mins elapsed time. Instead, if I eliminate the final check in the fixture testStartNetworkServerLogMessageOnDualStart: ns.shutdown(); assertFalse(NetworkServerTestSetup.pingForServerUp(ns, null, false)); then the fixture takes about 2 seconds instead of 2.5 mins on my system. I don't think that check (to see if the server was really down) is very useful, and certainly not worth that much time. I'll eliminate it. I'll run full tests. > Convert derbynet/DerbyNetAutoStart to JUnit > ------------------------------------------- > > Key: DERBY-3838 > URL: https://issues.apache.org/jira/browse/DERBY-3838 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.5.1.1 > Reporter: Erlend Birkenes > Assignee: Myrna van Lunteren > Priority: Minor > Attachments: DERBY-3838_2.diff, DERBY-3838.diff, DERBY-3838.diff > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira