github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/syncpoint/conf/diff_config_part1.toml (about)

     1  # diff Configuration.
     2  
     3  check-thread-count = 4
     4  
     5  export-fix-sql = true
     6  
     7  check-struct-only = false
     8  
     9  [task]
    10      output-dir = "/tmp/tidb_cdc_test/syncpoint/sync_diff/output"
    11  
    12      source-instances = ["mysql1"]
    13  
    14      target-instance = "tidb0"
    15  
    16      #tables = ["usertable","simple1","simple2"]
    17      #tables = ["usertable"]
    18      target-check-tables = ["testSync.*"]
    19  
    20  [data-sources]
    21  [data-sources.mysql1]
    22      host = "127.0.0.1"
    23      port = 4000
    24      user = "root"
    25      password = ""