Uh oh!
There was an error while loading. Please reload this page.
test: mitigate flaky test-http-agent - #5346
Conversation
Reduce number of clients from 100 to 16 as Raspberry Pi in CI starts to exhibit flakiness around 22 or so clients. Fixes: nodejs#5184
Trott
commented
Feb 21, 2016
Stress test showing this version of the test is not flaky: https://ci.nodejs.org/job/node-stress-single-test/517/nodes=pi2-raspbian-wheezy/console Stress test showing the version currently in master is flaky: https://ci.nodejs.org/job/node-stress-single-test/510/nodes=pi2-raspbian-wheezy/console |
Trott
commented
Feb 21, 2016
jasnell
commented
Feb 21, 2016
LGTM |
Trott
commented
Feb 22, 2016
ARM failure on CI is due to a known-flaky that Fishrock123 just fixed. Everything else looks good. |
Trott
commented
Feb 22, 2016
This one is flaking a lot (just got another one this morning). This fix is tiny and easy to undo. And it only affects test code. So I'm going to go ahead and land it now under the "trivial changes" clause. If this is bending that rule a bit too much in anyone's opinion, let me know and I'll undo the change and/or try to be more conservative in the future. |
Reduce number of clients from 100 to 16 as Raspberry Pi in CI starts to exhibit flakiness around 22 or so clients. Fixes: nodejs#5184 PR-URL: nodejs#5346 Reviewed-By: James M Snell <jasnell@gmail.com>
Trott
commented
Feb 22, 2016
Landed in bbf4621 |
Reduce number of clients from 100 to 16 as Raspberry Pi in CI starts to
exhibit flakiness around 22 or so clients.
Fixes: #5184