Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 61641 invoked from network); 8 Dec 2006 11:40:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 11:40:38 -0000 Received: (qmail 88726 invoked by uid 500); 8 Dec 2006 11:40:43 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 88701 invoked by uid 500); 8 Dec 2006 11:40:43 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 88680 invoked by uid 99); 8 Dec 2006 11:40:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 03:40:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexei.fedotov@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 03:40:32 -0800 Received: by ug-out-1314.google.com with SMTP id z36so643868uge for ; Fri, 08 Dec 2006 03:40:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OER/IYc1gI1dhnFAgly6eL4hx7jRklJgQXrXD7MxoXuf3YhytUYtSYX8KAVhcMD85hKyQABuymhl44BdMBkJGWBRTeNWVB+QlPIRYPJlXp5MgdOSZcb6toLOLpezLmSccsSKtQzlDXM6aC0X4aYIHJhnP8pmdoSM6qlRrPIiQ1U= Received: by 10.78.117.10 with SMTP id p10mr218253huc.1165578010361; Fri, 08 Dec 2006 03:40:10 -0800 (PST) Received: by 10.78.133.6 with HTTP; Fri, 8 Dec 2006 03:40:10 -0800 (PST) Message-ID: Date: Fri, 8 Dec 2006 14:40:10 +0300 From: "Alexei Fedotov" To: dev@harmony.apache.org Subject: Re: [classlib][net] intermittenly failed test: HttpURLConnectionTest In-Reply-To: <7273946b0612080134s45c21eb7wa46e257661b3e684@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7273946b0612080134s45c21eb7wa46e257661b3e684@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hello, Vladimir, There are two JIRA issues about this test, the most frequent problem even contain a patch made by Denis and tried by me. http://issues.apache.org/jira/browse/HARMONY-2353 http://issues.apache.org/jira/browse/HARMONY-2387 Dear committers, could you please commit HARMONY-2353? Thanks! On 12/8/06, Vladimir Ivanov wrote: > Hello everybody, > > seems, the test HttpURLConnectionTest is unstable now. It failed time to > time on the DRLVM and IBMVM. > > Could somebody from net-guru take care about this intermittent failure? > > > > Thanks, Vladimir > > BUILD FAILED: > > Unit Tests: (19301) > error: testGetOutputStream > org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest > > Unit Test Error Details: (1) > > Test: testGetOutputStreamClass: > org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest > java.net.ConnectException: localhost/127.0.0.1:2742 - Connection refused > at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java > :224) > at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java > :496) > at java.net.Socket.connect(Socket.java:978) > at > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.getHTTPConnection > (HttpURLConnection.java:627) > at > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.connect > (HttpURLConnection.java:608) > at > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.getOutputStream > (HttpURLConnection.java:929) > at > org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testGetOutputStream > (HttpURLConnectionTest.java:174) > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > > -- With best regards, Alexei, ESSD, Intel