Github user zhangminglei commented on a diff in the pull request:
https://github.com/apache/flink/pull/5761#discussion_r177098211
--- Diff: flink-end-to-end-tests/run-nightly-tests.sh ---
@@ -47,5 +47,13 @@ EXIT_CODE=0
# EXIT_CODE=$?
# fi
+if [ $EXIT_CODE == 0 ]; then
+ printf
"\n===============================================================================\n"
+ printf "Running Elasticsearch1 nightly end-to-end test\n"
--- End diff --
Oh. I see. Sorry for misunderstanding. I will put it after kafka.
---