-
-
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
test-aws-rhel8-x64-1 - tests which create core files fail #1829
Comments
I suspect they're ending up in |
I have made an adjustment to FYA @smlambert |
(Job above succeeded so that resolves the issue) |
Closing - these tests are now passing on |
As per statement above, I do not yet considered this closed as the playbooks have (to my knowledge) not been updated to handle this. |
@sxa Is the solution to this to set |
@sxa ^^ ping |
Thanks for the reminder :-) I think so, but we need to see which distributions this affects - given the choice I'd rather not replace it everywhere unless we need to. Related: #1817 Also, it would be good to include the test parameters for this one to the list at the bottom of this section of the FAQ: https://github.com/adoptium/infrastructure/blob/master/FAQ.md#how-do-i-replicate-a-test-failure |
Going to mark this as critical because@
|
Discussed with @steelhead31 and @Haroon-Khel today - we should see if this still occurs, whether we have a solution documented somewhere, and if so implement it, otherwise verify if it's a problem with the UBI8 containers that we have. |
On the basis that the hotspot test works ok I'm closing this. Verified at https://ci.adoptium.net/job/Grinder/10819/console |
It looks like the openj9 functional tests which create a j9core.dmp or other core file and then examine the contents of the file are failing to create the core dump.
Example job link: https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.functional_x86-64_linux/71/consoleFull
The failing test targets are
The cmdLineTester_callsitedbgddrext_openj9_0 test failure message is
The cmdLineTester_pltest_0 test failure message is
The same tests pass on other machines - e.g. https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.functional_x86-64_linux_xl/72/consoleFull
The text was updated successfully, but these errors were encountered: