-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
avoid calls to make_current() and make_clear() by using asyncio.run in LoopRunner #7467
avoid calls to make_current() and make_clear() by using asyncio.run in LoopRunner #7467
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 20 files ± 0 20 suites ±0 11h 51m 48s ⏱️ + 8m 20s For more details on these failures, see this check. Results for commit f18f9e7. ± Comparison against base commit 4a0c489. ♻️ This comment has been updated with latest results. |
be56b65
to
86de36a
Compare
86de36a
to
f121d04
Compare
…n LoopRunner Closes dask#6784
f121d04
to
21c7e40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some questions about thread-safety, but this seems good to me overall.
Co-authored-by: Gabe Joseph <[email protected]>
621adb7
to
5b279be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor nitpicks only
Co-authored-by: crusaderky <[email protected]>
Co-authored-by: crusaderky <[email protected]>
Closes #6784
pre-commit run --all-files