Skip to content

Commit 5930516

Browse files
committed
Merge branch 'release-1.16.0' of github.com:percona/percona-server-mongodb-operator into release-1.16.0
2 parents bae7589 + 55ed9b7 commit 5930516

File tree

1 file changed

+4
-0
lines changed
  • e2e-tests/demand-backup-physical-sharded

1 file changed

+4
-0
lines changed

e2e-tests/demand-backup-physical-sharded/run

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ run_mongos \
9494
sleep 5
9595
compare_mongos_cmd "find" "myApp:myPass@${cluster}-mongos.${namespace}" "-sharded"
9696

97+
# wait for stable timestamp in wiredtiger
98+
echo 'waiting 60 seconds for stable timestamp in wiredtiger'
99+
sleep 60
100+
97101
echo 'running backups'
98102
backup_name_minio="backup-minio-sharded"
99103
run_backup minio ${backup_name_minio}

0 commit comments

Comments
 (0)