-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HCRLateAttachWorkload test times out on Windows on JDK8 OpenJ9 #236
Comments
Running 5x Grinder fails : https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder-systemtest/75/console The Process "AG" seems to "hang" - even after increasing the timeout to 30m, the test has still been failing. Looking into the test code, AG is the process that runs the Attacher. Running another grinder with more debug info in the Attacher class: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder-systemtest/77/console |
On Linux, the test finds a VM to attach to whose PID matches that of the passed on PID:
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder-systemtest/80/console However, on Wndows, there is no match found with the passed in PID with the PID of the available VMs:
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder-systemtest/81/console Hence, on Windows, the test "hangs" inside the Attacher while loop. |
The vmPidArg value that the Attacher receives from the test comes from
Where
These integers are generated in JavaProcessDefinition.java, here:
|
@lumpfish - do you know if this test ever worked on Windows? JavaProcessDefinition#addPerlProcessData() doesn't seem to be doing what it's supposed to do on Windows (it works on non-Windows platforms). |
This is fixed by adoptium/STF#89 Created PR to reinstate the tests: adoptium/aqa-tests#2046 |
HCRLateAttachWorkload test times out on Windows on JDK8 OpenJ9
https://ci.eclipse.org/openj9/job/Test-extended.system-JDK8-win_x86-64_cmprssptrs/205/tapResults/
The text was updated successfully, but these errors were encountered: