-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proxy: remove fail fast logic to connect to compute (#6759)
## Problem Flaky tests ## Summary of changes Remove failfast logic
- Loading branch information
Showing
2 changed files
with
18 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c7538a2
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.
2511 tests run: 2382 passed, 2 failed, 127 skipped (full report)
Failures on Postgres 14
test_pageserver_max_throughput_getpage_at_latest_lsn[1-6-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[1-13-30]
: releaseFlaky tests (5)
Postgres 16
test_vm_bit_clear_on_heap_lock
: debugPostgres 14
test_create_snapshot
: release, debugtest_partial_evict_tenant[relative_spare]
: releasetest_timeline_size_quota_on_startup
: releaseCode coverage (full report)
functions
:56.0% (12854 of 22970 functions)
lines
:82.6% (69457 of 84138 lines)
c7538a2 at 2024-02-14T19:39:03.606Z :recycle: