You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2006/12/01 01:14:21 UTC

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

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

                 Key: HARMONY-2387
                 URL: http://issues.apache.org/jira/browse/HARMONY-2387
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: SuSE9, ia32, multi-processor
            Reporter: Alexei Fedotov


$ 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Ruth Cao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruth Cao updated HARMONY-2387:
------------------------------

    Attachment: Harmony-2387.diff

Hi Paulex,

I've created a new patch for this jira, modifying the entry just in the hysock_connect_with_timeout method instead of findError. May you pls validate it? 

Thanks,
Ruth

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


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

Posted by "Ruth Cao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483375 ] 

Ruth Cao commented on HARMONY-2387:
-----------------------------------

Paulex, The fix looks fine. Thank you.

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


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

Posted by "Alexei Fedotov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Fedotov closed HARMONY-2387.
-----------------------------------


Thanks, Ruth, Paulex,
the test works reliably.

> [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
>            Assignee: Paulex Yang
>         Attachments: Harmony-2387.diff, 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.


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

Posted by "Paulex Yang (JIRA)" <ji...@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.


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

Posted by "Paulex Yang (JIRA)" <ji...@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, new patch applied at revision r521157, thanks a lot, please verify.

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


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

Posted by "Ruth Cao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruth Cao updated HARMONY-2387:
------------------------------

    Attachment: Harmony-2387.diff

May somebody pls try this patch?

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


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

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479254 ] 

Paulex Yang commented on HARMONY-2387:
--------------------------------------

patch recovered at revision r515959

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


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

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang reopened HARMONY-2387:
----------------------------------


Cause Archive and Security test failures on DRLVM/Linux.

Discussion in the mailing list:
http://mail-archives.apache.org/mod_mbox/harmony-dev/200703.mbox/%3c7273946b0703052053l468d39aag9a162eadca75e69@mail.gmail.com%3e

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


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

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang reassigned HARMONY-2387:
------------------------------------

    Assignee: Paulex Yang

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