-
Notifications
You must be signed in to change notification settings - Fork 900
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
Add 'existence-filter-mismatch-bloom' to listen request labels and test with spec tests #7107
Add 'existence-filter-mismatch-bloom' to listen request labels and test with spec tests #7107
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (96,162 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
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.
Approved! With one tiny nit of a comment :)
@@ -431,6 +431,9 @@ describe('RemoteEvent', () => { | |||
expectTargetChangeEquals(event.targetChanges.get(1)!, expected); | |||
}); | |||
|
|||
// TODO(Mila): Add test cases for existence filter with bloom filter, one will |
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.
nit: Put b/272564458
in the "TODO" rather than "Mila".
No description provided.