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

PIPELINE: remove MySQL 8 tests

parent 1626fcef
No related branches found
No related tags found
2 merge requests!20BUG: Broken FIND {id},!11DRAFT: file system cleanup
Pipeline #42483 passed
...@@ -62,21 +62,6 @@ unittests-mariadb: ...@@ -62,21 +62,6 @@ unittests-mariadb:
script: script:
- make pipeline-test SQL_HOST=mariadb - 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 # Run the unit tests with MySQL 5
unittests-mysql-5: unittests-mysql-5:
tags: [ docker ] tags: [ docker ]
......
...@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated ### ### Deprecated ###
* MySQL Support. Last version which is known to work well with LinkAhead is MySQL 5.6 * MySQL Support. Last version which is known to work well with LinkAhead is MySQL 5.7.36
### Removed ### ### Removed ###
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Dependencies ## Dependencies
* `MariaDB Client 10.1` or later, `MySQL Client >=5.5, <=5.6`. * `MariaDB Client 10.1` or later, `MySQL Client >=5.5, <=5.7.36`.
* make * make
## Create the configuration ## Create the configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment