-
Notifications
You must be signed in to change notification settings - Fork 684
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
[DPB]Fix return code in case of failure #3389
Conversation
@bingwang-ms Can you please review this? This is similar to #3357 |
* [DPB]Fix return code in case of failure * Updating UT
Cherry-pick PR to 202405: #3392 |
* [DPB]Fix return code in case of failure * Updating UT
Cherry-pick PR to 202311: #3393 |
* [DPB]Fix return code in case of failure * Updating UT
@dgsudharsan cherry pick PR didn't pass PR checker. Please check!!! |
6 similar comments
@dgsudharsan cherry pick PR didn't pass PR checker. Please check!!! |
@dgsudharsan cherry pick PR didn't pass PR checker. Please check!!! |
@dgsudharsan cherry pick PR didn't pass PR checker. Please check!!! |
@dgsudharsan cherry pick PR didn't pass PR checker. Please check!!! |
@dgsudharsan cherry pick PR didn't pass PR checker. Please check!!! |
@dgsudharsan cherry pick PR didn't pass PR checker. Please check!!! |
* [DPB]Fix return code in case of failure * Updating UT
What I did
Fix return code when DPB command fails. Return of 0 indicates success which might be a problem to detect failures using automation
How I did it
Updated return code to 1
How to verify it
Basic manual testing
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)