You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
test_list_backups is failing due to a backup from a different test being included in the returned list for size_bytes
The first problem can be resolved by increasing the timeout for UpdateBackup.
The second problem is difficult to replicate and the exact cause is unclear given that the tests are not run in parallel and the backups are being deleted at the end of each test. The simplest solution will be to modify the test to ensure that no backups from previous tests meet the condition.
The Kokoro tests are often failing on backup tests for unrelated changes. There are two problems:
UpdateBackupsometimes times out with DEADLINE_EXCEEDED as seen in spanner.cloud-client.backup_sample_test: test_update_backup failed GoogleCloudPlatform/python-docs-samples#3241test_list_backupsis failing due to a backup from a different test being included in the returned list forsize_bytesThe first problem can be resolved by increasing the timeout for
UpdateBackup.The second problem is difficult to replicate and the exact cause is unclear given that the tests are not run in parallel and the backups are being deleted at the end of each test. The simplest solution will be to modify the test to ensure that no backups from previous tests meet the condition.