Skip to content

kill: Wait for container to exit after sigkill#1589

Open
dcantah wants to merge 1 commit into
apple:mainfrom
dcantah:kill-wait
Open

kill: Wait for container to exit after sigkill#1589
dcantah wants to merge 1 commit into
apple:mainfrom
dcantah:kill-wait

Conversation

@dcantah
Copy link
Copy Markdown
Member

@dcantah dcantah commented May 22, 2026

Today when we send a signal we don't wait for the container to exit, as we don't know what signals the program will actually do anything with. However, sigkill does not fit this mold, and we should wait for the container to exit (or be removed for --rm containers).

Today when we send a signal we don't wait for the container
to exit, as we don't know what signals the program will actually
do anything with. However, sigkill does not fit this mold, and we
should wait for the container to exit (or be removed for --rm containers).
@github-actions github-actions Bot added the cli label May 22, 2026
@github-actions
Copy link
Copy Markdown

Code Coverage

Tier Line Coverage
Unit 33.14%
Integration 19.65%
Combined 52.23%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant