-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
test: move some gc tests back to parallel/, unmark flaky #23356
Conversation
Wait till after C&L, just to reduce chance of noise? |
I’m okay with waiting until after C&L if you’re worried about flakiness returning? |
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.
I'm not sure we won't still see timeouts in parallel, but if we do, then we just move 'em back to sequential. LGTM.
ARM fanned again: https://ci.nodejs.org/job/node-test-commit-arm-fanned/3941/ |
ARM fanned yet again: https://ci.nodejs.org/job/node-test-commit-arm-fanned/3943/ |
Pi2 is stubbornly failing test-http2-session-timeout but only here. It makes me want to believe it could actually be related to this change, but that seems implausible. Rebuild: https://ci.nodejs.org/job/node-test-commit-arm-fanned/3957/ ✔️ |
I think Jenkins uses some sort of worker stickiness, so the 3 failures were on the same machine (https://ci.nodejs.org/computer/test-requireio_joeyvandijk-debian9-armv7l_pi2-2/) |
These should no longer be flaky after the libuv update. Refs: nodejs#23336
6463d46
to
2d847d2
Compare
Landed in 627bcf7 |
These should no longer be flaky after the libuv update. Refs: #23336 PR-URL: #23356 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These should no longer be flaky after the libuv update. Refs: #23336 PR-URL: #23356 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These should no longer be flaky after the libuv update. Refs: #23336 PR-URL: #23356 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These should no longer be flaky after the libuv update. Refs: #23336 PR-URL: #23356 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These should no longer be flaky after the libuv update. Refs: #23336 PR-URL: #23356 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These should no longer be flaky after the libuv update. Refs: #23336 PR-URL: #23356 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These should no longer be flaky after the libuv update. Refs: #23336 PR-URL: #23356 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These should no longer be flaky after the libuv update.
Refs: #23336
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes