Joonas Kuisma
Joonas Kuisma
I think that Robot Framework could be a right place, because error print come from there eventually. I checked robot/libraries/Remote.py history https://github.com/robotframework/robotframework/commits/master/src/robot/libraries/Remote.py , and there is a couple of commits...
Interesting 🤔 So 7.3.2 is about 10 times slower than 7.2.2? Are the results reproducible, meaning do they remain the same if you run the same commands, say, three times...
Hi @olesz ! I noticed that this commit: https://github.com/mkorpela/pabot/pull/660/commits/eeb1e8c88163d1398f59940b8b2e7d222efa1f4d is not verified by signature so merge is blocked. Could you edit that or make new PR?
That’s a bit of a double-edged issue. The print statement was originally added because there were cases where users were confused about why the entire contents of the `--ordering` file...
Hi, try putting the --include and --exclude options inside the argument files. The options inside an argument file are process-specific, whereas the ones given on the command line are general...
Pabot and Robot Framework itself use XML-RPC protocol and this behavior is due to XML-RPC protocol limitations. This limitation is described here: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#toc-entry-660 Maybe I could add that information to...
Hi, could you provide more information on what command worked with Pabot and which one didn’t?
Do you mean that you’re trying to run the Pabot command again while the previous one is still running? Or do you wait until the previous one is ready?
And what kind of pabot command you are using?
Unfortunately, I can’t reproduce the issue with the information provided. Running the command repeatedly works fine for me. Could you copy the entire command line including all the arguments? Also,...