mirror of https://github.com/citusdata/citus.git
Fix regression test outputs
parent
2dceabb047
commit
e8660646e0
|
@ -5,12 +5,14 @@ run_command_on_workers
|
|||
|
||||
(localhost,57637,t,"GRANT ROLE")
|
||||
(localhost,57638,t,"GRANT ROLE")
|
||||
s1: WARNING: not propagating GRANT command to worker nodes
|
||||
step s1-grant:
|
||||
GRANT ALL ON test_table TO test_user_1;
|
||||
SELECT bool_and(success) FROM run_command_on_placements('test_table', 'GRANT ALL ON TABLE %s TO test_user_1');
|
||||
GRANT ALL ON test_table TO test_user_2;
|
||||
SELECT bool_and(success) FROM run_command_on_placements('test_table', 'GRANT ALL ON TABLE %s TO test_user_2');
|
||||
|
||||
s1: WARNING: not propagating GRANT command to worker nodes
|
||||
bool_and
|
||||
|
||||
t
|
||||
|
|
|
@ -29,6 +29,7 @@ step s1-grant:
|
|||
SELECT bool_and(success) FROM run_command_on_placements('test_table', 'GRANT ALL ON TABLE %s TO test_user_2');
|
||||
GRANT ALL ON test_table TO test_user_2;
|
||||
|
||||
s1: WARNING: not propagating GRANT command to worker nodes
|
||||
bool_and
|
||||
|
||||
t
|
||||
|
@ -64,6 +65,7 @@ step s1-grant:
|
|||
SELECT bool_and(success) FROM run_command_on_placements('test_table', 'GRANT ALL ON TABLE %s TO test_user_2');
|
||||
GRANT ALL ON test_table TO test_user_2;
|
||||
|
||||
s1: WARNING: not propagating GRANT command to worker nodes
|
||||
bool_and
|
||||
|
||||
t
|
||||
|
@ -124,6 +126,7 @@ step s1-grant:
|
|||
SELECT bool_and(success) FROM run_command_on_placements('test_table', 'GRANT ALL ON TABLE %s TO test_user_2');
|
||||
GRANT ALL ON test_table TO test_user_2;
|
||||
|
||||
s1: WARNING: not propagating GRANT command to worker nodes
|
||||
bool_and
|
||||
|
||||
t
|
||||
|
@ -161,6 +164,7 @@ step s1-grant:
|
|||
SELECT bool_and(success) FROM run_command_on_placements('test_table', 'GRANT ALL ON TABLE %s TO test_user_2');
|
||||
GRANT ALL ON test_table TO test_user_2;
|
||||
|
||||
s1: WARNING: not propagating GRANT command to worker nodes
|
||||
bool_and
|
||||
|
||||
t
|
||||
|
@ -224,6 +228,7 @@ step s1-grant:
|
|||
SELECT bool_and(success) FROM run_command_on_placements('test_table', 'GRANT ALL ON TABLE %s TO test_user_2');
|
||||
GRANT ALL ON test_table TO test_user_2;
|
||||
|
||||
s1: WARNING: not propagating GRANT command to worker nodes
|
||||
bool_and
|
||||
|
||||
t
|
||||
|
@ -258,6 +263,7 @@ step s1-grant:
|
|||
SELECT bool_and(success) FROM run_command_on_placements('test_table', 'GRANT ALL ON TABLE %s TO test_user_2');
|
||||
GRANT ALL ON test_table TO test_user_2;
|
||||
|
||||
s1: WARNING: not propagating GRANT command to worker nodes
|
||||
bool_and
|
||||
|
||||
t
|
||||
|
|
Loading…
Reference in New Issue