Skip to content

Commit

Permalink
Fixes test placement
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jan 31, 2024
1 parent 4c32569 commit d371a31
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/backend/distributed/sql/citus--12.1-1--12.2-1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Original file line number Diff line number Diff line change
Expand Up @@ -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);

1 change: 0 additions & 1 deletion src/test/regress/multi_1_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/test/regress/multi_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 0 additions & 1 deletion src/test/regress/sql/metadata_sync_2pc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,3 @@ drop schema metadata_sync_2pc_schema;

reset citus.enable_create_database_propagation;
reset search_path;

0 comments on commit d371a31

Please sign in to comment.