-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: mitigate flaky test-https-agent #5939
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#5938 Refs: nodejs#5184
Stress test that will hopefully show that the current test is flaky on master: Stress test that will hopefully show that this version of the test is not flaky: |
Looks like the stress tests showed what they were supposed to show. Let's move on to general CI: |
CI is green. Review away! |
Ha. Not much to say here. CI is green, so LGTM. |
lgtm |
Reduce number of clients from 100 to 16 as Raspberry Pi in CI starts to exhibit flakiness around 22 or so clients. PR-URL: nodejs#5939 Fixes: nodejs#5938 Refs: nodejs#5184 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Landed in ea47cc4 |
Pull Request check-list
make -j8 test
(UNIX) orvcbuild test nosign
(Windows) pass withthis change (including linting)?
Affected core subsystem(s)
test
Description of change
Reduce number of clients from 100 to 16 as Raspberry Pi in CI starts to
exhibit flakiness around 22 or so clients.
Fixes: #5938
Refs: #5184