Apply the hack for all timelines of the target tenant

This gives us more flexibility to try it on a branch first
This commit is contained in:
Heikki Linnakangas
2024-01-20 19:26:53 +02:00
committed by Stas Kelvich
parent 65cd16de86
commit 12e39001ce
2 changed files with 2 additions and 3 deletions

View File

@@ -272,7 +272,7 @@ def test_one_off_hack_for_nextxid_bug(
branch_name = "import_from_vanilla"
# This is the tenant/timeline that the one-off hack targets
tenant = "df254570a4f603805528b46b0d45a76c"
timeline = "e592ec1cc0e5a41f69060d0c9efb07ed"
timeline = TimelineId.generate()
env.pageserver.tenant_create(tenant)