From 60641144ab4d9e1dd9821c84eac52db88555e72d Mon Sep 17 00:00:00 2001 From: stack Date: Wed, 4 Mar 2020 11:16:19 -0800 Subject: [PATCH] HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails. Addendum again. This previous change seems to have altered display of flakies. Trying more basic change. --- 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 2688b77c231..a560b61e750 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}" + 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