zhuzhurk 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_r361246331
##########
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 think the root cause of this case failure is that the files cannot be be
deleted with normal privilege.
So I think this change is not a valid solution to fix this issue.
----------------------------------------------------------------
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