-
-
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
@gen_cluster to write to /tmp #6237
Conversation
loop, | ||
with tempfile.TemporaryDirectory() as tmpdir: | ||
config2 = merge({"temporary-directory": tmpdir}, config) | ||
with dask.config.set(config2): |
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.
Everything beyond this line is just an extra indentation
+1 in principle |
Unit Test Results 16 files ±0 16 suites ±0 7h 30m 48s ⏱️ + 7m 25s For more details on these failures, see this check. Results for commit 96201b4. ± Comparison against base commit 70e1fca. ♻️ This comment has been updated with latest results. |
The move to /tmp seems inconsequential to #6233. I think it's still good to have in regardless.
|
3571e73
to
c43fc03
Compare
Ready for final review |
All failures are unrelated |
Don't leave cruft around the working directory. Prevent a wealth of problems for developers with their home directory on a network filesystem.
Closes #6233.