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 24, 2025
1 parent ac0ec15 commit 592eeca
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 592eeca

@github-actions
Copy link

@github-actions github-actions bot commented on 592eeca Jan 24, 2025

Choose a reason for hiding this comment

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

697 tests run: 648 passed, 2 failed, 47 skipped (full report)


Failures on Postgres 17

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_issue_5878[debug-pg17-same_generation] or test_metrics_normal_work[debug-pg17]"
Flaky tests (4)

Postgres 17

Test coverage report is not available

The comment gets automatically updated with the latest test results
592eeca at 2025-01-24T13:24:24.563Z :recycle:

Please sign in to comment.