Skip to content
Snippets Groups Projects

BUG: Broken FIND {id}

Merged Timm Fitschen requested to merge f-server-323 into dev
3 files
+ 2
17
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
15
@@ -62,21 +62,6 @@ unittests-mariadb:
script:
- make pipeline-test SQL_HOST=mariadb
# Run the unit tests with MySQL 8
unittests-mysql-8:
tags: [ docker ]
stage: test
# Should not stop the pipeline from continuing.
allow_failure: true
services:
- name: mysql:8.0.32
command: ["--default-authentication-plugin=mysql_native_password"]
script:
- sed "s/NO_AUTO_CREATE_USER,//" -i tests/example.dump.sql
- rm tests/test_autotap.sql
- make pipeline-test SQL_HOST=mysql
# Run the unit tests with MySQL 5
unittests-mysql-5:
tags: [ docker ]
Loading