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

[v1.21.x] Backport pr10063 #10069

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Commits on Jun 10, 2024

  1. fabtests/pytest: save client process output to a file

    Client-server tests currently read client output from pipe, which can be
    unavailable in corner cases, e.g. client timeout. This change directs the
    client process stdout/stderr to a file which is closed and saved upon
    completion.
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    (cherry picked from commit ff87df2)
    wenduwan committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    92468e4 View commit details
    Browse the repository at this point in the history
  2. fabtests/pytest: account for process startup overhead in client-serve…

    …r tests
    
    Client-server tests launch tests over SSH which can introduce delays in
    addition to the specified timeout. This change adds more time before timing out
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    (cherry picked from commit 7b36891)
    wenduwan committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    047de59 View commit details
    Browse the repository at this point in the history