mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 12:10:37 +00:00
no need to invoke gc compaction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user