linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

Flaky test in TestExecutionMonitor #251

Closed evanw555 closed 4 years ago

evanw555 commented 4 years ago

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.

mchen07 commented 4 years ago

This is duplicate to https://github.com/linkedin/parseq/issues/161

evanw555 commented 4 years ago

True. Closing this ticket as a duplicate to #161