pnowojski commented on a change in pull request #8495: [FLINK-12556][e2e] Extend some end-to-end tests to run with custom (input) File System implementation URL: https://github.com/apache/flink/pull/8495#discussion_r286357388
########## File path: flink-end-to-end-tests/test-scripts/test_yarn_kerberos_docker.sh ########## @@ -92,34 +88,28 @@ do sleep 2 done -CLUSTER_STARTED=1 -for (( i = 0; i < $CLUSTER_SETUP_RETRIES; i++ )) -do - if start_hadoop_cluster; then - echo "Cluster started successfully." - CLUSTER_STARTED=0 - break #continue test, cluster set up succeeded - fi - - echo "ERROR: Could not start hadoop cluster. Retrying..." - docker-compose -f $END_TO_END_DIR/test-scripts/docker-hadoop-secure-cluster/docker-compose.yml down Review comment: You do not clean up container anymore after a failed start attempt? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services