We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4825ad5 commit 0a04936Copy full SHA for 0a04936
test_runner/fixtures/pageserver/allowed_errors.py
@@ -95,6 +95,7 @@ def scan_pageserver_log_for_errors(
95
# During teardown, we stop the storage controller before the pageservers, so pageservers
96
# can experience connection errors doing background deletion queue work.
97
".*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.*",
99
# Can happen when the test shuts down the storage controller while it is calling the utilization API
100
".*WARN.*path=/v1/utilization .*request was dropped before completing",
101
# Can happen during shutdown
0 commit comments