Skip to content

Commit

Permalink
tests: tolerate more diverse non-active tenant errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Nov 1, 2023
1 parent 15237c7 commit a2e7a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_runner/regress/test_tenant_detach.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a2e7a79

Please sign in to comment.