zentol commented on a change in pull request #7034: [FLINK-10805] Fix failing 
end-to-end tests
URL: https://github.com/apache/flink/pull/7034#discussion_r231427350
 
 

 ##########
 File path: flink-end-to-end-tests/test-scripts/elasticsearch-common.sh
 ##########
 @@ -45,7 +45,7 @@ function wait_elasticsearch_working {
     echo "Waiting for Elasticsearch node to work..."
 
     for ((i=1;i<=60;i++)); do
-        curl -XGET 'http://localhost:9200'
+        curl -XGET 'http://localhost:9200' || true
 
 Review comment:
   how can changes to the kafka tests break this one?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to