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 21, 2025
1 parent faded0e commit d633e30
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

1 comment on commit d633e30

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No tests were run or test report is not available

Test coverage report is not available

The comment gets automatically updated with the latest test results
d633e30 at 2025-01-21T08:33:25.796Z :recycle:

Please sign in to comment.