-
Notifications
You must be signed in to change notification settings - Fork 729
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
Add addition testing for ThreadMXBean thread alloc #18365
Conversation
Test in grinders |
@TobiAjila the test grinders failed |
Arg, I missing the OMR dependency. |
jenkins compile alinux64 jdk8,jdk11 depends eclipse-omr/omr#7163 |
Set as draft until the OMR change is promoted. |
Grinders are passing now. |
@pshipton can we retest this now? |
The OMR change is promoted. I don't think it needs to be re-tested. Just reviewed and merged. |
It's not hard to retest anyway, here are some passing alinux grinders using the last nightly build. |
@babsingh please review/merge |
test/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java
Outdated
Show resolved
Hide resolved
test/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java
Outdated
Show resolved
Hide resolved
test/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java
Outdated
Show resolved
Hide resolved
test/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java
Show resolved
Hide resolved
test/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java
Outdated
Show resolved
Hide resolved
@babsingh changes ready for another look, https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/3033/tapResults/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nits. otherwise, lgtm.
test/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java
Outdated
Show resolved
Hide resolved
test/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java
Outdated
Show resolved
Hide resolved
Add new test cases to verify non-current thread paths. Depends on eclipse-omr/omr#7163 Signed-off-by: Tobi Ajila <[email protected]>
Started new grinders: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both latest grinders have passed.
eca check has also passed but it isn't reflected in the PR. @AdamBrousseau this is a recurring issue. do our scripts need to be updated? |
That's an Eclipse check. Seems like it isn't poking back successfully to the GH PR. If it's a problem we can raise an issue for them to follow up. |
Add new test cases to verify non-current thread paths.
Depends on eclipse-omr/omr#7163