Skip to content

Commit

Permalink
tests: fix sync diff config in test cases (pingcap#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyangfei authored Aug 29, 2019
1 parent 03afdb0 commit 56ec294
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/dmctl_basic/conf/diff_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tables = ["t_target"]
[[table-config]]
schema = "dmctl"
table = "t_target"
remove-columns = ["id"]
ignore-columns = ["id"]
is-sharding = true
index-fields = "b"

Expand Down
2 changes: 1 addition & 1 deletion tests/print_status/conf/diff_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tables = ["~t.*"]
schema = "print_status"
table = "t_1"
# currently ignore check float and timestamp field
remove-columns = ["c5", "c9", "c11", "c15"]
ignore-columns = ["c5", "c9", "c11", "c15"]

[[table-config.source-tables]]
instance-id = "source-1"
Expand Down
2 changes: 1 addition & 1 deletion tests/sequence_sharding/conf/diff_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tables = ["t_target"]
[[table-config]]
schema = "sharding_target2"
table = "t_target"
remove-columns = ["id"]
ignore-columns = ["id"]
is-sharding = true
index-fields = "uid"
# range-placeholder
Expand Down
2 changes: 1 addition & 1 deletion tests/sharding/conf/diff_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tables = ["t_target"]
schema = "db_target"
table = "t_target"
# currently sync_diff does not support json fields well
remove-columns = ["id", "info_json"]
ignore-columns = ["id", "info_json"]
is-sharding = true
index-fields = "uid"
# range-placeholder
Expand Down

0 comments on commit 56ec294

Please sign in to comment.