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.
2 parents bae7589 + 55ed9b7 commit 5930516Copy full SHA for 5930516
e2e-tests/demand-backup-physical-sharded/run
@@ -94,6 +94,10 @@ run_mongos \
94
sleep 5
95
compare_mongos_cmd "find" "myApp:myPass@${cluster}-mongos.${namespace}" "-sharded"
96
97
+# wait for stable timestamp in wiredtiger
98
+echo 'waiting 60 seconds for stable timestamp in wiredtiger'
99
+sleep 60
100
+
101
echo 'running backups'
102
backup_name_minio="backup-minio-sharded"
103
run_backup minio ${backup_name_minio}
0 commit comments