Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable connection logging in pgbouncer by default (#10118)
It can produce a lot of logs, making pgbouncer itself consume all CPU in extreme cases. We saw that happen in stress testing.
- Loading branch information
5372126
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.
7740 tests run: 7409 passed, 0 failed, 331 skipped (full report)
Flaky tests (4)
Postgres 17
test_cancellations
: debug-x86-64test_physical_replication_config_mismatch_max_locks_per_transaction
: release-x86-64test_sharding_split_failures[failure0]
: debug-x86-64test_tenants_attached_after_download
: debug-x86-64Code coverage* (full report)
functions
:31.4% (8379 of 26700 functions)
lines
:47.8% (65926 of 137917 lines)
* collected from Rust tests only
5372126 at 2024-12-12T18:53:34.859Z :recycle: