> Hi all, > > Test javax/net/ssl/Stapling/HttpsUrlConnClient.java fails "Read timed out" > intermittently, espically the system is overload. This PR make the several > timeout value receive and multiply the jtreg timeout factor. This will make > test more robustness. > Change has been verified locally by run the test 1000 times simultancely. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
SendaoYan has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 10 additional commits since the last revision: - Merge branch 'openjdk:master' into jbs8379849 - Merge branch 'openjdk:master' into jbs8379849 - Add @run for test.separateServerThread=false - Read test.debug instead define debug explicitly - Use MILLISECONDS inseatd of SECONDS - Use InetAddress.getLoopbackAddress() instead of https://localhost: - Use TimeUnit.SECONDS.toMillis(5) to make code more clear - Optimize import - Fix "Server not ready" error in createPKI - 8379849: javax/net/ssl/Stapling/HttpsUrlConnClient.java fails Read timed out ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30212/files - new: https://git.openjdk.org/jdk/pull/30212/files/75586b26..4d37f3c2 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30212&range=08 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30212&range=07-08 Stats: 112099 lines in 1718 files changed: 45381 ins; 58813 del; 7905 mod Patch: https://git.openjdk.org/jdk/pull/30212.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30212/head:pull/30212 PR: https://git.openjdk.org/jdk/pull/30212
