aqa-tests: AIX/HS/JDK11 MiniMix failing on weakCompareAndSet() operation on POWER9

Describe the bug On the MiniMix_5m_1 test in the system category (although it has also been seen on ConcurrentLoadTest_5m_1)we are getting this failure periodically. I’m doing various tests to figure out when it’s occurring but so far I’ve only seen it on the only POWER9 system that we have (test-osuosl-aix71-ppc64-1)

 LT  >>> Captured test output >>>
 LT  testStarted : testAPI(net.adoptopenjdk.test.concurrent.atomic.AtomicLongArrayTest)
 LT  testFailure: testAPI(net.adoptopenjdk.test.concurrent.atomic.AtomicLongArrayTest): 27 : weakCompareAndSet() expected:<true> but was:<false>
 LT  junit.framework.AssertionFailedError: 27 : weakCompareAndSet() expected:<true> but was:<false>

To Reproduce Steps to reproduce the behavior (or Grinder rerun link): https://ci.adoptopenjdk.net/job/Grinder/7395

Expected behavior Test pass 😃

Additional context Add any other context about the problem here. I’ve queued up various grinders after the initial tests I did yesterday in order to test various options to determine the extent of it. So far I’ve only been testing on JDK11 HotSpot - mostly these are five iteration runs. I’ll add notes as they complete.

I’ve also queued up some more 10 iteration runs on other POWER8 machines just to get some extra validation as to whether it is specific to the POWER9 system:

FYI @lumpfish as we were discussing this

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Comments: 17 (17 by maintainers)

Most upvoted comments

Just realisd I tagged the wrong @smlambert two comments above - sorry!

That sounds quite odd

Sorry, to clear up 1m pass 5m (default) fails 10m fails (but passed with Xint)