BIGTOP-2244. CI provisioner tests are failing after BIGTOP-2227 change
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/208d153e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/208d153e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/208d153e Branch: refs/heads/master Commit: 208d153ed15c26339a7f87d36e4bfdddd672a32a Parents: 894fb8b Author: Konstantin Boudnik <[email protected]> Authored: Thu Jan 14 19:31:11 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Jan 14 19:35:11 2016 -0800 ---------------------------------------------------------------------- bigtop-deploy/vm/utils/smoke-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/208d153e/bigtop-deploy/vm/utils/smoke-tests.sh ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/utils/smoke-tests.sh b/bigtop-deploy/vm/utils/smoke-tests.sh index 1d83687..8dac31c 100755 --- a/bigtop-deploy/vm/utils/smoke-tests.sh +++ b/bigtop-deploy/vm/utils/smoke-tests.sh @@ -50,3 +50,7 @@ for s in `echo $SMOKE_TESTS | sed -e 's#,# #g'`; do ALL_SMOKE_TASKS="$ALL_SMOKE_TASKS bigtop-tests:smoke-tests:$s:test" done 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 +
