execnet
execnet copied to clipboard
distributed Python deployment and communication
If a node is down the output is rather verbose: ``` gw0 Issh_exchange_identification: Connection closed by remote host INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "…/Vcs/execnet/execnet/gateway_bootstrap.py", line 45, in...
The following tests are xfailing on Windows in PyPy: ``` test_remote_exec_function_with_kwargs[sys.executable] test_remote_exec_inspect_stack TestMakegateway.test_popen_default TestMakegateway.test_popen_explicit TestMakegateway.test_popen_chdir_absolute TestMakegateway.test_popen_chdir_newsub test_popen_stderr_tracing test_termination_on_remote_channel_receive ``` There's more details on #62
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/54 - Originally reported by: @danstender - Originally created at: 2017-03-19T18:20:53.165 Another test failure from Debian packaging. This one belongs to the same class as #53 (randomly appearing)....
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/53 - Originally reported by: @danstender - Originally created at: 2017-03-19T18:17:04.424 We've got this test failure here on the Debian package. It appears randomly (however, oftenly), so it's...
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/51 - Originally reported by: @danstender - Originally created at: 2017-01-13T10:34:56.577 We're still experimenting what's triggering this, it appears with Python 2.7.13 and Pytest 3.0.5: ``` testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-socket] FAILED...
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/48 - Originally reported by: @alfredodeza - Originally created at: 2015-09-03T13:39:18.093 This is due to this line (gateway_bootstrap.py line 46) https://bitbucket.org/hpk42/execnet/src/9c14d7158790c3156c36ab720caa20273647967f/execnet/gateway_bootstrap.py?at=default#gateway_bootstrap.py-46 It tries to write and read back...
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/45 - Originally reported by: @nicoddemus - Originally created at: 2015-07-24T00:34:39.206 As reported by @jduponchelle in [this pytest issue](https://github.com/pytest-dev/pytest/issues/733), it seems `execnet.script.socketserver.py` might conflict with builtin `socketserver` module...
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/41 - Originally reported by: @RonnyPfannschmidt - Originally created at: 2015-03-02T10:08:09.552 the current xspec format is nice and concise for use from cli, for programmatic use however, it...
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/31 - Originally reported by: @Arfrever - Originally created at: 2014-03-10T19:41:54.598 Execnet has 1 additional test failure with Python >=3.2 and enabled warnings (using e.g. `PYTHONWARNINGS="d,i::ImportWarning"` environmental variable)...
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/30 - Originally reported by: @alfredodeza - Originally created at: 2014-02-10T16:05:34.775 After closing the connections we are seeing a few thread errors that seem impossible to get rid...