-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[#12279 ] missed check exit code of stop before calling start #12368
[#12279 ] missed check exit code of stop before calling start #12368
Conversation
836124d
to
02bc98e
Compare
/pulsarbot run-failure-checks |
@BewareMyPower Do you know why cpp test always failed:
|
It failed when CI ran |
please do not merge this patch today, this patch looks risky to me |
@BewareMyPower it's ok to run the script locally. |
I tried your script in my local env (macOS Big Sur 11.3, Java 8) and failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pulsar-client-cpp/pulsar-test-service-start.sh
failed
#12279 has another problem, When restarting with |
02bc98e
to
6cf78d8
Compare
/pulsarbot run-failure-checks |
…pache#12368) apache#12279 missed check exit code of stop before calling start method, avoiding stop failed and continue to call start. also apache#12279 has another problem, When restarting with `-force`, `-force` flag will also be passed to `start` by `$@`. throws` Caused by: org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -force`
#12279 missed check exit code of stop before calling start method, avoiding stop failed and continue to call start.
also #12279 has another problem, When restarting with
-force
,-force
flag will also be passed tostart
by$@
.throws
Caused by: org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -force