-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-4805 Migrate test_connections_survive_primary_stepdown_spec.py to async #1889
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
Conversation
05b9ff4
to
f8710fa
Compare
What's the specific error you were getting? |
|
Got it, leaving it in utils is fine for now. |
Note: I tried to add
async_ensure_all_connected
to/test/asynchronous/helpers.py
but was running into some issues (circular imports I think?) so that's why I decided to just keep it intest/utils.py
but happy to look into it again, if needed.