-
Notifications
You must be signed in to change notification settings - Fork 896
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 test cases for existence filter with updated/added documents #7457
Conversation
|
Size Report 1Affected ProductsNo changes between base commit (2d0a9f5) and merge commit (fb87e48).Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (2d0a9f5) and merge commit (fb87e48).Test Logs |
Please add a PR description for context for our current and future review. Thanks! |
packages/firestore/test/unit/specs/existence_filter_spec.test.ts
Outdated
Show resolved
Hide resolved
packages/firestore/test/unit/specs/existence_filter_spec.test.ts
Outdated
Show resolved
Hide resolved
packages/firestore/test/unit/specs/existence_filter_spec.test.ts
Outdated
Show resolved
Hide resolved
packages/firestore/test/unit/specs/existence_filter_spec.test.ts
Outdated
Show resolved
Hide resolved
packages/firestore/test/unit/specs/existence_filter_spec.test.ts
Outdated
Show resolved
Hide resolved
packages/firestore/test/unit/specs/existence_filter_spec.test.ts
Outdated
Show resolved
Hide resolved
…er-doc-update-bug
Adding more spec tests and integration test to cover different snerios in using bloom filter.
Snerios include updating, removing, deleting and adding documents while users gets offline.