Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 18630 invoked from network); 22 Oct 2007 08:35:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2007 08:35:41 -0000 Received: (qmail 41849 invoked by uid 500); 22 Oct 2007 08:35:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 41834 invoked by uid 500); 22 Oct 2007 08:35:28 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 41825 invoked by uid 99); 22 Oct 2007 08:35:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 01:35:28 -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, 22 Oct 2007 08:35:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8CCD07141F1 for ; Mon, 22 Oct 2007 01:34:50 -0700 (PDT) Message-ID: <5748839.1193042090551.JavaMail.jira@brutus> Date: Mon, 22 Oct 2007 01:34:50 -0700 (PDT) From: "Andrey Pavlenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4986) [buildtest][func] java.net.SocketTest intermittently fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [buildtest][func] java.net.SocketTest intermittently fails ---------------------------------------------------------- Key: HARMONY-4986 URL: https://issues.apache.org/jira/browse/HARMONY-4986 Project: Harmony Issue Type: Bug Components: build - test - ci Reporter: Andrey Pavlenko Assignee: Andrey Pavlenko The test case testConnectTimeout of java.net.SocketTest intermittently fails because Socket.connect() sometimes throws "Connection refused" before connection timed out. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.