-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
api: spannerIssues related to the googleapis/python-spanner API.Issues related to the googleapis/python-spanner API.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Description
See #438, #439, ..., #469, #470.
The current setup / teardown code in tests/system/ is ancient, creaky, and not hardened well against quota restrictions / throttling.
- Split the
tests/system/test_system.pymonolith up into more focused modules. - Re-do its setup / teardown using pytest fixtures, taking care to harden against 429 / 503 errors.
- Likewise for
tests/system/tests_system_dbapi.py.
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the googleapis/python-spanner API.Issues related to the googleapis/python-spanner API.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.