Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b24
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299119 | 17.0.7-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8301329 | 17.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
Description
Tests under jdk/java/net/httpclient/websocket take a long time to execute.
The entire directory is marked as exclusive [1], which means that the tests are never executed in parallel.
Tests named Pending*** (e.g. PendingPongBinaryClose) use inflated timeouts to make them more reliable. They can be modified to initially use shorter timeouts, and retry if the timeouts prove to be too short.
[1] https://github.com/openjdk/jdk/blob/master/test/jdk/TEST.ROOT#L29
The entire directory is marked as exclusive [1], which means that the tests are never executed in parallel.
Tests named Pending*** (e.g. PendingPongBinaryClose) use inflated timeouts to make them more reliable. They can be modified to initially use shorter timeouts, and retry if the timeouts prove to be too short.
[1] https://github.com/openjdk/jdk/blob/master/test/jdk/TEST.ROOT#L29
Attachments
Issue Links
- backported by
-
JDK-8299119 Improve websocket test execution time
- Resolved
-
JDK-8301329 Improve websocket test execution time
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/d37977e4
-
Commit openjdk/jdk/d24c84e7
-
Review openjdk/jdk17u-dev/1110
-
Review openjdk/jdk/8746
(1 links to)