You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2019/03/29 14:42:18 UTC

[bigtop] branch master updated: BIGTOP-3199. Can not run smoke test inside docker-provisioner (#509)

This is an automated email from the ASF dual-hosted git repository.

evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a2770c  BIGTOP-3199. Can not run smoke test inside docker-provisioner (#509)
4a2770c is described below

commit 4a2770c44fc95f9b3062c8fa1ae4419dfe7902d4
Author: Evans Ye <ev...@apache.org>
AuthorDate: Fri Mar 29 22:42:13 2019 +0800

    BIGTOP-3199. Can not run smoke test inside docker-provisioner (#509)
---
 provisioner/utils/smoke-tests.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/provisioner/utils/smoke-tests.sh b/provisioner/utils/smoke-tests.sh
index 4f2ef84..9a0921d 100755
--- a/provisioner/utils/smoke-tests.sh
+++ b/provisioner/utils/smoke-tests.sh
@@ -80,8 +80,9 @@ ALL_SMOKE_TASKS=""
 for s in `echo $SMOKE_TESTS | sed -e 's#,# #g'`; do
   ALL_SMOKE_TASKS="$ALL_SMOKE_TASKS bigtop-tests:smoke-tests:$s:test"
 done
+rm -rf /bigtop-home/.gradle
 cd /bigtop-home && ./gradlew clean $ALL_SMOKE_TASKS -Psmoke.tests --info
 # BIGTOP-2244 workaround: clean the top level buildSrc/build with the same
 # permissions as used for smoke-tests execution
 rm -rf buildSrc/build/test-results/binary
-
+rm -rf /bigtop-home/.gradle