Uh oh!
There was an error while loading. Please reload this page.
test: reduce impact of flaky HTTP server tests - #42926
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Removed the file extensions, maybe that works. |
35014d7 to
06c1abeComparetargos
commented
Apr 30, 2022
Yep: node/test/parallel/parallel.status Lines 3 to 5 in 02e0c17 |
nodejs-github-bot
commented
Apr 30, 2022
aduh95
left a comment
There was a problem hiding this comment.
The flakiness is also annoying on the GHA runner, and unfortunately this PR won't help with that I'm afraid. Oh well, at least it's improving things for the Jenkins CI, so LGTM.
tniessen
commented
May 1, 2022
@aduh95 I am not sure about that. #42741 (comment) suggested that GitHub Actions might respect the list of flaky tests. |
nodejs-github-bot
commented
May 1, 2022
tniessen
commented
May 1, 2022
CI is failing because of nodejs/build#2917. |
nodejs-github-bot
commented
May 2, 2022
tniessen
commented
May 2, 2022
CI is green but GitHub seems to be thinking that Jenkins is still running, and the commit queue refuses to run... |
nodejs-github-bot
commented
May 2, 2022
aduh95
commented
May 2, 2022
Landed in 0fc455a |
tniessen
commented
May 2, 2022
Thank you @aduh95 :) |
danielleadams
commented
Jun 26, 2022
This PR is dependent on #42846, so marking as blocked. |
Mark the tests as flaky on macOS and increase the timeout for other platforms (namely, FreeBSD).
Context: #42741 (comment)
Refs: #42741