From b5c4ea45a08140964575fdf08c8b717ed7317be2 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 10 Jul 2025 20:40:26 +0000 Subject: [PATCH] no need to invoke gc compaction --- test_runner/regress/test_hot_standby.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_runner/regress/test_hot_standby.py b/test_runner/regress/test_hot_standby.py index 7f1f6867e5..70fb2b50d8 100644 --- a/test_runner/regress/test_hot_standby.py +++ b/test_runner/regress/test_hot_standby.py @@ -410,9 +410,6 @@ def test_hot_standby_gc_with_inflight_requests(neon_env_builder: NeonEnvBuilder) client.timeline_compact(tenant_shard_id, timeline_id) gc_status = client.timeline_gc(tenant_shard_id, timeline_id, 0) log.info(f"{gc_status=}") - client.timeline_compact(tenant_shard_id, timeline_id, enhanced_gc_bottom_most_compaction=True) - gc_status = client.timeline_gc(tenant_shard_id, timeline_id, 0) - log.info(f"{gc_status=}") detail = client.timeline_detail(tenant_shard_id, timeline_id) log.info(f"{detail=}") assert Lsn(detail["applied_gc_cutoff_lsn"]) == current_standby_horizon