mirror of https://github.com/citusdata/citus.git
Test whether flaky citus_split_shard_columnar_partitioned
parent
b3af43b27f
commit
d4efad30da
|
@ -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.colocated_partitioned_table
|
||||||
drop cascades to table citus_split_test_schema_columnar_partitioned.reference_table
|
drop cascades to table citus_split_test_schema_columnar_partitioned.reference_table
|
||||||
--END : Cleanup
|
--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)
|
||||||
|
|
||||||
|
|
|
@ -306,3 +306,7 @@ SELECT public.wait_for_resource_cleanup();
|
||||||
SELECT pg_reload_conf();
|
SELECT pg_reload_conf();
|
||||||
DROP SCHEMA "citus_split_test_schema_columnar_partitioned" CASCADE;
|
DROP SCHEMA "citus_split_test_schema_columnar_partitioned" CASCADE;
|
||||||
--END : Cleanup
|
--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