From ee778e71209782d617fcc4a0fc6237001bb54b97 Mon Sep 17 00:00:00 2001 From: naisila Date: Mon, 13 Nov 2023 13:27:12 +0300 Subject: [PATCH] Revert flakiness testing for citus_split_shard_by_split_points_negative --- ...s_split_shard_by_split_points_negative.out | 26 +------------------ ...s_split_shard_by_split_points_negative.sql | 7 +---- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/src/test/regress/expected/citus_split_shard_by_split_points_negative.out b/src/test/regress/expected/citus_split_shard_by_split_points_negative.out index 5e8919c21..6a4265f81 100644 --- a/src/test/regress/expected/citus_split_shard_by_split_points_negative.out +++ b/src/test/regress/expected/citus_split_shard_by_split_points_negative.out @@ -135,34 +135,10 @@ NOTICE: drop cascades to 3 other objects DETAIL: drop cascades to table citus_split_shard_by_split_points_negative.range_paritioned_table_to_split drop cascades to table citus_split_shard_by_split_points_negative.table_to_split drop cascades to table citus_split_shard_by_split_points_negative.table_to_split_replication_factor_2 ---END : Cleanup SELECT public.wait_for_resource_cleanup(); wait_for_resource_cleanup --------------------------------------------------------------------- (1 row) -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) - +--END : Cleanup diff --git a/src/test/regress/sql/citus_split_shard_by_split_points_negative.sql b/src/test/regress/sql/citus_split_shard_by_split_points_negative.sql index b7da24f79..4c180052f 100644 --- a/src/test/regress/sql/citus_split_shard_by_split_points_negative.sql +++ b/src/test/regress/sql/citus_split_shard_by_split_points_negative.sql @@ -113,10 +113,5 @@ SELECT citus_split_shard_by_split_points( --BEGIN : Cleanup \c - postgres - :master_port DROP SCHEMA "citus_split_shard_by_split_points_negative" CASCADE; ---END : Cleanup - SELECT public.wait_for_resource_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$$); +--END : Cleanup