You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2007/03/05 08:57:51 UTC

[jira] Resolved: (HARMONY-2387) [classlib][luni] org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testUsingProxy() intermittently fails

     [ 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.