You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/08/14 19:09:27 UTC

[2/2] hbase git commit: WIP turn on command echo fo run-flaky.

WIP turn on command echo fo run-flaky.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3858723e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3858723e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3858723e

Branch: refs/heads/HBASE-20387
Commit: 3858723efe9decc7eaa81ffea5e1c7b7b3e20d30
Parents: 736ba02
Author: Sean Busbey <bu...@apache.org>
Authored: Tue Aug 14 13:03:44 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Aug 14 14:09:20 2018 -0500

----------------------------------------------------------------------
 dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/3858723e/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index bda5753..3279ebe 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -44,6 +44,8 @@ pipeline {
           set -e
           declare -a curl_args=(--fail)
           declare -a mvn_args=(--batch-mode -fn -Dbuild.id="${BUILD_ID}" -Dmaven.repo.local="${WORKSPACE}/local-repository")
+          # temp because this fails when not in debug
+          set -x
           if [ "${DEBUG}" = "true" ]; then
             curl_args=("${curl_args[@]}" -v)
             mvn_args=("${mvn_args[@]}" -X)