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

Fix --preserve-fds, eliminate stray FD being passed into container #2893

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2024

  1. Fix preserve-fds flag

    Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net>
    aidanhs committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    85b3a85 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Fix a stray FD leaking in containers when using preserve-fd

    Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net>
    aidanhs committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    0a48e10 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Add tests for preserve-fds, extend test harness

    Test harness additionally needed to support
    
    1. tests that cannot run in parallel
    2. tests that need to customise create arguments
    
    Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net>
    aidanhs committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fc5c131 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Opt-out a test from runc that it errors on

    Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net>
    aidanhs committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    20d9be4 View commit details
    Browse the repository at this point in the history