CI freezes.
Closed this issue · 0 comments
artem-zinnatullin commented
We're seeing "random" CI freezes for a long time, sometimes more often.
Latest observed logs from 2 different builds show that latest test in the output before freeze is:
com.pushtorefresh.storio2.sqlite.integration.RxQueryTest > queryOneExistedObjectTableUpdate PASSED
So my guess is that one of the tests in RxQueryTest
has racy deadlock.
I'd start solving it by adding Timeout rule for whole RxQueryTest
with reasonable timeout ie 30 seconds, that way we'll figure out which test causes the problem because it'll fail the build properly.
@nikitin-da can you please try that if you have time? Otherwise I'll take care of that later :)