Skip to content
Snippets Groups Projects
Verified Commit a22de17f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: fix tests for mysql 8

parent 2161a21b
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!6EHN: Add new base schema (db_5_0.sql) for installation
Pipeline #13734 passed with warnings
......@@ -73,6 +73,7 @@ unittests-mysql-8:
command: ["--default-authentication-plugin=mysql_native_password"]
script:
- sed "s/NO_AUTO_CREATE_USER,//" -i tests/example.dump.sql
- make pipeline-test SQL_HOST=mysql
# Run the unit tests with MySQL 5
......@@ -88,6 +89,7 @@ unittests-mysql-5:
script:
# remove autotap because the checks of (autogenerated) names of constraints
# and the checks of column default values don't work with mysql
- rm tests/test_autotap.sql
- make pipeline-test SQL_HOST=mysql
######## Deploy ########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment