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

[2.2 backport] remove any pipe files before zip/unzipping (#1133) #1150

Merged
merged 1 commit into from Nov 1, 2022

Commits on Oct 28, 2022

  1. remove any pipe files before zip/unzipping (ansible#1133)

    * Write test to demonstrate job hang on pipes
    
    * Remove any pipe files before zip/unzipping
    
    - Prevents hangs when zipping, unzipping artifacts dir. If python
    attempts to open a fifo pipe, it will block indefinitely until it can
    read data from the pipe.
    
    * move fifo check below symlink
    
    Co-authored-by: Alan Rominger <arominge@redhat.com>
    (cherry picked from commit 8f39752)
    fosterseth authored and nitzmahone committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e023fd2 View commit details
    Browse the repository at this point in the history