Details
-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b15
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313281 | 17.0.10-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8317029 | 17.0.10 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
Description
Many httpserver tests wait for one second before cleaning up. This delay appears to be unnecessary, the tests pass just fine with the delay removed.
Additionally, some tests close the server giving it some time to finish all active requests, i.e. call server.stop(2). Since we know that no requests are active, we can save some time by calling stop(0).
Additionally, some tests close the server giving it some time to finish all active requests, i.e. call server.stop(2). Since we know that no requests are active, we can save some time by calling stop(0).
Attachments
Issue Links
- backported by
-
JDK-8313281 Remove delays from httpserver tests
- Resolved
-
JDK-8317029 Remove delays from httpserver tests
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/80c8ce78
-
Commit openjdk/jdk/45056703
-
Review openjdk/jdk17u-dev/1788
-
Review openjdk/jdk/13028
(1 links to)