From 2161a21be0f80e157d65a062c7d32245c50a62e4 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 16 Sep 2021 22:31:27 +0200 Subject: [PATCH] TST: update tests --- .gitlab-ci.yml | 1 - tests/test_autotap.sql | 7 ------- 2 files changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bccf77e..bec1bb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 ######## diff --git a/tests/test_autotap.sql b/tests/test_autotap.sql index baf7a01..ebec730 100644 --- a/tests/test_autotap.sql +++ b/tests/test_autotap.sql @@ -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',''); -- GitLab