Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix int test
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Mou <wenqimou@gmail.com>
Tristan1900 committed Jan 13, 2025
1 parent 95627b9 commit 021494a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion br/tests/br_pitr_table_filter/run.sh
Original file line number Diff line number Diff line change
@@ -276,7 +276,8 @@ test_table_rename() {

run_br --pd "$PD_ADDR" restore point -s "local://$TEST_DIR/$TASK_NAME/log" --full-backup-storage "local://$TEST_DIR/$TASK_NAME/full" -f "$DB.log*"

verify_tables "log_backup" 3 true
verify_tables "log_backup" 3 false
verify_tables "log_backup_renamed" 3 true
verify_tables "log_backup_renamed_in" 3 true

verify_tables "full_backup" 3 false

0 comments on commit 021494a

Please sign in to comment.