Skip to content

Commit 55ed9b7

Browse files
committed
fix stable timestamp assertion error on AKS
1 parent 22a9e19 commit 55ed9b7

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)