This should cover this test case [1] should verify that data sync works correctly even when server is down - mutations are considered as offline mutations and are synced back to server, when server is available again .
[1] https Test case steps : //gitlab.cee.redhat.com/mobile/test-cases/blob/master/tests/DataSync/ * initialize server and client * kill server * perform mutation * wait few seconds (client will retry the mutation few times) * start server * re - not-available.md initialize client * check that the mutation was sent to server |
|