-
Notifications
You must be signed in to change notification settings - Fork 734
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
jdk/incubator/vector and other tests timing out #20435
Comments
Issue Number: 20435 |
The new change under test is eclipse-omr/omr#7501 Not sure if this could be the cause of these failures, but I haven't seen them before afaik. @BradleyWood @0xdaryl this is going to block OMR acceptance until we figure it out (fix, revert, or decide the failures are unrelated). |
This also appears a hang on non-x86, so the failures may be caused by some other change. https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_aarch64_linux_OMR_testList_1/176
|
My bad, actually this failed in the nightly build and I originally missed it, so it's not related to the OMR change. |
Changes from last passing build. |
Hmm, I don't see the connection to the vector tests. I'll look deeper. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_aarch64_linux_Nightly_testList_0/336 https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_aarch64_linux_Nightly_testList_1/336/ jdk/incubator/vector/Byte64VectorTests.java
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_ppc64le_linux_Nightly_testList_2/231/ |
I had a run with the build that failed and I got another vector failure. Then I used the same build, but added |
https://openj9-jenkins.osuosl.org/job/Test_openjdk23_j9_sanity.openjdk_aarch64_linux_Nightly_testList_0/95/ https://openj9-jenkins.osuosl.org/job/Test_openjdk23_j9_sanity.openjdk_x86-64_linux_Nightly_testList_0/83/ |
Issue Number: 20435 |
1 similar comment
Issue Number: 20435 |
The effect of PR eclipse-openj9#20417 was to enable the TR_UseIdleTime option which was disabled by a code bug. Apparently, this change caused some of the tests to timeout. This commit temporarily disables TR_UseIdleTime until we understand and fix the cause of the timeouts. Fixes: eclipse-openj9#20435 Signed-off-by: Marius Pirvu <[email protected]>
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_linux_OMR_testList_2/110 - cent7-x64-4
jdk/incubator/vector/Double128VectorTests.java
timeout
jdk/incubator/vector/Int128VectorTests.java
timeout
The text was updated successfully, but these errors were encountered: