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

Fix parallel test failures #540

Closed
c24t opened this issue Oct 22, 2020 · 1 comment
Closed

Fix parallel test failures #540

c24t opened this issue Oct 22, 2020 · 1 comment
Assignees
Labels
api: spanner Issues related to the googleapis/python-spanner-django API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: process A process-related concern. May include testing, release, or the like.

Comments

@c24t
Copy link
Contributor

c24t commented Oct 22, 2020

Kokoro tests fail when run in parallel because of env and spanner resource limit issues. Fix system tests so that they can run on the emulator (in parallel?) and fix kokoro config so system tests can run against integ spanner without crashing.

@c24t c24t added this to the Beta milestone Oct 22, 2020
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-django API. label Oct 22, 2020
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Oct 23, 2020
@skuruppu skuruppu added type: process A process-related concern. May include testing, release, or the like. priority: p2 Moderately-important priority. Fix may not be included in next release. and removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Oct 29, 2020
@c24t
Copy link
Contributor Author

c24t commented Jan 29, 2021

Fixed in part in #569, but we still run into resource limit issues running multiple CI tests against the same GCP project. #569 moved many tests to the emulator, and re-enabled tests that were previously skipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner-django API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

3 participants