Skip to content

Commit

Permalink
lightning: make OpLevelOptional suppress the error of DoChecksum
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzx2001 committed Aug 15, 2023
1 parent 691edfc commit ba6934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/tests/lightning_routes/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -eux

echo "testing checksum-error..."
export GO_FAILPOINTS="github.com/pingcap/tidb/br/pkg/lightning/importer/checksum-error=1*return()"
export GO_FAILPOINTS="github.com/pingcap/tidb/br/pkg/lightning/restore/checksum-error=1*return()"

run_sql 'DROP DATABASE IF EXISTS routes_a0;'
run_sql 'DROP DATABASE IF EXISTS routes_a1;'
Expand Down

0 comments on commit ba6934a

Please sign in to comment.