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

TST: mysql-5

parent f095dda6
Branches
Tags
2 merge requests!7Release v5.0.0,!6EHN: Add new base schema (db_5_0.sql) for installation
Pipeline #13739 passed with warnings
...@@ -87,9 +87,10 @@ unittests-mysql-5: ...@@ -87,9 +87,10 @@ 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 # remove some lines from autotap because the checks of column default
# and the checks of column default values don't work with mysql # values don't work with mysql-5
- rm tests/test_autotap.sql - sed -i "/col_default_is.*NULL/d" tests/test_autotap.sql
- sed -i "/col_default_is.*INACTIVE/d" 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