Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer committed Sep 27, 2020
1 parent 28e5ad1 commit 156e0c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/br_log_restore/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ stop_tmp_server() {
}
trap stop_tmp_server EXIT

# TODO: remove this after TiCDC supports TiDB clustered index
run_sql "set @@global.tidb_enable_clustered_index=0"
# TiDB global variables cache 2 seconds
sleep 2

# create change feed for s3 log
bin/cdc cli changefeed create --pd=http://$PD_ADDR --sink-uri="s3://$BUCKET/$DB?endpoint=http://$S3_ENDPOINT" --changefeed-id="simple-replication-task"

Expand Down

0 comments on commit 156e0c3

Please sign in to comment.