Skip to content
Snippets Groups Projects
Verified Commit 2161a21b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: update tests

parent 4be74bab
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!6EHN: Add new base schema (db_5_0.sql) for installation
Pipeline #13730 passed with warnings
......@@ -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 ########
......
......@@ -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','');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment