KarmaGYZ commented on a change in pull request #10675: [FLINK-15377][e2e] Mesos
WordCount test fails on travis
URL: https://github.com/apache/flink/pull/10675#discussion_r361104780
##########
File path: flink-end-to-end-tests/test-scripts/common_mesos_docker.sh
##########
@@ -35,8 +35,8 @@ start_time=$(date +%s)
# make sure we stop our cluster at the end
function cluster_shutdown {
docker-compose -f
$END_TO_END_DIR/test-scripts/docker-mesos-cluster/docker-compose.yml down
- rm -rf ${INPUT_VOLUME}/log
- rm -rf ${INPUT_VOLUME}/tmp
+ sudo rm -rf ${INPUT_VOLUME}/log
Review comment:
I could not reproduce the issue locally, so it hard to figure out the root
cause. I guess something went wrong when the docker started and mounted the
directory.
----------------------------------------------------------------
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