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-4528 - Convert unified test runner to async #1913

Merged
merged 7 commits into from
Oct 11, 2024

Conversation

NoahStapp
Copy link
Contributor

No description provided.

Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

Well that was easy. 😅

@NoahStapp
Copy link
Contributor Author

Well that was easy. 😅

Yeah, for some reason I expected more complexity but it was very simple.

@NoahStapp NoahStapp merged commit 6973d2d into mongodb:master Oct 11, 2024
36 checks passed
@NoahStapp NoahStapp deleted the PYTHON-4842 branch October 11, 2024 15:02
elif entity_type == "thread":
name = spec["id"]
thread = SpecRunnerThread(name)
thread.start()
Copy link
Member

Choose a reason for hiding this comment

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

We probably need to add an async version of SpecRunnerThread which creates a task instead of a thread.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Created a follow-up ticket for that: PYTHON-4864

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.

3 participants