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

     1  #!/bin/bash
     2  set -e
     3  # We use this repository temporaryly since mysql-tester will delete schema after every case
     4  # ref: https://github.com/pingcap/mysql-tester/blob/0ecb03c9cf5c0e19318bc5d0a38bcc59c8aab56d/src/main.go#L245
     5  # expected pr: https://github.com/pingcap/mysql-tester/pull/55
     6  GOBIN=$PWD go install github.com/maxshuang/mysql-tester/src@v0.0.2
     7  mv src mysql_test
     8  echo -e "build mysql_test successfully"