-
Notifications
You must be signed in to change notification settings - Fork 626
Port "Stop persisting last acknowledged batch ID" from iOS #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except perhaps add a comment to SQLiteSchema.java that last_acknowledged_batch_id is no longer used?
/test smoke-tests-debug |
Added above the migration to remove acknowledged mutations, let me know if I should move it to a more prominent place. |
/retest |
1 similar comment
/retest |
/test smoke-tests-debug |
@var-const: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Database smoke tests are known flaky and we haven't yet constrained the smoke-tests-* tasks to run only affected changes so proceeding. |
A straightforward port of firebase/firebase-ios-sdk#2243.