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 20, 2025
1 parent a8fe82c commit b6918d4
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 b6918d4

@github-actions
Copy link

Choose a reason for hiding this comment

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

1336 tests run: 1300 passed, 0 failed, 36 skipped (full report)


Flaky tests (3)

Postgres 17

Test coverage report is not available

The comment gets automatically updated with the latest test results
b6918d4 at 2025-01-20T15:38:51.076Z :recycle:

Please sign in to comment.