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

PIPELINE: remove test/test_0_autotap.sql for mysql unit test

parent 0264728c
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #10097 passed with warnings
...@@ -86,6 +86,9 @@ unittests-mysql-5: ...@@ -86,6 +86,9 @@ unittests-mysql-5:
command: ["--default-authentication-plugin=mysql_native_password"] command: ["--default-authentication-plugin=mysql_native_password"]
script: 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 - make pipeline-test SQL_HOST=mysql
######## Deploy ######## ######## Deploy ########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment