mirror of https://github.com/citusdata/citus.git
Revert "Test whether flaky citus_split_shard_by_split_points"
This reverts commit 76207e2f760aaf6d8a4b14d249d20691458d12ba.pull/7338/head
parent
0d8aaa7150
commit
9b249411d7
|
@ -501,32 +501,11 @@ SELECT pg_reload_conf();
|
||||||
t
|
t
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
SET client_min_messages TO error;
|
|
||||||
DROP SCHEMA "citus_split_test_schema" CASCADE;
|
DROP SCHEMA "citus_split_test_schema" CASCADE;
|
||||||
RESET client_min_messages;
|
NOTICE: drop cascades to 4 other objects
|
||||||
|
DETAIL: drop cascades to table citus_split_test_schema.sensors
|
||||||
|
drop cascades to table citus_split_test_schema.reference_table
|
||||||
|
drop cascades to table citus_split_test_schema.colocated_dist_table
|
||||||
|
drop cascades to table citus_split_test_schema.table_with_index_rep_identity
|
||||||
DROP USER test_split_role;
|
DROP USER test_split_role;
|
||||||
--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)
|
|
||||||
|
|
||||||
|
|
|
@ -257,12 +257,6 @@ SELECT COUNT(*) FROM colocated_dist_table;
|
||||||
\c - postgres - :master_port
|
\c - postgres - :master_port
|
||||||
ALTER SYSTEM RESET citus.defer_shard_delete_interval;
|
ALTER SYSTEM RESET citus.defer_shard_delete_interval;
|
||||||
SELECT pg_reload_conf();
|
SELECT pg_reload_conf();
|
||||||
SET client_min_messages TO error;
|
|
||||||
DROP SCHEMA "citus_split_test_schema" CASCADE;
|
DROP SCHEMA "citus_split_test_schema" CASCADE;
|
||||||
RESET client_min_messages;
|
|
||||||
DROP USER test_split_role;
|
DROP USER test_split_role;
|
||||||
--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