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
A lot of the test cases do something like Future#get() which blocks indefinitely. Oftentimes this is waiting on an event (i.e. log message) from the kernel. In cases when the event never happens, that thread waits indefinitely, and in turn, so does the Thread#join call in the ConcurrentRunner
The text was updated successfully, but these errors were encountered:
A lot of the test cases do something like Future#get() which blocks indefinitely. Oftentimes this is waiting on an event (i.e. log message) from the kernel. In cases when the event never happens, that thread waits indefinitely, and in turn, so does the Thread#join call in the ConcurrentRunner
The text was updated successfully, but these errors were encountered: