-
Notifications
You must be signed in to change notification settings - Fork 625
Iterate forward on local serializer mutation batch decoding #2375
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
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (a70acba3) is created by Prow via merging commits: a89e504 2c47eb8. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (a70acba3) is created by Prow via merging commits: a89e504 2c47eb8. |
@@ -202,18 +202,6 @@ public void testTransformAndTransformThrowError() { | |||
assertThrows(AssertionError.class, () -> serializer.decodeMutationBatch(batchProto)); | |||
} | |||
|
|||
// TODO(b/174608374): Remove these tests once we perform a schema migration. | |||
@Test | |||
public void testOnlyTransformThrowsError() { |
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.
FWIW You could still assert that the first mutation is not a transform. Optional.
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.
Eh, I'll pass on this one since I don't want to back-back-backport it to iOS again.
Porting from iOS.