[issue-1788] added firedbase tests
Description
Fixes #1788
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
- [ ] I have followed Sample Guidelines from AUTHORING_GUIDE.MD
- [ ] README is updated to include all relevant information
- [ ] Tests pass:
nox -s py-3.9(see Test Environment Setup) - [ ] Lint pass:
nox -s lint(see Test Environment Setup) - [ ] These samples need a new API enabled in testing projects to pass (let us know which ones)
- [ ] These samples need a new/updated env vars in testing projects set to pass (let us know which ones)
- [ ] This sample adds a new sample directory, and I updated the CODEOWNERS file with the codeowners for this sample
- [ ] This sample adds a new Product API, and I updated the Blunderbuss issue/PR auto-assigner with the codeowners for this sample
- [ ] Please merge this PR for me once it is approved
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
I need to find someone with access to the python-docs-samples-firestore project. To get this sorted I guess.
I think I fixed whatever problems we had with the python-docs-samples-firestore, but now the tests seem to take forever. I guess we will soon just get a timeout error. Can you investigate?
In the test project, I see that we did hit quota.
I guess there's some problem with the tests if we use up all 50k operations.
Seems db contained a lot of records, because I tried to ran the tests in my environment and there was only ~700 read/write operations. After cleaning up project DB (https://github.com/GoogleCloudPlatform/python-docs-samples/pull/11863) the CI passed.