pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.
Apache License 2.0
2.55k stars 182 forks source link

Tests flakiness in StorIOContentResolver #439

Closed artem-zinnatullin closed 9 years ago

artem-zinnatullin commented 9 years ago

Builds on CI can fail because of tests flakiness:

com.pushtorefresh.storio.contentresolver.integration.QueryTest > queryOneByField FAILED java.lang.AssertionError at QueryTest.java:34

It's just an example, as I saw — every integration test in StorIOContentResolver can fail because of some problem with notifications about changes.

RxJava 1.0.13 didn't help, see #438.

artem-zinnatullin commented 9 years ago

Hope #440 will finally fix this, I'll keep this issue for couple other PRs and if we won't see problems with them — I'll then close this issue.

artem-zinnatullin commented 9 years ago

Looks like everything is okay, closing.