[classlib][luni] org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testGetOutputStream()
intermittently fails
-----------------------------------------------------------------------------------------------------------------------------------------
Key: HARMONY-2353
URL: http://issues.apache.org/jira/browse/HARMONY-2353
Project: Harmony
Issue Type: Bug
Components: Classlib
Environment: SuSE 9, ia32, multi-processor
Reporter: Alexei Fedotov
I can reproduce the following failure:
Wed Nov 29 03:08:21 MSK 2006
.E...
Time: 7.159
There was 1 error:
1) testGetOutputStream(org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest)java.net.ConnectException:
localhost/127.0.0.1:49599 - 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)
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
|