Skip to content

Commit

Permalink
Draft fix for #10381
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderlaw committed Jan 16, 2025
1 parent 1c254fa commit a4765cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_runner/fixtures/pageserver/allowed_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def scan_pageserver_log_for_errors(
# During teardown, we stop the storage controller before the pageservers, so pageservers
# can experience connection errors doing background deletion queue work.
".*WARN deletion backend: calling control plane generation validation API failed.*error sending request.*",
".*WARN init_tenant_mgr: calling control plane generation validation API failed.*error sending request.*",
# Can happen when the test shuts down the storage controller while it is calling the utilization API
".*WARN.*path=/v1/utilization .*request was dropped before completing",
# Can happen during shutdown
Expand Down

0 comments on commit a4765cd

Please sign in to comment.