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
6e944693
Verified
Commit
6e944693
authored
1 year ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
PIPELINE: remove MySQL 8 tests
parent
1626fcef
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!20
BUG: Broken FIND {id}
,
!11
DRAFT: file system cleanup
Pipeline
#42483
passed
1 year ago
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-15
0 additions, 15 deletions
.gitlab-ci.yml
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
README_SETUP.md
+1
-1
1 addition, 1 deletion
README_SETUP.md
with
2 additions
and
17 deletions
.gitlab-ci.yml
+
0
−
15
View file @
6e944693
...
...
@@ -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
]
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
1
View file @
6e944693
...
...
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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.3
6
### Removed ###
...
...
This diff is collapsed.
Click to expand it.
README_SETUP.md
+
1
−
1
View file @
6e944693
...
...
@@ -2,7 +2,7 @@
## 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.3
6`
.
*
make
## Create the configuration
...
...
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