-
Notifications
You must be signed in to change notification settings - Fork 738
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
testOpenJ9DiagnosticsMXBean_win_0 hangs #11055
Comments
The reason for the _win variation was to exclude the test on win32 where it was previously running, as it was hanging there as well. |
The test passed running internally.
|
@jdekonin could firewall settings on the Windows jenkins machines be blocking the test? I notice it's setting |
The test uses |
Test is also hanging internally on jenkins in the compressedrefs build, although it passes internally in the XL build. This implies it's not a machine problem. |
The child process was hanging on Windows due to not reading the child process IO. Unexclude the test on Windows 32-bit. Issue eclipse-openj9#11055 [ci skip] Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
The testOpenJ9DiagnosticsMXBean test is hanging on Windows. This test was never run on Windows before as it was configured to use only XL modes, and Windows doesn't run any XL testing. The change was made by #11016
https://ci.eclipse.org/openj9/job/Test_openjdk15_j9_extended.functional_x86-64_windows_Nightly_testList_0/92/
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_extended.functional_x86-64_windows_Nightly_testList_1/151/
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_extended.functional_x86-64_windows_Nightly_testList_1/152/
The text was updated successfully, but these errors were encountered: