github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/check_task/conf/task-noshard.yaml (about)

     1  ---
     2  name: test
     3  task-mode: "all"
     4  is-sharding: false
     5  meta-schema: "dm_meta"
     6  # enable-heartbeat: true
     7  heartbeat-update-interval: 1
     8  heartbeat-report-interval: 1
     9  clean-dump-file: false
    10  
    11  target-database:
    12    host: "127.0.0.1"
    13    port: 4000
    14    user: "test"
    15    password: '123456'
    16  
    17  mysql-instances:
    18    - source-id: "mysql-replica-01"
    19      block-allow-list:  "instance"
    20      mydumper-config-name: "global"
    21  
    22  
    23  block-allow-list:
    24    instance:
    25      do-dbs: ["checktask"]
    26  
    27  mydumpers:
    28    global:
    29      threads: 1
    30      chunk-filesize: 64
    31      skip-tz-utc: true
    32      extra-args: ""