Skip to content

Commit 014cd10

Browse files
committed
Draft fix for #10381
1 parent 323bc33 commit 014cd10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_runner/fixtures/pageserver/allowed_errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def scan_pageserver_log_for_errors(
9595
# During teardown, we stop the storage controller before the pageservers, so pageservers
9696
# can experience connection errors doing background deletion queue work.
9797
".*WARN deletion backend: calling control plane generation validation API failed.*error sending request.*",
98+
".*WARN init_tenant_mgr: calling control plane generation validation API failed.*error sending request.*",
9899
# Can happen when the test shuts down the storage controller while it is calling the utilization API
99100
".*WARN.*path=/v1/utilization .*request was dropped before completing",
100101
# Can happen during shutdown

0 commit comments

Comments
 (0)