puniverse / quasar

Fibers, Channels and Actors for the JVM
http://docs.paralleluniverse.co/quasar/
Other
4.56k stars 574 forks source link

Fix FiberAsyncTest.whenCancelRunBlockingInterruptExecutingThread() #267

Open felixvf opened 7 years ago

felixvf commented 7 years ago

This change makes the test of FiberAsyncTest.whenCancelRunBlockingInterruptExecutingThread() be run repeatedly in order to increase the failure chance of this test. With that change, the test fails with a much higher probability. This allows bug #266 to be analyzed. In order to still allow further development while this bug is not fixed, this test is tagged as @Ignore until the underlying cause is fixed.