Flaky test in TestExecutionMonitor
evanw555 opened this issue · 2 comments
evanw555 commented
I've noticed the Travis build is a little flaky and fails maybe 20% of the time due to this unit test failure:
> Task :parseq:test
Gradle suite > Gradle test > com.linkedin.parseq.internal.TestExecutionMonitor.testStallsWithStuckThread FAILED
java.lang.AssertionError at TestExecutionMonitor.java:108
503 tests completed, 1 failed, 3 skipped
> Task :parseq:test FAILED
FAILURE: Build failed with an exception.
We should resolve this so that the Travis build check is accurate.