Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-mysqlbackend
Commits
a22de17f
Verified
Commit
a22de17f
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
TST: fix tests for mysql 8
parent
2161a21b
No related branches found
No related tags found
2 merge requests
!7
Release v5.0.0
,
!6
EHN: Add new base schema (db_5_0.sql) for installation
Pipeline
#13734
passed with warnings
3 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
with
2 additions
and
0 deletions
.gitlab-ci.yml
+
2
−
0
View file @
a22de17f
...
...
@@ -73,6 +73,7 @@ unittests-mysql-8:
command
:
[
"
--default-authentication-plugin=mysql_native_password"
]
script
:
-
sed "s/NO_AUTO_CREATE_USER,//" -i tests/example.dump.sql
-
make pipeline-test SQL_HOST=mysql
# Run the unit tests with MySQL 5
...
...
@@ -88,6 +89,7 @@ unittests-mysql-5:
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
######## Deploy ########
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment