From b44ffae3f52e01c651f0d9c0b70e6c09834449c2 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 18 Oct 2022 16:28:23 +0200 Subject: [PATCH 1/3] windows: mesure flakiness of failed tests --- jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd b/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd index 3408b3443..0bc65cd1e 100644 --- a/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd +++ b/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd @@ -6,7 +6,7 @@ call %~dp0git-checkout.cmd if errorlevel 1 exit /b :: Run tests -set "test_ci_args=--run=%RUN_SUBSET%,4" +set "test_ci_args=--run=%RUN_SUBSET%,4 --measure-flakiness 9" set VCBUILD_TARGET=test-ci-js call %~dp0test.cmd if errorlevel 1 exit /b From ba9c92fe3413c2320b354187f0e9f829fb93d7ea Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 18 Oct 2022 16:30:38 +0200 Subject: [PATCH 2/3] Update node-test-binary-windows-native-suites.cmd --- .../scripts/windows/node-test-binary-windows-native-suites.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd b/jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd index e9c505ca8..f5baeab60 100644 --- a/jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd +++ b/jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd @@ -6,8 +6,9 @@ call %~dp0git-checkout.cmd if errorlevel 1 exit /b :: Run tests -set "test_ci_args=" +set "test_ci_args=--measure-flakiness 9" set VCBUILD_TARGET=test-ci-native +set FLAKY_TESTS=keep_retrying call %~dp0test.cmd if errorlevel 1 exit /b From 7f1ddb14121f24be37bdd3a455bcc7319f33e5d5 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 18 Oct 2022 16:31:06 +0200 Subject: [PATCH 3/3] Update node-test-binary-windows-js-suites.cmd --- jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd b/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd index 0bc65cd1e..75ef854b9 100644 --- a/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd +++ b/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd @@ -8,6 +8,7 @@ if errorlevel 1 exit /b :: Run tests set "test_ci_args=--run=%RUN_SUBSET%,4 --measure-flakiness 9" set VCBUILD_TARGET=test-ci-js +set FLAKY_TESTS=keep_retrying call %~dp0test.cmd if errorlevel 1 exit /b