Skip to content
New issue

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

Improve output_if_timeout handling #400

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 30, 2022

  1. Improve output_if_timeout handling

    This fixes two issues with the implementation of output_if_timeout:
     1. The raw byte data was sent to the logger. In order to improve
        improve readability, the output is now decoded and stdout and stderr
        is separated by a header/footer.
     2. The parameter handled only the timeout generated by the library,
        not the timeout generated by robot. Now both timeouts write the output
        to the logger, if output_if_timeout=True
    
    Additionally for paramiko, a last read of the channel is done, to fetch
    as much of the output available as possible.
    MofX committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    10fd9d7 View commit details
    Browse the repository at this point in the history