-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: Demote errors from cplane request routines to debug (#9886)
## Problem Any errors from these async blocks are unconditionally logged at error level even though we already handle such errors based on context. ## Summary of changes * Log raw errors from creating and executing cplane requests at debug level. * Inline macro calls to retain the correct callsite.
- Loading branch information
Showing
3 changed files
with
7 additions
and
14 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
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
7404887
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.
7076 tests run: 6743 passed, 0 failed, 333 skipped (full report)
Flaky tests (2)
Postgres 17
test_storage_controller_stuck_compute_hook
: debug-x86-64Postgres 15
test_lr_with_slow_safekeeper
: release-x86-64Code coverage* (full report)
functions
:30.8% (7971 of 25847 functions)
lines
:48.6% (63293 of 130153 lines)
* collected from Rust tests only
7404887 at 2024-11-25T23:50:30.394Z :recycle: