JDK-8239872 : [macos] jpackage/tests/MainClassTest.java fails due to timeout
  • Type: Bug
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: 15
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2020-02-24
  • Updated: 2020-03-16
  • Resolved: 2020-03-16
Related Reports
Duplicate :  
Relates :  
Description
The following test failed in the JDK15 CI due to a timeout:

tools/jpackage/share/jdk/jpackage/tests/MainClassTest.java	

Here's a snippet from the log file:

elapsed=1496332 0\:24\:56.332
end=Mon Feb 24 14\:09\:32 GMT 2020
start=Mon Feb 24 13\:44\:36 GMT 2020

I don't see anything suspicious in the log file, but the test
issues a lot of messages so something could be buried
in there.

Starting this bug as a P3 since this is a Tier2 test failure.
Comments
This is likely to be the same underlying problem as JDK-8239813
28-02-2020