You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve Firestore tests by separating test runs, improving cleanup (#2667)
* fix: harden the wait for consistency for firestore multiple listen snippet
* fix: formatting
* add a setup step in CLI (#2611)
* fix: formatting
* fix: formatting
* fix: add setup to snippets for tests
* fix: rename sydney_query to denver_query as it refers to denver
* fix: Use stream instead of get in samples
* fix: stop deleting LA, delete DEN instead
* fix: move delete tests to end of file
* fix: move BJ to top to work with snapshot cursors
* fix: Beijing -> BJ
* during delete collection delete all collections created for these tests
* fix: add cleanup test to distributed counters
* wrap db.collections calls to use unique names
* fix: remove unused import
* fix: remove more complicated fix for time now that we have separate collections
* fix: reorder tests
* fix: move test firestore client to test file
* fix: lint
* fix: use old-style classes for Python 2.7
Co-authored-by: Tianzi Cai <[email protected]>
0 commit comments