Skip to content
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

JLM_Tests_interface_1 FAILED: testResetPeakThreadCount AssertionError #20537

Open
JasonFengJ9 opened this issue Nov 7, 2024 · 1 comment
Open

Comments

@JasonFengJ9
Copy link
Member

JasonFengJ9 commented Nov 7, 2024

Failure link

From internal Test_openjdk17_j9_sanity.functional_x86-64_windows_testList_3 (win22x86-svl-rt5-1)

java version "17.0.14-beta" 2025-01-21
IBM Semeru Runtime Certified Edition 17.0.14+1-202411021440 (build 17.0.14-beta+1-202411021440)
Eclipse OpenJ9 VM 17.0.14+1-202411021440 (build master-5439dcfe42, JRE 17 Windows Server 2022 amd64-64-Bit Compressed References 20241102_801 (JIT enabled, AOT enabled)
OpenJ9   - 5439dcfe42
OMR      - 2c5b8df92
JCL      - 905269b7ca based on jdk-17.0.14+1)

Rerun in Grinder - Change TARGET to run only the failed test targets

Optional info

Failure output (captured from console output)

[2024-11-02T19:29:25.449Z] variation: -XX:+HeapManagementMXBeanCompatibility
[2024-11-02T19:29:25.995Z] JVM_OPTIONS:  -XX:+HeapManagementMXBeanCompatibility 

[2024-11-02T19:30:04.968Z] FAILED: testResetPeakThreadCount
[2024-11-02T19:30:04.968Z] java.lang.AssertionError: 
[2024-11-02T19:30:04.968Z] 	at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
[2024-11-02T19:30:04.968Z] 	at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
[2024-11-02T19:30:04.968Z] 	at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
[2024-11-02T19:30:04.968Z] 	at org.openj9.test.java.lang.management.TestThreadMXBean.testResetPeakThreadCount(TestThreadMXBean.java:772)
[2024-11-02T19:30:04.968Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2024-11-02T19:30:04.968Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[2024-11-02T19:30:04.968Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2024-11-02T19:30:04.968Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:575)
[2024-11-02T19:30:04.968Z] 	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
[2024-11-02T19:30:04.968Z] 	at org.testng.internal.Invoker.invokeMethod(Invoker.java:580)
[2024-11-02T19:30:04.968Z] 	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716)
[2024-11-02T19:30:04.968Z] 	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988)
[2024-11-02T19:30:04.968Z] 	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
[2024-11-02T19:30:04.968Z] 	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
[2024-11-02T19:30:04.968Z] 	at org.testng.TestRunner.privateRun(TestRunner.java:648)
[2024-11-02T19:30:04.968Z] 	at org.testng.TestRunner.run(TestRunner.java:505)
[2024-11-02T19:30:04.968Z] 	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
[2024-11-02T19:30:04.968Z] 	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
[2024-11-02T19:30:04.968Z] 	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
[2024-11-02T19:30:04.968Z] 	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
[2024-11-02T19:30:04.968Z] 	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
[2024-11-02T19:30:04.968Z] 	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
[2024-11-02T19:30:04.968Z] 	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
[2024-11-02T19:30:04.968Z] 	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
[2024-11-02T19:30:04.968Z] 	at org.testng.TestNG.runSuites(TestNG.java:1049)
[2024-11-02T19:30:04.968Z] 	at org.testng.TestNG.run(TestNG.java:1017)
[2024-11-02T19:30:04.968Z] 	at org.testng.TestNG.privateMain(TestNG.java:1354)
[2024-11-02T19:30:04.968Z] 	at org.testng.TestNG.main(TestNG.java:1323)
[2024-11-02T19:30:04.968Z] 
[2024-11-02T19:30:04.968Z] 
[2024-11-02T19:30:04.968Z] ===============================================
[2024-11-02T19:30:04.968Z]     TestThreadMXBean
[2024-11-02T19:30:04.968Z]     Tests run: 37, Failures: 1, Skips: 0

[2024-11-02T19:30:04.968Z] JLM_Tests_interface_1_FAILED

50x internal Grinder - passed

Copy link

github-actions bot commented Nov 7, 2024

Issue Number: 20537
Status: Open
Recommended Components: comp:test, comp:gc, comp:vm
Recommended Assignees: pshipton, fengxue-is, jasonfengj9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant