You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JUnit does not fail the test when exceptions (including assertion errors), occur in spawned threads. The test does have exceptions, which should be addressed:
Exception in thread "Thread-4" java.util.ConcurrentModificationException
at com.oath.oak.InternalOakMap$Iter.initAfterRebalance(InternalOakMap.java:917)
at com.oath.oak.InternalOakMap$Iter.advance(InternalOakMap.java:938)
at com.oath.oak.InternalOakMap$EntryTransformIterator.next(InternalOakMap.java:1164)
at com.oath.oak.OffHeapOakTest$RunThreads.run(OffHeapOakTest.java:119)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
JUnit does not fail the test when exceptions (including assertion errors), occur in spawned threads. The test does have exceptions, which should be addressed:
The text was updated successfully, but these errors were encountered: