From 48b84b177a89c4326a76a4dd3b4ef9143888f8a4 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Mon, 25 Mar 2024 16:34:57 +0300 Subject: [PATCH] Fixes single node ent --- .../expected/single_node_enterprise.out | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/src/test/regress/expected/single_node_enterprise.out b/src/test/regress/expected/single_node_enterprise.out index 94741a755..79f231864 100644 --- a/src/test/regress/expected/single_node_enterprise.out +++ b/src/test/regress/expected/single_node_enterprise.out @@ -1,30 +1,6 @@ -- we already have lots of tests targeting -- single node citus clusters in sql/single_node.sql -- in this file, we are testing enterprise features -ALTER SYSTEM SET citus.enable_ddl_propagation = 'true'; -SELECT pg_reload_conf(); - pg_reload_conf ---------------------------------------------------------------------- - t -(1 row) - -\c - - - :worker_1_port -ALTER SYSTEM SET citus.enable_ddl_propagation = 'true'; -SELECT pg_reload_conf(); - pg_reload_conf ---------------------------------------------------------------------- - t -(1 row) - -\c - - - :worker_2_port -ALTER SYSTEM SET citus.enable_ddl_propagation = 'true'; -SELECT pg_reload_conf(); - pg_reload_conf ---------------------------------------------------------------------- - t -(1 row) - -\c - - - :master_port CREATE SCHEMA single_node_ent; SET search_path TO single_node_ent; SET citus.shard_count TO 4;