From fbd14f90aa64ad8dbf5b68ddd6ecd0e4c5305c8b Mon Sep 17 00:00:00 2001 From: "Alex Chi Z." <4198311+skyzh@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:01:58 -0500 Subject: [PATCH] Update test_runner/performance/test_gc_feedback.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arpad Müller --- test_runner/performance/test_gc_feedback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/performance/test_gc_feedback.py b/test_runner/performance/test_gc_feedback.py index ccc71f849552..acb7b56fd073 100644 --- a/test_runner/performance/test_gc_feedback.py +++ b/test_runner/performance/test_gc_feedback.py @@ -144,7 +144,7 @@ def gc_feedback_impl(neon_env_builder: NeonEnvBuilder, zenbenchmark: NeonBenchma with layer_map_path.open("w") as f: f.write(json.dumps(client.timeline_layer_map_info(tenant_id, timeline_id))) - # We should have collected all garbages + # We should have collected all garbage if mode == "normal": # in theory we should get physical size ~= logical size, but given that gc interval is 10s, # and the layer has indexes that might contribute to the fluctuation, we allow a small margin