RFR: 8365834: Mark java/net/httpclient/ManyRequests.java as intermittent
Jaikiran Pai
jpai at openjdk.org
Wed Aug 20 11:53:38 UTC 2025
On Wed, 20 Aug 2025 03:30:26 GMT, SendaoYan <syan at openjdk.org> wrote:
> The test java/net/httpclient/ManyRequests.java has been observed intermittent failure such as https://bugs.openjdk.org/browse/JDK-8327968 and https://bugs.openjdk.org/browse/JDK-8365811. Should we mark this test as `@intermittent`.
I think it's OK to add the `intermittent` `@key` to the test definition to allow for some setups to skip running this test. Once the actual issue gets addressed, I think we can remove the `intermittent` key.
-------------
Marked as reviewed by jpai (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26852#pullrequestreview-3136238360
More information about the net-dev
mailing list