Hi,

The H3ServerPushTest.java has been observed failing once in the CI on a 
personal job.
Analysis reveals that the test actually passed, but the timeout handler killed 
the test.


SUCCESSFUL 
H3ServerPushTest::testExcessivePushResponsesWithDistinctIdsInOneResponse 
'testExcessivePushResponsesWithDistinctIdsInOneResponse(TestInfo)' [2840ms]

[ JUnit Containers: found 4, started 4, succeeded 4, failed 0, aborted 0, 
skipped 0]
[ JUnit Tests: found 17, started 17, succeeded 17, failed 0, aborted 0, skipped 
0]

JavaTest Message: Test complete.
...
result: Error. "junit" action timed out with a timeout of 120 seconds on agent 
23

test result: Error. "junit" action timed out with a timeout of 120 seconds on 
agent 23


This is probably attributable to the change of timeoutFactor to 
timeoutFactor=1, this change proposes to use othervm double the default timeout 
for that test to `/othervm/timeout=120` .

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

Commit messages:
 - 8368630: java/net/httpclient/http3/H3ServerPushTest.java succeeds but fails 
in jtreg timeout

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

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

Reply via email to