-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
EPIC: jdk_jfr issues across multiple platforms #4352
Comments
Exclude jtreg testcase jdk/jfr/event/oldobject/TestObjectDescription.java for jdk8, which run timeout; dragonwell-project/dragonwell8#473 Fixes: adoptium#4352 Signed-off-by: sendaoYan <[email protected]>
jdk17: arm |
re: #4352 (comment) - yes, consider this list a snapshot in time. Feel free to close those related to jdk21 for 32-bit platforms. We do however want to investigate stuff the other failures, noting that exclusion is typically a "temporary state", with the goal to solve issues and have tests re-included and running. |
Hi, I'll try to help out with this! |
@roberttoyonaga the list in description #4352 (comment) might be obsolete. You can also check the ProblemList_openjdk*. Problematic tests are excluded in the jdk_jfr sections in those problem list files. |
adoptium#4352 (comment) Signed-off-by: Sophia Guo <[email protected]>
adoptium#4352 (comment) Signed-off-by: Sophia Guo <[email protected]>
Rerun failed tests with jdk11 on windows32, ppc64le, linux-arm, all passed https://ci.adoptium.net/view/Test_grinder/job/Grinder/8753/ |
* Re-enable jfr tests for jdk21+ Signed-off-by: Sophia Guo <[email protected]> * Re-enable passed jfr tests for jdk17 #4352 (comment) Signed-off-by: Sophia Guo <[email protected]> --------- Signed-off-by: Sophia Guo <[email protected]>
jdk8: jdk/jfr/ on arm https://ci.adoptium.net/view/Test_grinder/job/Grinder/8756/ |
adoptium#4352 (comment) Signed-off-by: Sophia Guo <[email protected]>
@roberttoyonaga after the rerun it seems that most jfr test issues are with jdk8. See my recent run with jdk8 on arm32. https://ci.adoptium.net/view/Test_grinder/job/Grinder/8756/
|
#4352 (comment) Signed-off-by: Sophia Guo <[email protected]>
jdk/jfr/jcmd/TestJcmdDump.java - https://github.com/adoptium/aqa-tests/issues?q=is%3Aissue+TestJcmdDump - continues to fail across multiple platforms/versions intermittently with OOM during release triage. We should consider exclusion as it regularly occurs across a variety of our nodes. |
This is an umbrella issue under which to track the large number of jfr issues seen across multiple platforms.
This issue will remain open and used to exclude tests under, until issues can be fixed (product and/or test updates upstream, etc), and allow us to close the multiple issues for specific versions and platforms that have accumulated in this repository since we have been running the jdk_jfr target.
[error][jfr] Could not finish chunk
#3836ava.lang.RuntimeException: Too few tlab objects allocated: expected 50 >= 80
on win32 and arm-linux #2870java.lang.Exception: Expected repository to be empty
on win32 and arm-linux #2865We should revisit the ProblemList files and verify which jdk_jfr testcases are problematic and need to remain excluded, and see what upstream changes need to occur to stabilize the tests on various platforms to get them reenabled/fixed (and attempt to reduce the number of jfr testcases that need to be disabled).
Amalgamate and close the above list of issues, ideally by resolving the core issue, but at the very least by updating ProblemList files to refer to the correct upstream issue, or this one.
The text was updated successfully, but these errors were encountered: