JDK-8240531 : jshell/FailOverExecutionControlDyingLaunchTest.java fails due to agentvm mode timeout
  • Type: Bug
  • Component: tools
  • Sub-Component: jshell
  • Affected Version: 15
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows
  • CPU: x86_64
  • Submitted: 2020-03-04
  • Updated: 2020-06-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
The following test fails in the JDK15 CI:

jdk/jshell/FailOverExecutionControlDyingLaunchTest.java

This test failure is due to an agentvm mode timeout: 

#section:testng
----------messages:(9/393)----------
command: testng FailOverExecutionControlDyingLaunchTest
reason: User specified action: run testng FailOverExecutionControlDyingLaunchTest 
Mode: agentvm
Agent id: 4
Additional exports to unnamed modules from @modules: jdk.jshell/jdk.jshell.execution jdk.jshell/jdk.jshell.spi
Timeout refired 480 times
Timeout information:
--- Timeout information end.
elapsed time (seconds): 676.081
----------configuration:(12/920)*----------

<snip>

result: Error. Agent error: java.lang.Exception: Agent 4 timed out with a timeout of 480 seconds; check console log for any additional details


test result: Error. Agent error: java.lang.Exception: Agent 4 timed out with a timeout of 480 seconds; check console log for any additional details

PLEASE, DO NOT ADD OTHER FAILURE MODES TO THIS BUG.
Comments
Please note that this bug tracks a different failure mode than: JDK-8235780 jdk/jshell/FailOverExecutionControlDyingLaunchTest.java fails during setup There is no "setup" failure in these failure sightings. This is also a different failure mode than this bug: JDK-8209848 test/langtools/jdk/jshell tests failed with Accept timed out since there is no mention of "Accept" in these failure sightings. This bug is also used to track misc JShell test failures: JDK-8184445 JShell tests: fail intermittently if tests are run in high concurrent mode. but it has become a confusing collection of sightings so I don't want to link to it.
04-03-2020