From 7c878d29867392a050f0be98c7c86a23217cc269 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Mon, 13 May 2024 12:23:13 +0000 Subject: [PATCH] test: allow one more shutdown reason I cannot see how there could be more. --- test_runner/regress/test_tenant_size.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_tenant_size.py b/test_runner/regress/test_tenant_size.py index 7894f6933d..6c400e4e2b 100644 --- a/test_runner/regress/test_tenant_size.py +++ b/test_runner/regress/test_tenant_size.py @@ -669,7 +669,7 @@ def test_synthetic_size_while_deleting(neon_env_builder: NeonEnvBuilder): client.configure_failpoints((failpoint, "off")) # accept both, because the deletion might still complete before - matcher = "(Failed to refresh gc_info before gathering inputs|NotFound: tenant)" + matcher = "(Failed to refresh gc_info before gathering inputs|NotFound: tenant|Conflict: will not become active. Current state: Stopping)" with pytest.raises(PageserverApiException, match=matcher): completion.result()