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 right now it is a bit unclear if this is a problem with the server, the Sync Client, Client Reset, Platform Networking or all of the above. But something is clearly not working as intended
The text was updated successfully, but these errors were encountered:
This is currently blocking a release from our main branch. We might need to try to roll back commits until it will start working again, but that will probably be quite disruptive. But the Core/Server team is currently looking at logs, so hopefully they can figure out what is wrong.
This seems to be the root cause of some of the problems we are seeing with our Sync Tests on Jenkins.
It can be reproduced in the following way:
./start_local_test_server.sh
AsymmetricSyncTests.asymmetricSchema()
from inside Android Studio.uploadAllLocalChanges()
.AsymmetricSyncTest.insert()
from a fresh server with Platform networking disabled will instead result in anAutoClientResetFailed(1028)
error being thrown. More details are reported here: Update server version on all entries in the sync history during client reset with recovery realm-core#7291 (review)So right now it is a bit unclear if this is a problem with the server, the Sync Client, Client Reset, Platform Networking or all of the above. But something is clearly not working as intended
The text was updated successfully, but these errors were encountered: