Open JasonFengJ9 opened 7 months ago
Does the RI also fail on the problem machine?
RI 3x grinder at sles15-aarch64-3 failed with RuntimeException: Expected message not received
. No failure at java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java
.
RI 100x grinder - 2 failures ConnectException: Connection refused
.
This seems a network sensitive test.
I also find the following in the original failure output.
23:03:13 Exception in thread "main" java.io.IOException: Timed out waiting for service to report test result
23:03:13 at StateTest.waitForTestResult(StateTest.java:83)
23:03:13 at StateTest.main(StateTest.java:168)
23:03:13 Bad response or premature EOF, bytes read:
23:03:13 java.lang.RuntimeException: Bad response or premature EOF from service
23:03:13 Exception in thread "main" java.lang.RuntimeException: Test failed - see log for details
23:03:13 at EchoTest.main(EchoTest.java:181)
23:03:13 Exception in thread "main" java.lang.RuntimeException: Timed out waiting for connection to close
23:03:13 at CloseTest.main(CloseTest.java:85)
Failure link
From an internal build(
sles15-aarch64-4
):Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
50x internal grinder - 8/10 failed at
sles15-aarch64-3
, passed atubu22-aarch64-1
,ubu22-aarch64-2
,rhel8-aarch64-5
andrhel8-aarch64-3