Uh oh!
There was an error while loading. Please reload this page.
Properly use result value for dump IPC cmd - #60726
Conversation
ghost
commented
Oct 21, 2021
Tagging subscribers to this area: @tommcdon Issue Details@lateralusX caught a small error in the dump IPC command error handling while doing some refactoring. Pulling out the fix for that observation into a separate PR for easier backporting. Currently, the dump IPC command will always return "false" even if the dump is successful. This change fixes up the error handling to use the actual error code from creating the dump. CC @tommcdon
|
Uh oh!
There was an error while loading. Please reload this page.
All creds finding this issue goes to @am11 and @lambdageek, thanks for bringing it to my attention. |
josalem
commented
Oct 25, 2021
The remaining test failures appear to be #60705. I'll merge today |
@lateralusX caught a small error in the dump IPC command error handling while doing some refactoring. Pulling out the fix for that observation into a separate PR for easier backporting.
Currently, the dump IPC command will always return "false" even if the dump is successful. This change fixes up the error handling to use the actual error code from creating the dump.
CC @tommcdon