Test whether flaky citus_split_shard_columnar_partitioned

pull/7338/head
naisila 2023-11-13 10:56:20 +03:00
parent b3af43b27f
commit d4efad30da
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
2 changed files with 28 additions and 0 deletions

View File

@ -841,3 +841,27 @@ 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,3 +306,7 @@ 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$$);