Uh oh!
There was an error while loading. Please reload this page.
test: mark test-fs-rmdir-recursive flaky on win - #41533
Conversation
Refs: nodejs#41201 From recent reliability reports this is now the most common failure by far in CI runs. Mark the test as flaky until the issue is resolved. Signed-off-by: Michael Dawson <mdawson@devrus.com>
lpinca
commented
Jan 15, 2022
The issue might be fixed by #41545 so I would wait before landing this. |
mhdawson
commented
Jan 17, 2022
mhdawson
commented
Jan 17, 2022
@bcoe any chance you could have a quick look at parallel/test-fs-rm |
bcoe
commented
Jan 17, 2022
@mhdawson I did notice a couple missing 6b9d2ae#diff-596c3dc1f2c2b0c3dc8f6c087b9e0f1910188ff28eaee22800367acc0e9a4f43L188 I'm not 100% sure they're the cause of flakes. But I could imagine them causing some weirdness depending on timing. It seemed like the step that fails is actually the Should we keep this open for a little bit and see if the flakes have gone away? How often were we seeing the failures. |
mhdawson
commented
Jan 18, 2022
|
mhdawson
commented
Jan 18, 2022
That was my plan. I'll leave open for a week or so to see how the flakes look on new PRs. If things are green (keeping my fingers crossed) then I'll go ahead and close this. |
@bcoe I'll also say that today things look better in the CI so I'm hopeful. Thanks for your help on this one. |
bcoe
commented
Jan 22, 2022
@mhdawson if I'm reading the daily reports correctly, I'm still seeing quite a few flakes in One thought I had was serializing the tests, so that the promise API and callback API are not being exercised a the same time -- my hunch continues to be parallel operations causing issues in Windows due to contention on files. In the very least, perhaps we will get a clearer picture of which test is failing to cleanup. |
mhdawson
commented
Jan 24, 2022
There have been a few failures within the last few days, but they might be from PRs that were not rebased? I figure we should wait another week and then take a look at the reliability report again. |
mhdawson
commented
Jan 28, 2022
@bcoe unfortunately from the latest reliability report - nodejs/reliability#185. It still looks like failures are occurring with parallel/test-fs-rmdir-recursive. The latest failure was just yesterday and the PR being tested was only opened yesterday as well. @lpinca I'm going to propose we land this PR. I'll agree to keep an eye on the CI and if we no longer see the test failing in the next week or so I'll back out the change, otherwise we can do that as part of whatever future fixes/updates there are to make the test more reliable on windows. |
lpinca
commented
Jan 29, 2022
@mhdawson I agree, go ahead. |
nodejs-github-bot
commented
Jan 29, 2022
Refs: #41201 From recent reliability reports this is now the most common failure by far in CI runs. Mark the test as flaky until the issue is resolved. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41533 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
mhdawson
commented
Jan 31, 2022
Landed in 7faf763 |
Refs: #41201 From recent reliability reports this is now the most common failure by far in CI runs. Mark the test as flaky until the issue is resolved. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41533 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: #41201 From recent reliability reports this is now the most common failure by far in CI runs. Mark the test as flaky until the issue is resolved. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41533 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: #41201 From recent reliability reports this is now the most common failure by far in CI runs. Mark the test as flaky until the issue is resolved. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41533 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: #41201 From recent reliability reports this is now the most common failure by far in CI runs. Mark the test as flaky until the issue is resolved. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41533 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: #41201
From recent reliability reports this is now the most
common failure by far in CI runs. Mark the test as
flaky until the issue is resolved.
Signed-off-by: Michael Dawson mdawson@devrus.com