RFR: 8314164: java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fails intermittently in timeout
Darragh Clarke
dclarke at openjdk.org
Tue Jan 23 12:45:34 UTC 2024
Currently `HttpURLConnectionExpectContinueTest` fails intermittently with a `SocketTimeoutException`.
The connection timeout that is currently set to `1000` isn't actually needed for the purpose of the test so it should be more stable if the timeout is removed entirely.
I've tested this change for stability it seems reliable.
-------------
Commit messages:
- removed connectTimeout
Changes: https://git.openjdk.org/jdk/pull/17535/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17535&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8314164
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/17535.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17535/head:pull/17535
PR: https://git.openjdk.org/jdk/pull/17535
More information about the net-dev
mailing list