We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d7537 commit d4fb935Copy full SHA for d4fb935
e2e-tests/pitr-sharded/run
@@ -64,7 +64,7 @@ check_recovery() {
64
| if [ -z "$restore_date" ]; then $sed -e "/date:/d"; else $sed -e "s/date:/date: $restore_date/"; fi \
65
| kubectl_bin apply -f -
66
67
- wait_restore "$backup_name" "$cluster_name"
+ wait_restore "$backup_name" "$cluster_name" "ready" 1
68
echo
69
set -o xtrace
70
@@ -104,7 +104,7 @@ main() {
104
desc 'check if all 3 Pods started'
105
wait_for_running $cluster-rs0 3
106
wait_for_running $cluster-cfg 3 "false"
107
- sleep 10
+ wait_cluster_consistency $cluster
108
109
desc 'check if statefulset created with expected config'
110
compare_kubectl statefulset/$cluster-rs0
0 commit comments