-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: move the connection pools to separate file (#9398)
First PR for #9284 Start unification of the client and connection pool interfaces: - Exclude the 'global_connections_count' out from the get_conn_entry() - Move remote connection pools to the conn_pool_lib as a reference - Unify clients among all the conn pools
- Loading branch information
Showing
7 changed files
with
704 additions
and
635 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
Oops, something went wrong.
22d8834
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.
5202 tests run: 4992 passed, 3 failed, 207 skipped (full report)
Failures on Postgres 16
test_logging_event_count[info]
: release-x86-64test_slow_secondary_downloads[False]
: release-x86-64Failures on Postgres 14
test_layer_download_timeouted
: release-x86-64Flaky tests (7)
Postgres 17
test_pg_regress[4]
: debug-x86-64Postgres 16
test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64test_peer_recovery
: release-arm64Postgres 15
test_subscriber_synchronous_commit
: release-x86-64test_replica_start_scan_clog_crashed_xids
: release-x86-64test_pull_timeline[True]
: release-arm64Postgres 14
test_subscriber_restart
: release-x86-64Test coverage report is not available
22d8834 at 2024-10-17T11:35:11.588Z :recycle: