mirror of https://github.com/citusdata/citus.git
Revert "Test whether flaky citus_split_shard_columnar_partitioned"
This reverts commit 6c16793fcda5de528229695f802df3b594a640bd.pull/7338/head
parent
249382f181
commit
0d8aaa7150
|
@ -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.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,7 +306,3 @@ 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