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

JDK17+: ConcurrentLoadTest_5m and MiniMix_aot_5m failed on aix intermittently with same error message #3819

Open
sophia-guo opened this issue Jun 30, 2022 · 4 comments

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented Jun 30, 2022

JDK17+: ConcurrentLoadTest_5m failed on random aix machines. The failure is intermittent with high rate.

https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.system_ppc64_aix/154/consoleFull

21:25:25  LT  testStarted : testAPI(net.adoptopenjdk.test.concurrent.atomic.AtomicLongArrayTest)
21:25:25  LT  testFailure: testAPI(net.adoptopenjdk.test.concurrent.atomic.AtomicLongArrayTest): 27 : weakCompareAndSet() expected:<true> but was:<false>
21:25:25  LT  junit.framework.AssertionFailedError: 27 : weakCompareAndSet() expected:<true> but was:<false>
21:25:25  LT  	at junit.framework.Assert.fail(Assert.java:57)
21:25:25  LT  	at junit.framework.Assert.failNotEquals(Assert.java:329)
21:25:25  LT  	at junit.framework.Assert.assertEquals(Assert.java:78)
21:25:25  LT  	at junit.framework.Assert.assertEquals(Assert.java:174)
@sendaoYan
Copy link
Contributor

Does it same to #3700

@sophia-guo
Copy link
Contributor Author

The console output looks different.

22:16:00  LT  >>> Captured test output >>>
22:16:00  LT  testStarted : testAPI(net.adoptopenjdk.test.concurrent.atomic.AtomicLongArrayTest)
22:16:00  LT  testFailure: testAPI(net.adoptopenjdk.test.concurrent.atomic.AtomicLongArrayTest): 27 : weakCompareAndSet() expected:<true> but was:<false>
22:16:00  LT  junit.framework.AssertionFailedError: 27 : weakCompareAndSet() expected:<true> but was:<false>
22:16:00  LT  	at junit.framework.Assert.fail(Assert.java:57)
22:16:00  LT  	at junit.framework.Assert.failNotEquals(Assert.java:329)
22:16:00  LT  	at junit.framework.Assert.assertEquals(Assert.java:78)
22:16:00  LT  	at junit.framework.Assert.assertEquals(Assert.java:174)
22:16:00  LT  	at junit.framework.TestCase.assertEquals(TestCase.java:333)
22:16:00  LT  	at net.adoptopenjdk.test.concurrent.atomic.AtomicLongArrayTest.testAPI(AtomicLongArrayTest.java:137)
22:16:00  LT  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
22:16:00  LT  	at java.base/java.lang.reflect.Method.invoke(Method.java:577)
22:16:00  LT  	at junit.framework.TestCase.runTest(TestCase.java:176)
22:16:00  LT  	at junit.framework.TestCase.runBare(TestCase.java:141)
22:16:00  LT  	at junit.framework.TestResult$1.protect(TestResult.java:122)
22:16:00  LT  	at junit.framework.TestResult.runProtected(TestResult.java:142)
22:16:00  LT  	at junit.framework.TestResult.run(TestResult.java:125)
22:16:00  LT  	at junit.framework.TestCase.run(TestCase.java:129)
22:16:00  LT  	at junit.framework.TestSuite.runTest(TestSuite.java:252)
22:16:00  LT  	at junit.framework.TestSuite.run(TestSuite.java:247)
22:16:00  LT  	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
22:16:00  LT  	at org.junit.runners.Suite.runChild(Suite.java:128)
22:16:00  LT  	at org.junit.runners.Suite.runChild(Suite.java:27)
22:16:00  LT  	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)

@sophia-guo sophia-guo changed the title JDK17: ConcurrentLoadTest_5m failed on aix JDK17+: ConcurrentLoadTest_5m and MiniMix_aot_5m failed on aix intermittently with same error message Jul 4, 2022
@sophia-guo
Copy link
Contributor Author

@sophia-guo
Copy link
Contributor Author

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

No branches or pull requests

2 participants