Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java for linux on jdk17 #5050

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

Haroon-Khel
Copy link
Contributor

@Haroon-Khel Haroon-Khel commented Feb 8, 2024

This test is faillng on our arm64 and x64 nodes for jdk17. Theres an upstream issue for this failing test https://bugs.openjdk.org/browse/JDK-8314164

16:59:55  FINEST: ProxySelector Request for http://localhost:54321/
16:59:55  Feb 07, 2024 4:57:47 PM sun.net.www.protocol.http.HttpURLConnection plainConnect0
16:59:55  FINEST: Proxy used: DIRECT
16:59:55  Feb 07, 2024 4:57:47 PM sun.net.www.protocol.http.HttpURLConnection writeRequests
16:59:55  FINE: sun.net.www.MessageHeader@402fb34410 pairs: {POST / HTTP/1.1: null}{Connection: Close}{Expect: 100-Continue}{Cache-Control: no-cache}{Pragma: no-cache}{User-Agent: Java/17.0.10}{Host: localhost:54321}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Content-type: application/x-www-form-urlencoded}{Transfer-Encoding: chunked}
16:59:55  java.net.SocketTimeoutException: Read timed out
16:59:55  	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288)
16:59:55  	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314)
16:59:55  	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
16:59:55  	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)

Passes on jdk21

@llxia llxia merged commit 4a0c7f9 into adoptium:master Feb 8, 2024
2 checks passed
@Haroon-Khel Haroon-Khel deleted the exclude.httpURLconnection branch February 9, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants