Skip to content
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

tests: ensure systests pass under emulator in a clean environment #464

Merged
merged 13 commits into from
Sep 30, 2021

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Sep 29, 2021

Fixes #463.

Add a Github Workflow to run the system tests under the emulator.

@tseaver tseaver requested a review from a team as a code owner September 29, 2021 19:16
@product-auto-label product-auto-label bot added the api: firestore Issues related to the googleapis/python-firestore API. label Sep 29, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 29, 2021
@tseaver tseaver added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 29, 2021
#pull_request
# branches:
# - main
push: # temporary
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid merging until this is switched to run on PRs, rather than pushes.

google/cloud/firestore_v1/base_client.py Outdated Show resolved Hide resolved
noxfile.py Outdated Show resolved Hide resolved
tests/unit/v1/test_async_client.py Show resolved Hide resolved
tests/unit/v1/test_client.py Show resolved Hide resolved
I actually expect this to hang, but maybe we get lucky?
google/cloud/firestore_v1/base_client.py Outdated Show resolved Hide resolved
google/cloud/firestore_v1/base_client.py Show resolved Hide resolved
noxfile.py Outdated Show resolved Hide resolved
@tseaver tseaver added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Sep 30, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 30, 2021
@tseaver tseaver merged commit 6e73cbd into main Sep 30, 2021
@tseaver tseaver deleted the 463-run-systests-under-emulator-no-env branch September 30, 2021 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/python-firestore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System tests fail under emulator in clean environment
3 participants