Skip to content
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

PYTHON-4704 Migrate test_bulk.py to async #1827

Merged
merged 12 commits into from
Sep 4, 2024

Conversation

sleepyStick
Copy link
Contributor

No description provided.

@sleepyStick sleepyStick marked this pull request as ready for review September 3, 2024 19:10
@@ -929,13 +966,13 @@ def cause_wtimeout(self, requests, ordered):

# Use the rsSyncApplyStop failpoint to pause replication on a
# secondary which will cause a wtimeout error.
self.secondary.admin.command("configureFailPoint", "rsSyncApplyStop", mode="alwaysOn")
self.secondary.admin.command("configureFailPoint", "rsApplyStop", mode="alwaysOn")
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs to be rsSyncApplyStop.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks for catching that! fixed!

@sleepyStick sleepyStick changed the title PYTHON-4707 Migrate test_bulk.py to async PYTHON-4704 Migrate test_bulk.py to async Sep 4, 2024
@sleepyStick sleepyStick merged commit b37fb91 into mongodb:master Sep 4, 2024
25 checks passed
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