Skip to content

Commit

Permalink
Update e2e-tests/pitr-physical/run
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hors and github-actions[bot] authored Mar 20, 2024
1 parent 9e0629d commit dbcf639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/pitr-physical/run
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ check_recovery() {
'use myApp\n db.test.insert({ x: 100501 })' \
"myApp:myPass@$cluster-mongos.$namespace"

if [[ ! -z ${restore_date} ]]; then
if [[ -n ${restore_date} ]]; then
desc "Restoring to time $(format_date ${restore_date})"
retries=0
until [[ ${latest_ts} -gt ${restore_date} ]]; do
Expand Down

0 comments on commit dbcf639

Please sign in to comment.