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

Propagate subprocess error #54

Closed
wants to merge 7 commits into from
Closed

Propagate subprocess error #54

wants to merge 7 commits into from

Conversation

lars-t-hansen
Copy link
Collaborator

Fix #53. This sits on top of the rebased AMD patch.

Lars T Hansen added 4 commits June 21, 2023 10:00
skeleton logging.

The current error propagation leaks the error code from the command
module up through the layers, even though the "get information" layer
need not run any subcommands.  This can be fixed later if we start
going directly to /proc for information.
skeleton logging.

The current error propagation leaks the error code from the command
module up through the layers, even though the "get information" layer
need not run any subcommands.  This can be fixed later if we start
going directly to /proc for information.
@lars-t-hansen
Copy link
Collaborator Author

Tests fail because the integration environment does not have traceroute, which is a command I used to trigger a timeout. Will look for something else.

@lars-t-hansen
Copy link
Collaborator Author

I've concluded I really don't understand how patch stacks are supposed to work with git, I'll close this PR and resubmit.

@lars-t-hansen lars-t-hansen deleted the propagate_subprocess_error branch June 23, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Propagate errors from the command submodule
1 participant