github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/tidb_mysql_test/diff_config.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/tidb_mysql_test/sync_diff/output"
    11  
    12      source-instances = ["tidb0"]
    13  
    14      target-instance = "mysql1"
    15  
    16      target-check-tables = ["alter_table.?*", "bigint.?*", "composite_index.?*", "concurrent_ddl.?*", "date_formats.?*", "drop.?*", "mysql_replace.?*"]
    17  
    18  [data-sources]
    19  [data-sources.tidb0]
    20      host = "127.0.0.1"
    21      port = 4000
    22      user = "root"
    23      password = ""
    24  
    25  [data-sources.mysql1]
    26      host = "127.0.0.1"
    27      port = 3306
    28      user = "root"
    29      password = ""