Johannes Otepka
Johannes Otepka
addendum: 1) shellcmd now working under MacOS as well. 2) all tests should now run through without erros (but of course windows ssh tests are disabled) 3) I just found...
Just to give more context on the CREATE_BREAKAWAY_FROM_JOB issue: As mentioned before, starting _daemon_ processes through ssh requires the CREATE_BREAKAWAY_FROM_JOB creation flag to be set under Windows (the DETACHED_PROCESS flag...
The Github nightmare continuous: I finally got my shellcmd tests going under Github Runners as well. Besides the CREATE_BREAKAWAY_FROM_JOB issue (see above) there was another obstacle to overcome: The ssh...
Finally, everything is working under the windows github runner as well
You are right, testing is a must! I have zero experience with GitHub action runners but if there is a corresponding ssh ipcluster test for Linux I'm 100% sure that...
I will try my best, but as mentioned before I'm new to GitHub action runners. Let's see how far I will get... Meanwhile we should start the discussion on how...
Sounds good to me and I will go in that direction. Meanwhile I have been working hard to get the Windows SSH cluster to run Docker/Github (similar to the Linux...
Thanks very much for the hint! As mentioned in the code, this should be moved to the corresponding Dockerfile or "next" to the [docker compose statement](https://github.com/ipython/ipyparallel/blob/a852ea72acc4173893ccc2ae8074b10a259e98ee/.github/workflows/test.yml#L87]). I suggest the later...
Today, I spend quite some time in understanding how the parameter setting and actual function calling work in the app classes like IPCluster, etc. Since we decided to go for...
Thanks for the quick reply. So I will implement an argparse solution...