mirror of https://github.com/citusdata/citus.git
Revert "Test whether flaky citus_split_shard_by_split_points_failure"
This reverts commit 127ae71c235141e9e71eba21d52a47e99c882ed6.pull/7338/head
parent
d75a05fbca
commit
b94424b160
|
@ -108,27 +108,3 @@ NOTICE: drop cascades to 2 other objects
|
|||
DETAIL: drop cascades to table citus_split_failure_test_schema.sensors
|
||||
drop cascades to table citus_split_failure_test_schema.sensors_colocated
|
||||
--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)
|
||||
|
||||
|
|
|
@ -80,7 +80,3 @@ SELECT tbl.relname
|
|||
\c - postgres - :master_port
|
||||
DROP SCHEMA "citus_split_failure_test_schema" 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