Try to get flaky result

pull/7338/head
naisila 2023-11-10 10:34:42 +03:00
parent 1b923eb480
commit e95a84a7a5
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
5 changed files with 9 additions and 29 deletions

View File

@ -486,7 +486,7 @@ jobs:
image: ${{ needs.params.outputs.fail_test_image_name }}:${{ fromJson(needs.params.outputs.pg16_version).full }}${{ needs.params.outputs.image_suffix }}
options: --user root
env:
runs: 8
runs: 20
needs:
- params
- build

View File

@ -113,18 +113,8 @@ SELECT public.wait_for_resource_cleanup();
(1 row)
SELECT public.wait_for_resource_cleanup();
wait_for_resource_cleanup
---------------------------------------------------------------------
(1 row)
SELECT public.wait_for_resource_cleanup();
wait_for_resource_cleanup
---------------------------------------------------------------------
(1 row)
-- try to get flaky result
SET search_path TO "citus_split_test_schema";
\c - - - :worker_2_port
SET search_path TO "citus_split_test_schema";
-- Replication slots should be cleaned up

View File

@ -93,18 +93,8 @@ SELECT public.wait_for_resource_cleanup();
(1 row)
SELECT public.wait_for_resource_cleanup();
wait_for_resource_cleanup
---------------------------------------------------------------------
(1 row)
SELECT public.wait_for_resource_cleanup();
wait_for_resource_cleanup
---------------------------------------------------------------------
(1 row)
-- try to get flaky result
SET search_path TO logical_replication;
-- the subscription is still there, as there is no cleanup record for it
-- we have created it manually
SELECT subname from pg_subscription;

View File

@ -80,8 +80,8 @@ SELECT pg_catalog.citus_split_shard_by_split_points(
'force_logical');
SELECT public.wait_for_resource_cleanup();
SELECT public.wait_for_resource_cleanup();
SELECT public.wait_for_resource_cleanup();
-- try to get flaky result
SET search_path TO "citus_split_test_schema";
\c - - - :worker_2_port
SET search_path TO "citus_split_test_schema";

View File

@ -54,8 +54,8 @@ SET search_path TO logical_replication;
select citus_move_shard_placement(6830002, 'localhost', :worker_1_port, 'localhost', :worker_2_port, 'force_logical');
SELECT public.wait_for_resource_cleanup();
SELECT public.wait_for_resource_cleanup();
SELECT public.wait_for_resource_cleanup();
-- try to get flaky result
SET search_path TO logical_replication;
-- the subscription is still there, as there is no cleanup record for it
-- we have created it manually