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

extended.functional threadMXBeanTestSuite1_7 testFindDeadlockTest fail #2523

Open
pshipton opened this issue Jul 31, 2018 · 20 comments
Open

Comments

@pshipton
Copy link
Member

pshipton commented Jul 31, 2018

https://ci.eclipse.org/openj9/job/Test-extended.functional-JDK10-linux_ppc-64_cmprssptrs_le/28

===============================================
Running test threadMXBeanTestSuite1_7 ...
===============================================
threadMXBeanTestSuite1_7 Start Time: Tue Jul 31 06:53:23 2018 Epoch Time (ms): 1533020003355
test with Mode610 -Xjit:noJitUntilMain,count=0,optlevel=warm
[IncludeExcludeTestAnnotationTransformer] [INFO] exclude file is /home/jenkins/jenkins-agent/workspace/Test-extended.functional-JDK10-linux_ppc-64_cmprssptrs_le/openjdk-tests/TestConfig/scripts/testKitGen/../../../../jvmtest/TestConfig/resources/excludes/latest_exclude_SE100.txt
...
... TestNG 6.14.2 by Cédric Beust ([email protected])
...

[FindDeadlockTest] [ERROR] Not deadlocks:
[FindDeadlockTest] [ERROR] Deadlocks not found:
tid: 43 (ds3)
blocker: java.util.concurrent.locks.ReentrantLock$NonfairSync@818b5ef0
owner: 44 (ds4)

PASSED: testAPITest
PASSED: testMonitorTraceTest
PASSED: testParkedThreadTest
FAILED: testFindDeadlockTest
java.lang.AssertionError: The following asserts failed:
	findDeadlocks failed expected [true] but found [false]
	at org.testng.asserts.SoftAssert.assertAll(SoftAssert.java:43)
	at org.openj9.test.java.lang.management.ThreadMXBean.FindDeadlockTest.testFindDeadlockTest(FindDeadlockTest.java:66)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0([email protected]/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke([email protected]/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke([email protected]/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke([email protected]/Method.java:564)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:580)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
	at org.testng.TestNG.runSuites(TestNG.java:1049)
	at org.testng.TestNG.run(TestNG.java:1017)
	at org.testng.TestNG.privateMain(TestNG.java:1354)
	at org.testng.TestNG.main(TestNG.java:1323)


===============================================
    threadMXBeanTestSuite1
    Tests run: 4, Failures: 1, Skips: 0
===============================================
@pshipton pshipton changed the title Test-extended.functional-JDK10-linux_ppc-64_cmprssptrs_le threadMXBeanTestSuite1_7 testFindDeadlockTest assert Test-extended.functional-JDK10-linux_ppc-64_cmprssptrs_le threadMXBeanTestSuite1_7 testFindDeadlockTest fail Jul 31, 2018
@pshipton
Copy link
Member Author

No re-occurrences, assuming fixed.

@pshipton
Copy link
Member Author

Another one, different platform.
https://ci.eclipse.org/openj9/job/Test_openjdknext_j9_extended.functional_s390x_linux_OpenJDK/36
threadMXBeanTestSuite1_7

FAILED: testFindDeadlockTest
java.lang.AssertionError: The following asserts failed:
	findDeadlocks failed expected [true] but found [false]
	at org.testng.asserts.SoftAssert.assertAll(SoftAssert.java:43)
	at org.openj9.test.java.lang.management.ThreadMXBean.FindDeadlockTest.testFindDeadlockTest(FindDeadlockTest.java:66)

@pshipton pshipton reopened this Sep 27, 2019
@pshipton pshipton changed the title Test-extended.functional-JDK10-linux_ppc-64_cmprssptrs_le threadMXBeanTestSuite1_7 testFindDeadlockTest fail extended.functional threadMXBeanTestSuite1_7 testFindDeadlockTest fail Sep 27, 2019
@pshipton
Copy link
Member Author

pshipton commented Apr 3, 2023

https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_extended.functional_s390x_linux_Release_testList_0/57
threadMXBeanTestSuite1_4

FAILED: testFindDeadlockTest
java.lang.AssertionError: The following asserts failed:
	findDeadlocks failed expected [true] but found [false]
	at org.testng.asserts.SoftAssert.assertAll(SoftAssert.java:43)
	at org.openj9.test.java.lang.management.ThreadMXBean.FindDeadlockTest.testFindDeadlockTest(FindDeadlockTest.java:66)

@pshipton
Copy link
Member Author

https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_extended.functional_s390x_linux_Nightly_testList_0/459
threadMXBeanTestSuite1_4

FAILED: testFindDeadlockTest
java.lang.AssertionError: The following asserts failed:
	findDeadlocks failed expected [true] but found [false]
	at org.testng.asserts.SoftAssert.assertAll(SoftAssert.java:43)
	at org.openj9.test.java.lang.management.ThreadMXBean.FindDeadlockTest.testFindDeadlockTest(FindDeadlockTest.java:66)

@pshipton
Copy link
Member Author

pshipton commented May 5, 2023

https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_extended.functional_s390x_linux_Nightly_testList_0/531
threadMXBeanTestSuite1_7

FAILED: testFindDeadlockTest
java.lang.AssertionError: The following asserts failed:
	findDeadlocks failed expected [true] but found [false]
	at org.testng.asserts.SoftAssert.assertAll(SoftAssert.java:43)
	at org.openj9.test.java.lang.management.ThreadMXBean.FindDeadlockTest.testFindDeadlockTest(FindDeadlockTest.java:66)

@pshipton
Copy link
Member Author

@JasonFengJ9
Copy link
Member

JDK22 s390x_linux(rhel9s390x-svl-rt6-1)

[2024-05-18T20:22:57.046Z] variation: Mode610 -Xjit:noJitUntilMain,count=0,optlevel=warm
[2024-05-18T20:22:57.046Z] JVM_OPTIONS:  -Xcompressedrefs -Xjit -Xgcpolicy:gencon -Xjit:noJitUntilMain,count=0,optlevel=warm 

[2024-05-18T20:24:14.584Z] FAILED: testFindDeadlockTest
[2024-05-18T20:24:14.584Z] java.lang.AssertionError: The following asserts failed:
[2024-05-18T20:24:14.584Z] 	findDeadlocks failed expected [true] but found [false]
[2024-05-18T20:24:14.584Z] 	at org.testng.asserts.SoftAssert.assertAll(SoftAssert.java:43)
[2024-05-18T20:24:14.584Z] 	at org.openj9.test.java.lang.management.ThreadMXBean.FindDeadlockTest.testFindDeadlockTest(FindDeadlockTest.java:66)

[2024-05-18T20:24:14.584Z] ===============================================
[2024-05-18T20:24:14.584Z]     threadMXBeanTestSuite1
[2024-05-18T20:24:14.584Z]     Tests run: 4, Failures: 1, Skips: 0
[2024-05-18T20:24:14.584Z] ===============================================
[2024-05-18T20:24:14.584Z] 
[2024-05-18T20:24:14.584Z] 
[2024-05-18T20:24:14.584Z] ===============================================
[2024-05-18T20:24:14.584Z] GeneralTest suite
[2024-05-18T20:24:14.584Z] Total tests run: 4, Failures: 1, Skips: 0
[2024-05-18T20:24:14.584Z] ===============================================
[2024-05-18T20:24:14.584Z] 
[2024-05-18T20:24:15.062Z] -----------------------------------
[2024-05-18T20:24:15.062Z] threadMXBeanTestSuite1_7_FAILED

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

2 participants