-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Hotspot test serviceability/sa/ClhsdbCDSCore.java hangs on Ubuntu 16.04/x64 #3745
Comments
This could be related to JDK-8283410, but on Adoptium infra it seems to affect linux (not windows?). |
@zzambers I did run it on a different agent ClhsdbCDSCore.java and it passed https://ci.adoptium.net/view/Test_grinder/job/Grinder/10970/ ( failed one is due to no test selected.) So it might be related with infra as you can't reproduce it on your environment. Could you please move it to infra repo? Or I can move it if you agree? |
@sophia-guo by moving you mean filling the same issue there and closing this one? |
@sophia-guo Can you get a list of which machines/distributions it passes and fails on? Your one was run on RHEL. Both of zzambers' runs were on an (old, out of support) Ubuntu distribution (although neither were in containers). At the moment I'm not sure we have enough information to be able to be able to take an action this one in the infrastructure repo since it's not clear what is needed to resolve it. |
There are recent dev.hotspot runs which look clean - was this test removed and is it still considered a problem? |
I tried kicking off some grinders for testing (based on JDK11 since that's what the dev.openjdk link in the description was pointing at but got
|
ping @sophia-guo @zzambers - is this still a concern? |
It's a hotspot tests. So rerun with hotspot_custom
|
I don't think I've ever looked at a test that needed that before. Thanks for the pointer. Is there any way I can tell from the name of the test which ones need to use Both of the Ubuntu ones look like they have a pass although it's overall
|
The only way to know if it's hotspot or jdk one is to check the test path. If it's under https://github.com/openjdk/jdk11u-dev/tree/master/test/hotspot ( jdk 11+) https://github.com/openjdk/jdk8u-dev/tree/master/hotspot/test (jdk8)then it's hotspot. If it's under https://github.com/openjdk/jdk11u-dev/tree/master/test/jdk (jdk11+) or https://github.com/openjdk/jdk8u-dev/tree/master/jdk/test (jdk8)then it's jdk. hotspot_custom_1 can be ignored for this test as CDS only works when the Compressed Oops feature was enable for jdk14- ( works with either configuration of Compressed OOPs with jdk15+). So test is skipped. |
That looks like it is running on Ubuntu 16.04, not RHEL7 😕 https://ci.adoptium.net/job/Grinder/11902/console OK so we can reproduce but only on certain OSs.
And a few Ubuntus on ppc64le:
|
Yes, on https://ci.adoptium.net/computer/test%2Dibmcloud%2Dubuntu1604%2Dx64%2D1/ it's timeout and failed. I just rerun the grinder you mentioned here #3745 (comment) and had thought the grinder is specified on RHEL7. Anyway tests timeout on some os. |
I can see, that this test hangs on adoptium infra, being killed on timeout (seems reliable):
serviceability/sa/ClhsdbCDSCore.java
I can see this both in dev.openjdk run and when ran in grinder.
Output:
Notes:
I have tried to reproduce this locally or on our ifra both manually invoking jtreg and through aqa-tests, but failed to reproduce it. Maybe it is inra/environment issue? Test first intentionally crashes the VM using Unsafe class to produce core file. However this hangs when ran on adoptium infra. Maybe something with core dump settings? I don't know.
The text was updated successfully, but these errors were encountered: