From 6f5a343ff48489608d4b58e370c6324d39bbb2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96nder=20Kalac=C4=B1?= Date: Mon, 8 Nov 2021 16:11:19 +0100 Subject: [PATCH] Make sure that enterprise tests pass (#5451) --- src/test/regress/expected/mx_regular_user.out | 1 - src/test/regress/sql/mx_regular_user.sql | 1 - 2 files changed, 2 deletions(-) diff --git a/src/test/regress/expected/mx_regular_user.out b/src/test/regress/expected/mx_regular_user.out index bb5266ecc..9b7b16907 100644 --- a/src/test/regress/expected/mx_regular_user.out +++ b/src/test/regress/expected/mx_regular_user.out @@ -23,7 +23,6 @@ SELECT start_metadata_sync_to_node('localhost', :worker_2_port); -- create a role and give access one each node separately -- and increase the error level to prevent enterprise to diverge SET client_min_messages TO ERROR; -SET citus.enable_ddl_propagation TO OFF; CREATE USER regular_mx_user WITH LOGIN; SELECT 1 FROM run_command_on_workers($$CREATE USER regular_mx_user WITH LOGIN;$$); ?column? diff --git a/src/test/regress/sql/mx_regular_user.sql b/src/test/regress/sql/mx_regular_user.sql index b3024e00c..f533406cb 100644 --- a/src/test/regress/sql/mx_regular_user.sql +++ b/src/test/regress/sql/mx_regular_user.sql @@ -10,7 +10,6 @@ SELECT start_metadata_sync_to_node('localhost', :worker_2_port); -- create a role and give access one each node separately -- and increase the error level to prevent enterprise to diverge SET client_min_messages TO ERROR; -SET citus.enable_ddl_propagation TO OFF; CREATE USER regular_mx_user WITH LOGIN; SELECT 1 FROM run_command_on_workers($$CREATE USER regular_mx_user WITH LOGIN;$$); GRANT ALL ON SCHEMA "Mx Regular User" TO regular_mx_user;