-
Notifications
You must be signed in to change notification settings - Fork 1.2k
PYTHON-5672 Refactor connection checkout to reduce layers #2893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fab43f4
PYTHON-5672 Refactor connection checkout to reduce layers
blink1073 9b09a4e
PYTHON-5672 Add __slots__ and lazy _deprioritized_servers to _ClientC…
blink1073 9e5dcb2
PYTHON-5672 Fix SDAM error handling when pool checkout raises in __ae…
blink1073 65d0cbe
PYTHON-5672 Fix MockPool.checkout() bypass in _ClientCheckout
blink1073 be24573
PYTHON-5672 Add coverage for _PoolCheckout leak guard; remove dead se…
blink1073 b3ef09c
PYTHON-5672 Test _ClientCheckout post-checkout setup failure returns …
blink1073 389fc8e
PYTHON-5672 Fix test_client_checkout_setup_failure on freethreaded Py…
blink1073 00bfb71
PYTHON-5672 Merge upstream/master
blink1073 a1b5082
PYTHON-5672 Fix three issues found in code review
blink1073 78f1a51
PYTHON-5672 Remove references to former methods from docstrings
blink1073 8554ec0
PYTHON-5672 Fix contribute_socket docstring
blink1073 ab69293
PYTHON-5672 Move test imports to top of module
blink1073 3247491
PYTHON-5672 Merge upstream/master
blink1073 1895a58
PYTHON-5672 Fix three issues found in code review
blink1073 a655f01
PYTHON-5672 Remove implementation detail from _ClientCheckout docstring
blink1073 3dc0489
Merge branch 'main' into PYTHON-5672
blink1073 d45c697
PYTHON-5672 Fix comments that named __aexit__/__aenter__ in sync-gene…
blink1073 7fd962a
Merge remote-tracking branch 'origin/PYTHON-5672' into PYTHON-5672
blink1073 bd49c2c
PYTHON-5672 Add __aenter__/__aexit__ replacements to synchro.py
blink1073 526dc9d
PYTHON-5672 Fix copilot review comments
blink1073 9ffe481
PYTHON-5672 Unpin session on post-checkout setup failure
blink1073 28a6e33
PYTHON-5672 Add test for session unpin on post-checkout setup failure
blink1073 5116503
PYTHON-5672 Fix test comment wording
blink1073 fbd96d1
Merge remote-tracking branch 'upstream/main' into PYTHON-5672
blink1073 45d6e6a
PYTHON-5672 Add _base_backoff_ms to _ClientConnectionRetryable __slots__
blink1073 2619a2f
PYTHON-5672 Roll back pool bookkeeping if cancelled while registering…
blink1073 4401bc3
PYTHON-5672 Add missing await on session.start_transaction() in test
blink1073 11c4c5c
Merge remote-tracking branch 'upstream/main' into PYTHON-5672
blink1073 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.