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

OffHeapOakTest is failing #52

Open
eranmeir opened this issue Sep 23, 2019 · 0 comments
Open

OffHeapOakTest is failing #52

eranmeir opened this issue Sep 23, 2019 · 0 comments

Comments

@eranmeir
Copy link
Contributor

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)

@eranmeir eranmeir mentioned this issue Sep 23, 2019
@eranmeir eranmeir changed the title OffHeapOakTest is failing silently OffHeapOakTest is failing Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant