Skip to content

Conversation

ShaneHarvey
Copy link
Member

@@ -914,13 +914,12 @@ class ConnectionCheckOutFailedReason(object):


class _ConnectionEvent(object):
Copy link
Member Author

@ShaneHarvey ShaneHarvey Aug 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I refactored the private base class hierarchy here to make _ConnectionEvent the base class for ALL connection events. This makes the CMAP event filtering events easier since we can do isinstance(e, (_ConnectionEvent, _PoolEvent))

@ShaneHarvey
Copy link
Member Author

Note the load balancer and serverless tests are failing until this issue is resolved: mongodb/specifications#1274 (review)

@blink1073
Copy link
Member

LGTM so far

@ShaneHarvey ShaneHarvey merged commit 13e2715 into mongodb:master Aug 3, 2022
@ShaneHarvey ShaneHarvey deleted the PYTHON-3312 branch August 3, 2022 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants