Skip to content

Commit 722347b

Browse files
authored
integration test: fix test case "br_pitr" (#58876)
ref #58430
1 parent f0db14c commit 722347b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

br/tests/br_pitr/run.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,7 @@ fi
112112
# PITR restore
113113
echo "run pitr"
114114
run_sql "DROP DATABASE __TiDB_BR_Temporary_Log_Restore_Checkpoint;"
115-
<<<<<<< HEAD
116115
run_br --pd $PD_ADDR restore point -s "local://$TEST_DIR/$PREFIX/log" --full-backup-storage "local://$TEST_DIR/$PREFIX/full" > $res_file 2>&1
117-
=======
118-
run_sql "DROP DATABASE __TiDB_BR_Temporary_Custom_SST_Restore_Checkpoint;"
119-
run_br --pd $PD_ADDR restore point -s "local://$TEST_DIR/$PREFIX/log" --full-backup-storage "local://$TEST_DIR/$PREFIX/full" > $res_file 2>&1 || ( cat $res_file && exit 1 )
120-
>>>>>>> 384f858a6c8 (br/stream: allow pitr to create oversized indices (#58433))
121116

122117
check_result
123118

0 commit comments

Comments
 (0)