From 28e9eb6539c269597b6164468e2d1f3a2dd49803 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 22 Nov 2022 20:00:41 +0200 Subject: [PATCH] Add one more compaction to test, to ensure GC finds old layers to remove --- test_runner/regress/test_remote_storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_remote_storage.py b/test_runner/regress/test_remote_storage.py index 1b40e9b1c3..e76c40b7da 100644 --- a/test_runner/regress/test_remote_storage.py +++ b/test_runner/regress/test_remote_storage.py @@ -256,6 +256,7 @@ def test_remote_storage_upload_queue_retries( # create some layers & wait for uploads to finish overwrite_data_and_wait_for_it_to_arrive_at_pageserver("a") client.timeline_checkpoint(tenant_id, timeline_id) + client.timeline_compact(tenant_id, timeline_id) overwrite_data_and_wait_for_it_to_arrive_at_pageserver("b") client.timeline_checkpoint(tenant_id, timeline_id) client.timeline_compact(tenant_id, timeline_id)