Skip to content

Conversation

NoahStapp
Copy link
Contributor

No description provided.

@NoahStapp NoahStapp requested a review from ShaneHarvey October 10, 2024 20:47
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