heapothesys icon indicating copy to clipboard operation
heapothesys copied to clipboard

Self-test results in java.util.ConcurrentModificationException

Open kdnilsen opened this issue 4 years ago • 0 comments

The following errow was reported by CI testing for a new pull request.

2020-08-05T18:58:09.6886330Z [INFO] Running com.amazon.corretto.benchmark.hyperalloc.ObjectStoreTest 2020-08-05T18:58:10.9727619Z [ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.257 s <<< FAILURE! - in com.amazon.corretto.benchmark.hyperalloc.ObjectStoreTest 2020-08-05T18:58:10.9743146Z [ERROR] ReshuffleTest Time elapsed: 0.09 s <<< ERROR! 2020-08-05T18:58:10.9744135Z java.util.ConcurrentModificationException 2020-08-05T18:58:10.9746866Z at com.amazon.corretto.benchmark.hyperalloc.ObjectStoreTest.lambda$ReshuffleTest$1(ObjectStoreTest.java:123) 2020-08-05T18:58:10.9749358Z at com.amazon.corretto.benchmark.hyperalloc.ObjectStoreTest.ReshuffleTest(ObjectStoreTest.java:123)

kdnilsen avatar Aug 05 '20 20:08 kdnilsen