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/05 00:21:43 UTC

[hbase] branch master updated: HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9bd3978  HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails.
9bd3978 is described below

commit 9bd39786df6421a77e24a9a076daccbb76d5e7b7
Author: stack <st...@apache.org>
AuthorDate: Wed Mar 4 16:20:31 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..bb1227b 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
+            mvn -T0.25C package "${mvn_args[@]}" -Dtest="$(cat includes.txt)" -Dmaven.test.redirectTestOutputToFile=true -Dsurefire.firstPartForkCount=0.25C -Dsurefire.secondPartForkCount=0.25C
           else
             echo "set of flaky tests is currently empty."
           fi