mirror of https://github.com/citusdata/citus.git
Test whether flaky citus_split_shard_by_split_points_failure
parent
e90f59d2e4
commit
58b2cff86f
|
@ -108,3 +108,27 @@ NOTICE: drop cascades to 2 other objects
|
||||||
DETAIL: drop cascades to table citus_split_failure_test_schema.sensors
|
DETAIL: drop cascades to table citus_split_failure_test_schema.sensors
|
||||||
drop cascades to table citus_split_failure_test_schema.sensors_colocated
|
drop cascades to table citus_split_failure_test_schema.sensors_colocated
|
||||||
--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)
|
||||||
|
|
||||||
|
|
|
@ -80,3 +80,7 @@ SELECT tbl.relname
|
||||||
\c - postgres - :master_port
|
\c - postgres - :master_port
|
||||||
DROP SCHEMA "citus_split_failure_test_schema" CASCADE;
|
DROP SCHEMA "citus_split_failure_test_schema" 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