-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TestKubernetesRestoreMultipleSMs test (#270)
The TestKubernetesRestoreMultipleBackupGroups test is doing multiple restore operations in a sequence which increases the possibility for a container to be reported as `CrashLoopBackOff.` This increases the testing time due to container restart back-off and can fail the test. Restart database pods manually after the restore has been requested. Database processes that are not selected for restore may experience schedule delay and start after the restore coordinator SM already restored the database. In that case "Waiting for database restore to complete" message won't be seen in their log.
- Loading branch information
1 parent
d24e0f4
commit 9fce815
Showing
2 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters