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
2161a21b
Verified
Commit
2161a21b
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
TST: update tests
parent
4be74bab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7
Release v5.0.0
,
!6
EHN: Add new base schema (db_5_0.sql) for installation
Pipeline
#13730
passed with warnings
3 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
tests/test_autotap.sql
+0
-7
0 additions, 7 deletions
tests/test_autotap.sql
with
0 additions
and
8 deletions
.gitlab-ci.yml
+
0
−
1
View file @
2161a21b
...
...
@@ -88,7 +88,6 @@ 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.
tests/test_autotap.sql
+
0
−
7
View file @
2161a21b
...
...
@@ -2691,13 +2691,6 @@ SELECT tap.procedure_is_deterministic('_caosdb_schema_unit_tests','retrieveEntit
SELECT
tap
.
procedure_security_type_is
(
'_caosdb_schema_unit_tests'
,
'retrieveEntityParents'
,
'DEFINER'
,
''
);
SELECT
tap
.
procedure_sql_data_access_is
(
'_caosdb_schema_unit_tests'
,
'retrieveEntityParents'
,
'CONTAINS SQL'
,
''
);
-- PROCEDURES _caosdb_schema_unit_tests.retrieveGroup
SELECT
tap
.
has_procedure
(
'_caosdb_schema_unit_tests'
,
'retrieveGroup'
,
''
);
SELECT
tap
.
procedure_is_deterministic
(
'_caosdb_schema_unit_tests'
,
'retrieveGroup'
,
'NO'
,
''
);
SELECT
tap
.
procedure_security_type_is
(
'_caosdb_schema_unit_tests'
,
'retrieveGroup'
,
'DEFINER'
,
''
);
SELECT
tap
.
procedure_sql_data_access_is
(
'_caosdb_schema_unit_tests'
,
'retrieveGroup'
,
'CONTAINS SQL'
,
''
);
-- PROCEDURES _caosdb_schema_unit_tests.setPassword
SELECT
tap
.
has_procedure
(
'_caosdb_schema_unit_tests'
,
'setPassword'
,
''
);
...
...
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