Ali Khosravi
Ali Khosravi
related https://github.com/aiidateam/aiida-core/issues/4981 would be nice to address this as well https://github.com/aiidateam/aiida-core/issues/5018
Thanks for your contribution @Muhammad-Rebaal Some of tests are failing, see here: https://github.com/aiidateam/aiida-core/actions/runs/13718527513/job/38368567821?pr=6787 You may also try to run them locally, to make sure everything passes, via: `pytest tests/transports/test_all_plugins.py -s`...
Feel free to ping me again, once you managed to have all tests pass. Thanks!
Hi @Muhammad-Rebaal We have several transport plugin: core.ssh core.local core.ssh_auto core.ssh_async The test suit has to run and pass for all of them. I don't know how to configure password-less...
Effort to review does not pay of the changes
Thanks @GeigerJ2 I like this feature, We already had some users from Empa who probably would have liked this..
I just faced this issue again, in a different scenario, but apparently the same cause (connection): ### Steps to reproduce: 1. Create a fresh profile 2. Submit 16 jobs to...
Ah sorry, I had one other profile in my script than the one I deleted, stupid :rofl: Anyways, the bug is reproducible. **Note**: It's possible to get rid of them...
I added breakpoints here and there, it seems the stucking point is here: https://github.com/aiidateam/aiida-core/blob/72a6b183b8048d5c31b2b827efe6b8b969038e28/src/aiida/engine/processes/control.py#L282
Thanks a lot for explanation. Very nice. > I don't understand what you mean with "parasitic jobs" here. sorry, a wrong term. > In your test case here, the problem...