KarmaGYZ commented on a change in pull request #10544: [FLINK-13567][e2e]
Harden schema registry test
URL: https://github.com/apache/flink/pull/10544#discussion_r361894853
##########
File path: flink-end-to-end-tests/test-scripts/kafka-common.sh
##########
@@ -75,7 +75,10 @@ function start_kafka_cluster {
}
function stop_kafka_cluster {
- $KAFKA_DIR/bin/kafka-server-stop.sh
+ if ! [[ -z $(./bin/kafka-server-stop) ]]; then
Review comment:
There is missing ".sh" here, which cause FLINK-15428. I'll fix it.
cc @zentol @GJL @tillrohrmann
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services