Skip to content
Snippets Groups Projects

CI pipeline for mysql unit tests

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -86,7 +86,7 @@ with the then current version of the stored entities.
@@ -86,7 +86,7 @@ with the then current version of the stored entities.
#### MySQL has failing tests
#### MySQL has failing tests
Our test suite is developed with mariadb. That is why some test, those which
Our test suite is developed with MariaDB. That is why some tests, those which
check constraints based on auto-generated names, fail because MySQL generates
check constraints based on auto-generated names, fail because MySQL generates
other names.
other names.
Loading