-
Notifications
You must be signed in to change notification settings - Fork 543
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
[utilities] catch SoSTimeoutError in sos_get_command_output #3331
base: main
Are you sure you want to change the base?
[utilities] catch SoSTimeoutError in sos_get_command_output #3331
Conversation
Reproducer: on a system without
which reports:
with content:
The exception is raised directly in |
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
The patch should rather be like:
but even then, |
When calling collect_cmd_output and timeout is hit, SoSTimeoutError is raised and never caught (until in plugin wrapper). Resolves: sosreport#3331 Signed-off-by: Pavel Moravec <[email protected]>
c194ab4
to
df49224
Compare
@pmoravec still need this to go through? |
Well the reproducer is still valid on current upstream and I still dont have an idea of a proper fix /o. |
When calling collect_cmd_output and timeout is hit, SoSTimeoutError is raised and never caught (until in plugin wrapper).
Resolves: #3331
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines