Revert "Test whether flaky citus_split_shard_columnar_partitioned"

This reverts commit 6c16793fcda5de528229695f802df3b594a640bd.
pull/7338/head
naisila 2023-11-13 13:23:50 +03:00
parent 249382f181
commit 0d8aaa7150
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
2 changed files with 0 additions and 28 deletions

View File

@ -841,27 +841,3 @@ drop cascades to table citus_split_test_schema_columnar_partitioned.colocated_di
drop cascades to table citus_split_test_schema_columnar_partitioned.colocated_partitioned_table
drop cascades to table citus_split_test_schema_columnar_partitioned.reference_table
--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)

View File

@ -306,7 +306,3 @@ SELECT public.wait_for_resource_cleanup();
SELECT pg_reload_conf();
DROP SCHEMA "citus_split_test_schema_columnar_partitioned" 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$$);