mirror of https://github.com/citusdata/citus.git
Revert "Test whether flaky split_shard"
This reverts commit 897866d64071d8fe3511e7e9339eb48dc2a67fd6.pull/7338/head
parent
b94424b160
commit
6c53dcb22c
|
@ -847,27 +847,3 @@ DROP OWNED BY myuser;
|
|||
DROP USER myuser;
|
||||
DROP OWNED BY admin_user;
|
||||
DROP USER admin_user;
|
||||
SELECT result FROM run_command_on_all_nodes($$SELECT count(*) FROM pg_replication_slots$$);
|
||||
result
|
||||
---------------------------------------------------------------------
|
||||
0
|
||||
0
|
||||
0
|
||||
(3 rows)
|
||||
|
||||
SELECT result FROM run_command_on_all_nodes($$SELECT count(*) FROM pg_publication$$);
|
||||
result
|
||||
---------------------------------------------------------------------
|
||||
0
|
||||
0
|
||||
0
|
||||
(3 rows)
|
||||
|
||||
SELECT result FROM run_command_on_all_nodes($$SELECT count(*) FROM pg_subscription$$);
|
||||
result
|
||||
---------------------------------------------------------------------
|
||||
0
|
||||
0
|
||||
0
|
||||
(3 rows)
|
||||
|
||||
|
|
|
@ -557,7 +557,3 @@ DROP OWNED BY myuser;
|
|||
DROP USER myuser;
|
||||
DROP OWNED BY admin_user;
|
||||
DROP USER admin_user;
|
||||
|
||||
SELECT result FROM run_command_on_all_nodes($$SELECT count(*) FROM pg_replication_slots$$);
|
||||
SELECT result FROM run_command_on_all_nodes($$SELECT count(*) FROM pg_publication$$);
|
||||
SELECT result FROM run_command_on_all_nodes($$SELECT count(*) FROM pg_subscription$$);
|
||||
|
|
Loading…
Reference in New Issue