We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Script BrokenPipeWorker.robot ...
*** Settings *** Library Browser *** Test Cases *** TC BrokenPipeWorker ${result} Evaluate 1 * 1 Log \nMessage from TC BrokenPipeWorker, result is ${result}. console=yes
... works fine when it is called on CLI by robot -d tmp BrokenPipeWorker.robot
robot -d tmp BrokenPipeWorker.robot
Console output:
============================================================================== BrokenPipeWorker ============================================================================== TC BrokenPipeWorker . Message from TC BrokenPipeWorker, result is 1. TC BrokenPipeWorker | PASS | ------------------------------------------------------------------------------ BrokenPipeWorker | PASS | 1 test, 1 passed, 0 failed ==============================================================================
However when it's called by another script BrokenPipeProcess.robot ...
*** Settings *** Library Process *** Test Cases *** TC BrokenPipeProcess Start Process robot -d tmp BrokenPipeWorker.robot
... the log of BrokenPipeWorker contains "BrokenPipeError: [Errno 32] Broken pipe".
BrokenPipeError: [Errno 32] Broken pipe
The message does not occur either
Tested with Browser Lib 12.3.0 but seems not to be solvable there. I did not get such an issue before RF 5.0
The text was updated successfully, but these errors were encountered:
Is this still a problem?
Sorry, something went wrong.
No branches or pull requests
Script BrokenPipeWorker.robot ...
... works fine when it is called on CLI by
robot -d tmp BrokenPipeWorker.robot
Console output:
However when it's called by another script BrokenPipeProcess.robot ...
... the log of BrokenPipeWorker contains "
BrokenPipeError: [Errno 32] Broken pipe
".The message does not occur either
Tested with Browser Lib 12.3.0 but seems not to be solvable there.
I did not get such an issue before RF 5.0
The text was updated successfully, but these errors were encountered: