aionnetwork / AVM

Enabling Java code to run in a blockchain environment
https://theoan.com/
MIT License
49 stars 25 forks source link

Fix flaky test: HandoffMonitorTest.verifyCallMultithreaded() #388

Closed jeff-aion closed 5 years ago

jeff-aion commented 5 years ago

This test verifies that all of the tasks it provided were executed by different threads but nothing about the test forces this to be true so we occasionally see 1 thread run all of them, on some machines.