Silence test failure caused by expected error in log.

This commit is contained in:
Heikki Linnakangas
2023-01-13 10:26:15 +02:00
parent be0dfa9d3a
commit 9b5792b9bf

View File

@@ -209,6 +209,7 @@ def test_tenant_reattach_while_busy(
env.pageserver.allowed_errors.append(
".*Tenant .* will not become active\\. Current state: Stopping.*"
)
env.pageserver.allowed_errors.append(".*Tenant .* is not active, state: Stopping.*")
pageserver_http = env.pageserver.http_client()