mirror of https://github.com/citusdata/citus.git
Make sure that enterprise tests pass (#5451)
parent
98ca6ba6ca
commit
6f5a343ff4
|
@ -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?
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue