github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/validator_checkpoint/conf/dm-task.yaml (about) 1 --- 2 name: test 3 task-mode: all 4 heartbeat-update-interval: 1 5 heartbeat-report-interval: 1 6 7 ignore-checking-items: 8 - "table_schema" 9 10 target-database: 11 host: "127.0.0.1" 12 port: 4000 13 user: "root" 14 password: "" 15 16 mysql-instances: 17 - source-id: "mysql-replica-01" 18 block-allow-list: "instance" 19 validator-config-name: global 20 - source-id: "mysql-replica-02" 21 block-allow-list: "instance" 22 validator-config-name: global 23 24 block-allow-list: 25 instance: 26 do-dbs: ["validator_checkpoint"] 27 28 validators: 29 global: 30 mode: full 31 worker-count: 4 32 validate-interval: 1s 33 check-interval: 1s 34 row-error-delay: 30m 35 meta-flush-interval: 1ns 36 max-pending-row-size: 500m 37 max-pending-row-count: 1000