Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 5028 invoked from network); 18 Jun 2007 14:47:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 14:47:27 -0000 Received: (qmail 50531 invoked by uid 500); 18 Jun 2007 14:47:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 50483 invoked by uid 500); 18 Jun 2007 14:47:13 -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 50158 invoked by uid 99); 18 Jun 2007 14:47:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 07:47:12 -0700 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; Mon, 18 Jun 2007 07:47:08 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7A4CE7141F2 for ; Mon, 18 Jun 2007 07:46:29 -0700 (PDT) Message-ID: <13772067.1182177989498.JavaMail.jira@brutus> Date: Mon, 18 Jun 2007 07:46:29 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-2714) SecureServerTest spends five minutes waiting for a server to start In-Reply-To: <6914583.1180366875922.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-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-2714. ------------------------------------- > SecureServerTest spends five minutes waiting for a server to start > ------------------------------------------------------------------ > > Key: DERBY-2714 > URL: https://issues.apache.org/jira/browse/DERBY-2714 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.3.0.0 > Reporter: Knut Anders Hatlen > Assignee: Knut Anders Hatlen > Priority: Minor > Fix For: 10.3.0.0 > > Attachments: 2714.diff, 2714.stat > > > The first test case in SecureServerTest expects the network server to fail during start-up and tries to ping the server for five minutes before it concludes that the server didn't start. This seems unnecessarily long. If NetworkServerTestSetup.pingForServerStart() had a reference to the Process object for the server process, it could conclude much sooner that the network server process had terminated and would not respond. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.