Skip to content

kill: Wait for container to exit after sigkill#1589

Merged
dcantah merged 1 commit into
apple:mainfrom
dcantah:kill-wait
Jun 2, 2026
Merged

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

Conversation

@dcantah

@dcantah dcantah commented May 22, 2026

Copy link
Copy Markdown
Contributor

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%

@dcantah dcantah merged commit 7966302 into apple:main Jun 2, 2026
4 checks passed
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.

2 participants