-
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.
proxy: exclude triple logging of connect compute errors (#9277)
Fixes (#9020) - Use the compute::COULD_NOT_CONNECT for connection error message; - Eliminate logging for one connection attempt; - Typo fix.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 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
2d248ae
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.
5173 tests run: 4956 passed, 0 failed, 217 skipped (full report)
Flaky tests (3)
Postgres 16
test_subscriber_restart
: release-x86-64test_restart_endpoint_after_switch_wal
: release-x86-64Postgres 14
test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:31.4% (7508 of 23942 functions)
lines
:49.6% (60277 of 121590 lines)
* collected from Rust tests only
2d248ae at 2024-10-04T17:45:41.656Z :recycle: