python-docs-samples icon indicating copy to clipboard operation
python-docs-samples copied to clipboard

[issue-1788] added firedbase tests

Open irudykss opened this issue 1 year ago • 2 comments

Description

Fixes #1788

Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.

Checklist

irudykss avatar Apr 17 '24 14:04 irudykss

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.

google-cla[bot] avatar Apr 17 '24 14:04 google-cla[bot]

I need to find someone with access to the python-docs-samples-firestore project. To get this sorted I guess.

m-strzelczyk avatar Apr 24 '24 15:04 m-strzelczyk

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?

m-strzelczyk avatar May 28 '24 14:05 m-strzelczyk

In the test project, I see that we did hit quota.

5gHiLCttLq4PHJo

I guess there's some problem with the tests if we use up all 50k operations.

m-strzelczyk avatar May 28 '24 14:05 m-strzelczyk

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.

BigBlackWolf avatar Jun 18 '24 15:06 BigBlackWolf