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_r361107244
##########
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:
So seems `sudo` just hides the problem that the files cannot be deleted with
normal privilege.
I think it would be better to figure out the root cause.
Does it always repro on travis?
----------------------------------------------------------------
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