RFR: 8296747: com/sun/net/httpserver/simpleserver/StressDirListings.java timed out

Daniel Fuchs dfuchs at openjdk.org
Fri Nov 11 10:12:08 UTC 2022


The StressDirListings has been observed failing in timeout in the CI once. The test actually passed but the timeout occurred in the test harness - presumably at around the same time. It was suggested that maybe the test timeout could be extended beyond the usual default 120s. This change proposes to extend the timeout to 180s. It also adds some more timestamps based on System.nanoTime() so that we can better figure out where the time was being consumed if the test fails again in the future.

-------------

Commit messages:
 - 8296747

Changes: https://git.openjdk.org/jdk/pull/11105/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11105&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8296747
  Stats: 19 lines in 1 file changed: 17 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/11105.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11105/head:pull/11105

PR: https://git.openjdk.org/jdk/pull/11105


More information about the net-dev mailing list