-
Notifications
You must be signed in to change notification settings - Fork 607
Update the integration test to verify that bloom filter averted full requery #4768
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
Update the integration test to verify that bloom filter averted full requery #4768
Conversation
Generated by 🚫 Danger |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (f7ce2a3) and the base commit (06479a0) are not available. No macrobenchmark data found for the base commit (06479a0). Analysis for the CI merge commit (f7ce2a3) can be found at: |
…loomFilterComplexIntegrationTest
…erComplexIntegrationTest
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java
Show resolved
Hide resolved
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
Update the integration test for the bloom filter to also verify that Watch specified a bloom filter that could be used to avert the full requery.
Googlers see b/271600668 for more details.
This PR is a port of firebase/firebase-js-sdk#7095, and its follow-up improvements in firebase/firebase-js-sdk#7112