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
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: