github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/engine/test/integration_tests/dm_collation/conf/job.yaml (about) 1 task-mode: all 2 collation_compatible: "strict" 3 target-database: 4 host: host.docker.internal 5 port: 4000 6 user: root 7 password: '' 8 upstreams: 9 - db-config: 10 host: host.docker.internal 11 port: 3306 12 user: root 13 password: '' 14 source-id: mysql-01 15 block-allow-list: global 16 - db-config: 17 host: host.docker.internal 18 port: 3307 19 user: root 20 password: '' 21 source-id: mysql-02 22 block-allow-list: global 23 block-allow-list: 24 global: 25 do-dbs: 26 - "sync_collation*" 27 - "test_panic"