-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows: mesure flakiness of failed tests #3056
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@aduh95 for other platforms I believe they need to be added to the CI jobs themselves. If you don't have access to configure the CI jobs we could possibly give you that or one of the build WG members could get together to add to the key platforms. |
@@ -6,8 +6,9 @@ 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work on earlier release lines? i.e. Node.js 14 and 16? We use the same jobs and scripts to test all supported release lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooo, good point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed it fails: test.py: error: no such option: --measure-flakiness
I guess I need to first backport the changes before we can land this (it's already been backported to v16.x, I've opened nodejs/node#45126 to have it on v14.x as well).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that the backport has landed on v14.x, I think this can now move forward.
@nodejs/build if someone was available to land and deploy this PR, and also apply the change to the other platforms as explained in #3056 (comment), that'd be appreciated. Or if you want to give me temporary access, and tell me where I can find the files to edit, that can work too. |
Sorry but I've never deployed anything on Windows hosts and I don't know how to do it. I think Remmina is necessary, but the software cannot run on Mac. |
I'd like to do that for the other platforms, but I couldn't find what files to change.
Refs: nodejs/node@2e4bcfc