mirror of https://github.com/citusdata/citus.git
Revert "Test whether flaky worker_split_binary_copy_test"
This reverts commit 99dcc93e0a0a00111e47d6c239fc754814c722c4.pull/7338/head
parent
e8b4bcee2a
commit
b28018ac22
|
@ -226,27 +226,3 @@ SELECT COUNT(*) FROM worker_split_binary_copy_test.shard_to_split_copy_81060016;
|
|||
SET client_min_messages TO WARNING;
|
||||
DROP SCHEMA worker_split_binary_copy_test CASCADE;
|
||||
-- END: CLEANUP.
|
||||
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)
|
||||
|
||||
|
|
|
@ -203,7 +203,3 @@ SELECT COUNT(*) FROM worker_split_binary_copy_test.shard_to_split_copy_81060016;
|
|||
SET client_min_messages TO WARNING;
|
||||
DROP SCHEMA worker_split_binary_copy_test CASCADE;
|
||||
-- END: CLEANUP.
|
||||
|
||||
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