child: refactor command execution to use goroutines with Pdeathsig#514
Merged
AkihiroSuda merged 2 commits intoJun 12, 2025
Merged
Conversation
fahedouch
force-pushed
the
fix-Pdeathsig-behavior
branch
from
May 27, 2025 21:12
c75912c to
192bdb7
Compare
Member
|
Thanks, how to test this? |
Contributor
Author
|
you can test with the following script: I can convert this script into integration test if needed. |
Member
Yes, please rootlesskit/.github/workflows/main.yaml Lines 40 to 54 in e83d763 |
Signed-off-by: fahed dorgaa <fahed.dorgaa@gmail.com>
fahedouch
force-pushed
the
fix-Pdeathsig-behavior
branch
from
May 31, 2025 14:26
ece2f89 to
cc4f3f5
Compare
AkihiroSuda
reviewed
May 31, 2025
Contributor
Author
|
The script works on the workstation but not in the CI environment; I suspect a timing issue. |
…ion tests Signed-off-by: fahed dorgaa <fahed.dorgaa@gmail.com>
Contributor
Author
|
@AkihiroSuda new changes are introduced:
new changes ensure that child processes are properly terminated when the parent is killed with SIGKILL, regardless of whether the reaper functionality is enabled. test fail not related to PR |
AkihiroSuda
merged commit Jun 12, 2025
790f0e1
into
rootless-containers:master
9 of 10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixing #182
better controller for child
Pdeathsig