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
72b40245
Verified
Commit
72b40245
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add troubleshooting sec to README for unit tests
parent
6a3b7ed8
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!7
Release v5.0.0
,
!4
CI pipeline for mysql unit tests
Pipeline
#10102
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
README_SETUP.md
+14
-0
14 additions, 0 deletions
README_SETUP.md
with
14 additions
and
0 deletions
README_SETUP.md
+
14
−
0
View file @
72b40245
...
...
@@ -82,6 +82,20 @@ with the then current version of the stored entities.
*
Alternatively, to run the tests in a containerized MariaDB instance, run
`make test-docker`
,
followed by
`make test-docker-stop`
.
### Troubleshooting
#### MySQL has failing tests
Our test suite is developed with mariadb. That is why some test, those which
check constraints based on auto-generated names, fail because MySQL generates
other names.
Also some test fail with the message "Expected: NULL / Was: NULL" which is
obviously what was expected.
Please look carefully through the tests. If something more serious than that
comes up, please report a bug.
## Documentation #
Build documentation in
`build/`
with
`make doc`
.
...
...
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