From 8348bc9b1affb59d493399b486cadf4f093dac50 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Tue, 29 Aug 2023 12:24:39 +0300 Subject: [PATCH] test: allow witnessing stopping before broken --- test_runner/regress/test_tenant_detach.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_tenant_detach.py b/test_runner/regress/test_tenant_detach.py index 07b751bcca..81dfd6810c 100644 --- a/test_runner/regress/test_tenant_detach.py +++ b/test_runner/regress/test_tenant_detach.py @@ -688,7 +688,7 @@ def test_ignored_tenant_stays_broken_without_metadata( # temporarily detached produces these errors in the pageserver log. env.pageserver.allowed_errors.append(f".*Tenant {tenant_id} not found.*") env.pageserver.allowed_errors.append( - f".*Tenant {tenant_id} will not become active\\. Current state: Broken.*" + f".*Tenant {tenant_id} will not become active\\. Current state: (Stopping|Broken).*" ) # ignore the tenant and remove its metadata