Local Python env Cluster (rebased)#9332
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 40 files ± 0 40 suites ±0 14h 51m 30s ⏱️ + 18m 20s For more details on these failures, see this check. Results for commit caa9705. ± Comparison against base commit 40fcd99. ♻️ This comment has been updated with latest results. |
|
One failing test remaining, plus some complaints from |
| '''ignore:unclosed transport <_SelectorSocketTransport.*:ResourceWarning''', | ||
| '''ignore:unclosed transport <asyncio\.sslproto\..*:ResourceWarning''', | ||
| '''ignore:unclosed cluster SSHCluster.*:ResourceWarning''', | ||
| '''ignore:unclosed transport <_UnixReadPipeTransport.*:ResourceWarning''', |
There was a problem hiding this comment.
These warnings were being thrown by test_job_submission. I'm assuming it's safe to ignore them.
|
Tests mostly passing:
The remaining linting ( |
|
This makes me think we cannot support this on Windows, as subprocess support in Windows is only available using the Would it be ok to raise a |
|
Looking into subprocess support in Windows I saw that EDIT: this would require a refactor of |
Rebase of #5013
I refer to explanation and discussion in that PR.
#5013 was never finished because merge conflicts appear. That seems a shame: the conflicts were relatively easy to solve. Opening this PR to see if the tests still pass.
I take no credit for @DPeterK's amazing work -- git adds me as a co-author for their commits because of the rebase, I hope that's ok.