This is an automated email from the ASF dual-hosted git repository.
iwasakims 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 86ade65 BIGTOP-3577. HBase smoke test partially fails on ppc64le.
(#814)
86ade65 is described below
commit 86ade65daa38946489eac5fc96d1687d62dd8acb
Author: Kengo Seki <[email protected]>
AuthorDate: Thu Aug 26 06:40:02 2021 +0900
BIGTOP-3577. HBase smoke test partially fails on ppc64le. (#814)
---
provisioner/utils/smoke-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/provisioner/utils/smoke-tests.sh b/provisioner/utils/smoke-tests.sh
index bb3313b..2389308 100755
--- a/provisioner/utils/smoke-tests.sh
+++ b/provisioner/utils/smoke-tests.sh
@@ -81,7 +81,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
rm -rf /bigtop-home/.gradle
-cd /bigtop-home && ./gradlew clean $ALL_SMOKE_TASKS -Psmoke.tests --info
+cd /bigtop-home && ./gradlew clean $ALL_SMOKE_TASKS -Psmoke.tests
-Duser.dir=/bigtop-home --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