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 C27F6D2D3 for ; Wed, 3 Oct 2012 12:42:20 +0000 (UTC) Received: (qmail 88551 invoked by uid 500); 3 Oct 2012 12:42:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 88210 invoked by uid 500); 3 Oct 2012 12:42: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 87929 invoked by uid 99); 3 Oct 2012 12:42:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 12:42:08 +0000 Date: Wed, 3 Oct 2012 23:42:08 +1100 (NCT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Message-ID: <340004486.158840.1349268128381.JavaMail.jiratomcat@arcas> In-Reply-To: <421975233.149208.1349115430274.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (DERBY-5942) Assert failure in derbynet.NetworkServerControlClientCommandTest.testPingWithWrongHost 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-5942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-5942: ----------------------------------- Attachment: derby-5942-1a-rfc2606.diff Attached patch 1a, which brings the invalid host in accordance with RFC 2606. I don't expect that this will make the failure go away, since that didn't happen for DERBY-5941. Committed to trunk with revision 1393462. > Assert failure in derbynet.NetworkServerControlClientCommandTest.testPingWithWrongHost > -------------------------------------------------------------------------------------- > > Key: DERBY-5942 > URL: https://issues.apache.org/jira/browse/DERBY-5942 > Project: Derby > Issue Type: Bug > Components: Test > Environment: ARM processor, Ubuntu Linux Highbank, Java SE Embedded 1.7.0_06-b24 > Reporter: Kristian Waagan > Priority: Minor > Attachments: derby-5942-1a-rfc2606.diff > > > The test derbynet.NetworkServerControlClientCommandTest.testPingWithWrongHost fails in an assert (line 112): > junit.framework.AssertionFailedError: Could not find expectedString:Unable to find host in output:Sat Sep 29 19:04:59 CDT 2012 : Could not connect to Derby Network Server on host nothere, port 1527: Connection timed out > The failure is reproducible. -- 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