github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/tidb_mysql_test/README.md (about)

     1  ## Reference
     2  https://github.com/pingcap/tidb-test/tree/master/mysql_test
     3  https://github.com/pingcap/mysql-tester
     4  
     5  ## Issue
     6  https://github.com/pingcap/tiflow/issues/4674
     7  
     8  ## Description
     9  Migrate from TiDB mysql-test
    10  
    11  ## Step
    12  1. Setup upstream and downstream cluster
    13  2. build mysql_test
    14  3. run all cases
    15  4. check data
    16  
    17  ## Add New Test
    18  1. Add test and result file
    19  2. ./build.sh
    20  3. ./mysql_test or ./mysql_test xxx to check if test case works well locally (default host: 127.0.0.1:4000)