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

remove flux-imp kill command #189

Merged
merged 3 commits into from
Nov 4, 2024
Merged

Conversation

grondo
Copy link
Contributor

@grondo grondo commented Nov 2, 2024

After #188 is merged, the flux-imp kill command is no longer necessary.

This PR removes the command along with associated code and tests.
(based on #188 for now)

garlick
garlick previously approved these changes Nov 4, 2024
Copy link
Member

@garlick garlick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! This did turn out to be a nice cleanup.

@grondo grondo dismissed garlick’s stale review November 4, 2024 04:01

The merge-base changed after approval.

Problem: The `flux-imp kill` subcommand is no longer necessary,
since both IMP exec and run subcommands now have a privleged IMP
parent process via which signals may be forwarded.

Remove the `kill` subcommand and associated tests.
Problem: The `struct pidinfo` abstraction was only required by
the IMP kill subcommand, which has been removed.

Remove pidinfo related code and tests.
Problem: The `flux-imp kill` command is mentioned in flux-imp(8),
but it has been removed.

Remove it from the man page.
@grondo
Copy link
Contributor Author

grondo commented Nov 4, 2024

Yes! Thanks, setting MWP

Copy link
Member

@garlick garlick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still like it!

@mergify mergify bot merged commit de0fe2d into flux-framework:master Nov 4, 2024
17 checks passed
@grondo grondo deleted the excise-imp-kill branch November 4, 2024 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants