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

systemctl: Implement --wait for kill command #32591

Merged
merged 1 commit into from May 1, 2024

Conversation

DaanDeMeyer
Copy link
Contributor

@DaanDeMeyer DaanDeMeyer commented Apr 30, 2024

TEST-26-SYSTEMCTL is racy as we call systemctl is-active immediately after systemctl kill. Let's implement --wait for systemctl kill and use it in TEST-26-SYSTEMCTL to avoid the race.

@DaanDeMeyer DaanDeMeyer marked this pull request as ready for review April 30, 2024 20:05
@github-actions github-actions bot added documentation systemctl tests please-review PR is ready for (re-)review by a maintainer labels Apr 30, 2024
Copy link

Important

An -rc1 tag has been created and a release is being prepared, so please note that PRs introducing new features and APIs will be held back until the new version has been released.

man/systemctl.xml Outdated Show resolved Hide resolved
@bluca bluca added good-to-merge/with-minor-suggestions and removed please-review PR is ready for (re-)review by a maintainer labels Apr 30, 2024
TEST-26-SYSTEMCTL is racy as we call systemctl is-active immediately
after systemctl kill. Let's implement --wait for systemctl kill and
use it in TEST-26-SYSTEMCTL to avoid the race.
@DaanDeMeyer
Copy link
Contributor Author

Just a one letter documentation fix, no need to wait for full CI

@DaanDeMeyer DaanDeMeyer merged commit 6be4dab into systemd:main May 1, 2024
37 of 49 checks passed
@DaanDeMeyer DaanDeMeyer deleted the kill branch May 1, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants