From f4196983d27ac7ac8c24b7ea0e13293d39a2d8d6 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Fri, 11 Oct 2024 17:19:54 +0300 Subject: [PATCH] Undo changes test_import.py --- test_runner/regress/test_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_import.py b/test_runner/regress/test_import.py index 35e19076f5..743fa72aba 100644 --- a/test_runner/regress/test_import.py +++ b/test_runner/regress/test_import.py @@ -79,6 +79,7 @@ def test_import_from_vanilla(test_output_dir, pg_bin, vanilla_pg, neon_env_build branch_name = "import_from_vanilla" tenant = TenantId.generate() + timeline = TimelineId.generate() # Set up pageserver for import neon_env_builder.enable_pageserver_remote_storage(RemoteStorageKind.LOCAL_FS) @@ -251,7 +252,6 @@ 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"