-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compute_ctl: don't panic if control plane can't be reached (#10078)
## Problem If the control plane cannot be reached for some reason, compute_ctl panics ## Summary of changes panic is removed in favour of returning an error. Code is reformatted a bit for more flat control flow Resolves: #5391
- Loading branch information
Showing
1 changed file
with
40 additions
and
39 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
c79c1dd
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.
7223 tests run: 6898 passed, 0 failed, 325 skipped (full report)
Flaky tests (3)
Postgres 17
test_check_visibility_map
: debug-x86-64test_s3_eviction[0.0-True]
: release-arm64Postgres 15
test_pageserver_gc_compaction_smoke
: release-x86-64Code coverage* (full report)
functions
:31.4% (8341 of 26534 functions)
lines
:47.7% (65729 of 137699 lines)
* collected from Rust tests only
c79c1dd at 2024-12-11T18:11:46.295Z :recycle: