You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/03/04 18:12:29 UTC

[hbase] branch branch-2 updated: HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails. Addendum: fix failed variable interpolation

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

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 74af4b3   HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails.  Addendum: fix failed variable interpolation
74af4b3 is described below

commit 74af4b30bf5bac904a8de791b6deddddcd95c404
Author: stack <st...@apache.org>
AuthorDate: Wed Mar 4 10:11:48 2020 -0800

     HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails.
     Addendum: fix failed variable interpolation
---
 dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index 6c9d3e1..2688b77 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -61,7 +61,7 @@ pipeline {
             else
               echo "Skipped gathering machine environment because we couldn't read the script to do so."
             fi
-            c="0.25C" mvn -T${c} package "${mvn_args[@]}" -Dtest="$(cat includes.txt)" -Dmaven.test.redirectTestOutputToFile=true -Dsurefire.firstPartForkCount=${c} -Dsurefire.secondPartForkCount=${c}
+            c="0.25C"; mvn -T"${c}" package "${mvn_args[@]}" -Dtest="$(cat includes.txt)" -Dmaven.test.redirectTestOutputToFile=true -Dsurefire.firstPartForkCount="${c}" -Dsurefire.secondPartForkCount="${c}"
           else
             echo "set of flaky tests is currently empty."
           fi