Skip to content

Commit

Permalink
lightning: update config name in test cases too
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jan 12, 2024
1 parent 0a22c10 commit 20a8e9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion br/tests/lightning_tidb_duplicate_data/error.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tikv-importer]
backend = "tidb"
on-duplicate = "error"
tidb-write-throughput-limit = 1
logical-import-batch-rows = 1
2 changes: 1 addition & 1 deletion br/tests/lightning_tidb_duplicate_data/ignore.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tikv-importer]
backend = "tidb"
on-duplicate = "ignore"
tidb-write-throughput-limit = 1
logical-import-batch-rows = 1
2 changes: 1 addition & 1 deletion br/tests/lightning_tidb_duplicate_data/replace.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tikv-importer]
backend = "tidb"
on-duplicate = "replace"
tidb-write-throughput-limit = 1
logical-import-batch-rows = 1

0 comments on commit 20a8e9f

Please sign in to comment.