Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow pageserver unreachable errors in test_scrubber_tenant_snapshot (#…
…10585) ## Problem test_scrubber_tenant_snapshot restarts pageservers, but log validation fails tests on any non white listed storcon warnings, making the test flaky. ## Summary of changes Allow warns like 2025-01-29T12:37:42.622179Z WARN reconciler{seq=1 tenant_id=2011077aea9b4e8a60e8e8a19407634c shard_id=0004}: Call to node 2 (localhost:15352) management API failed, will retry (attempt 1): receive body: error sending request for url (http://localhost:15352/v1/tenant/2011077aea9b4e8a60e8e8a19407634c-0004/location_config): client error (Connect) ref #10462
- Loading branch information
765ba43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7565 tests run: 7202 passed, 1 failed, 362 skipped (full report)
Failures on Postgres 16
test_download_churn[github-actions-selfhosted-100-tokio-epoll-uring-30]
: release-x86-64-with-lfcFlaky tests (1)
Postgres 14
test_pageserver_gc_compaction_idempotent[after_restart]
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.3% (8516 of 25538 functions)
lines
:49.1% (71512 of 145568 lines)
* collected from Rust tests only
765ba43 at 2025-01-31T13:04:17.392Z :recycle: