Revert "Test whether flaky citus_split_shard_by_split_points"

This reverts commit 76207e2f760aaf6d8a4b14d249d20691458d12ba.
pull/7338/head
naisila 2023-11-13 13:24:09 +03:00
parent 0d8aaa7150
commit 9b249411d7
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
2 changed files with 5 additions and 32 deletions

View File

@ -501,32 +501,11 @@ SELECT pg_reload_conf();
t
(1 row)
SET client_min_messages TO error;
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;
--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

@ -257,12 +257,6 @@ SELECT COUNT(*) FROM colocated_dist_table;
\c - postgres - :master_port
ALTER SYSTEM RESET citus.defer_shard_delete_interval;
SELECT pg_reload_conf();
SET client_min_messages TO error;
DROP SCHEMA "citus_split_test_schema" CASCADE;
RESET client_min_messages;
DROP USER test_split_role;
--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$$);