-
Notifications
You must be signed in to change notification settings - Fork 10
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
ORA remote initialization stalls on windows #654
Comments
The cause seems to be datalad/datalad#7491, which is presumably fixed by a series of patched present in datalad-ria. |
These have been developed months ago, and fix critical aspects of SSH execution on windows clients that prevent any RIA functionality to be working on windows. Given the uncertainty of a datalad-ria release, I am importing them here. Hopefully fixes datalad#654
These patches (alone) do not cut it. I found that using the code from #596 to replace the Popen call in |
See datalad#654 Like require employing datalad#596 to solve properly.
Filing here, because the datalad-core implementation has no ambition to work on windows.
A new test added with #653 performs a create-push-clone roundtrip over a RIA store, using different clients and a unix-server target. It documents that this stalls on windows. A similar stalling has been reported in the datalad office hour by a datalad user on windows.
The test case #653 may be a suitable reproducer debugging these (or these two) issues.
The text was updated successfully, but these errors were encountered: