From a2e7a79c51b638a3449d8d8fb3dd3516a06fc2d3 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 1 Nov 2023 14:16:57 +0000 Subject: [PATCH] tests: tolerate more diverse non-active tenant errors --- test_runner/regress/test_tenant_detach.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_runner/regress/test_tenant_detach.py b/test_runner/regress/test_tenant_detach.py index 11e8a80e1ddcc..df27489ab5758 100644 --- a/test_runner/regress/test_tenant_detach.py +++ b/test_runner/regress/test_tenant_detach.py @@ -699,6 +699,8 @@ def test_ignore_while_attaching( env.pageserver.allowed_errors.append( f".*Tenant {tenant_id} will not become active\\. Current state: Stopping.*" ) + env.pageserver.allowed_errors.append(f".*Tenant {tenant_id} not found") + env.pageserver.allowed_errors.append(f".*Tenant {tenant_id} is not active") data_id = 1 data_secret = "very secret secret"