mirror of https://github.com/citusdata/citus.git
Fixes test placement
parent
4c3256903e
commit
d371a31f8f
|
@ -28,4 +28,3 @@ REVOKE ALL ON FUNCTION citus_internal.start_management_transaction FROM PUBLIC;
|
|||
|
||||
#include "udfs/citus_internal_add_colocation_metadata/12.2-1.sql"
|
||||
#include "udfs/citus_unmark_object_distributed/12.2-1.sql"
|
||||
|
||||
|
|
|
@ -28,4 +28,3 @@ DROP FUNCTION citus_internal.add_colocation_metadata(int, int, int, regtype, oid
|
|||
#include "../udfs/citus_internal_add_colocation_metadata/11.0-1.sql"
|
||||
|
||||
DROP FUNCTION pg_catalog.citus_unmark_object_distributed(oid,oid,int,boolean);
|
||||
|
||||
|
|
|
@ -64,7 +64,6 @@ test: alter_database_propagation
|
|||
|
||||
test: citus_shards
|
||||
test: reassign_owned
|
||||
test: role_operations_2pc
|
||||
|
||||
# ----------
|
||||
# multi_citus_tools tests utility functions written for citus tools
|
||||
|
|
|
@ -110,6 +110,7 @@ test: run_command_on_all_nodes
|
|||
test: background_task_queue_monitor
|
||||
test: other_databases
|
||||
test: grant_role_2pc
|
||||
test: role_operations_2pc
|
||||
test: citus_internal_access
|
||||
|
||||
|
||||
|
|
|
@ -175,4 +175,3 @@ drop schema metadata_sync_2pc_schema;
|
|||
|
||||
reset citus.enable_create_database_propagation;
|
||||
reset search_path;
|
||||
|
||||
|
|
Loading…
Reference in New Issue