windows: mesure flakiness of failed tests#3056
Conversation
|
@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. |
|
|
||
| :: 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.
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.
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.
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