From 6c0e44be4c09ca01066e2f56983ac3fba1ade2d8 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Wed, 26 Jun 2024 18:11:27 +0300 Subject: [PATCH] Fix bug in AUX v1 delta optimization --- test_runner/regress/test_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_import.py b/test_runner/regress/test_import.py index 743fa72aba..695d32edf7 100644 --- a/test_runner/regress/test_import.py +++ b/test_runner/regress/test_import.py @@ -252,6 +252,7 @@ def _import( # Import using another tenant_id, because we use the same pageserver. # TODO Create another pageserver to make test more realistic. tenant = TenantId.generate() + timeline = TimelineId.generate() # Import to pageserver branch_name = "import_from_pageserver"