Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer committed Dec 16, 2024
1 parent 8b9e3c8 commit c159e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/tests/br_restore_checkpoint/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [ $restore_fail -ne 1 ]; then
fi

# check the snapshot restore has checkpoint data
run_sql 'select count(*) from "__TiDB_BR_Temporary_Snapshot_Restore_Checkpoint.cpt_data";'
run_sql 'select count(*) from '"__TiDB_BR_Temporary_Snapshot_Restore_Checkpoint"'.`cpt_data`;'
check_contains "count(*): 1"

# PITR with checkpoint but failed in the log restore datakv stage
Expand Down

0 comments on commit c159e53

Please sign in to comment.