Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 90765 invoked from network); 5 Mar 2007 07:58:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 07:58:12 -0000 Received: (qmail 65205 invoked by uid 500); 5 Mar 2007 07:58:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 65177 invoked by uid 500); 5 Mar 2007 07:58:20 -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 65168 invoked by uid 99); 5 Mar 2007 07:58:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2007 23:58:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Sun, 04 Mar 2007 23:58:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 12474714339 for ; Sun, 4 Mar 2007 23:57:51 -0800 (PST) Message-ID: <25365220.1173081471072.JavaMail.jira@brutus> Date: Sun, 4 Mar 2007 23:57:51 -0800 (PST) From: "Paulex Yang (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-2387) [classlib][luni] org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testUsingProxy() intermittently fails In-Reply-To: <2283889.1164932061161.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/HARMONY-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulex Yang resolved HARMONY-2387. ---------------------------------- Resolution: Fixed Ruth, patch applied at revision r514596, thanks a lot for this enhancement. Alexei, please verify if the issue is resolved as you expected. > [classlib][luni] org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testUsingProxy() intermittently fails > ------------------------------------------------------------------------------------------------------------------------------------ > > Key: HARMONY-2387 > URL: https://issues.apache.org/jira/browse/HARMONY-2387 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: SuSE9, ia32, multi-processor > Reporter: Alexei Fedotov > Assigned To: Paulex Yang > Attachments: Harmony-2387.diff > > > $ while ../../drlvm/trunk/build/lnx_ia32_gcc_debug/deploy/jre/bin/java -cp modules/luni/bin/test:depends/jars/junit_3.8.2/junit.jar junit.textui.TestRunner org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest; do date; done 2>&1 | tee log.txt > [...] > ..E.. > Time: 1.133 > There was 1 error: > 1) testUsingProxy(org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest > )java.net.SocketException: No such file or directory > at org.apache.harmony.luni.platform.OSNetworkSystem.connectStreamWithTimeoutSocketImpl( > OSNetworkSystem.java) > at org.apache.harmony.luni.platform.OSNetworkSystem.connectStreamWithTimeoutSocket(OSNe > tworkSystem.java) > at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:216) > 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.getHTTPConn > ection(HttpURLConnection.java:630) > at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.connect(Htt > pURLConnection.java:581) > at org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testUs > ingProxy(HttpURLConnectionTest.java:203) > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > FAILURES!!! > Tests run: 4, Failures: 0, Errors: 1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.