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 ee4f54f  HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; 
it makes for too many fails.
ee4f54f is described below

commit ee4f54f09b80de5d1dc053b25685b4b24cc5202f
Author: stack <[email protected]>
AuthorDate: Wed Mar 4 08:54:39 2020 -0800

    HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for 
too many fails.
    
    Change the forkcount from 1.0C to 0.25C
---
 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 939bc40..6c9d3e1 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
-            mvn package "${mvn_args[@]}" -Dtest="$(cat includes.txt)" 
-Dmaven.test.redirectTestOutputToFile=true -Dsurefire.firstPartForkCount=1C 
-Dsurefire.secondPartForkCount=1C
+            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

Reply via email to