File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
e2e-tests/demand-backup-physical Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ run_recovery_check() {
29
29
local backup_name=$1
30
30
local compare_suffix=${2:- " _restore" }
31
31
32
- wait_restore " ${backup_name} " " ${cluster} " " requested" " 0"
32
+ wait_restore " ${backup_name} " " ${cluster} " " requested" " 0" " 900 "
33
33
echo
34
34
35
35
compare_kubectl " statefulset/${cluster} -rs0" ${compare_suffix}
36
36
37
37
# we don't wait for cluster readiness here because the annotation gets removed then
38
- wait_restore " ${backup_name} " " ${cluster} " " ready" " 0"
38
+ wait_restore " ${backup_name} " " ${cluster} " " ready" " 0" " 900 "
39
39
kubectl_bin get psmdb ${cluster} -o yaml
40
40
if [ $( kubectl_bin get psmdb ${cluster} -o yaml | yq ' .metadata.annotations."percona.com/resync-pbm"' ) == null ]; then
41
41
echo " psmdb/${cluster} should be annotated with percona.com/resync-pbm after a physical restore"
You can’t perform that action at this time.
0 commit comments