diff --git a/tests/Makefile b/tests/Makefile index 1a847786..8d403467 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,7 +6,7 @@ setup: checkout-testdata docker-compose-up checkout-testdata: git submodule init git submodule update - cd ./testdata && git fetch && git checkout master && git pull +# cd ./testdata && git fetch && git checkout master && git pull # docker-compose-up will download docker image for each of the databases listed in docker-compose.yaml file, and then it will initialize # database with testdata retrieved in previous step. diff --git a/tests/docker-compose.yaml b/tests/docker-compose.yaml index 9b3af507..09ce9d70 100644 --- a/tests/docker-compose.yaml +++ b/tests/docker-compose.yaml @@ -13,7 +13,7 @@ services: - ./testdata/init/postgres:/docker-entrypoint-initdb.d mysql: - image: mysql:8.0.27 + image: mysql:8.0 command: ['--default-authentication-plugin=mysql_native_password', '--log_bin_trust_function_creators=1'] restart: always environment: