Uh oh!
There was an error while loading. Please reload this page.
test: mitigate flaky test-https-agent - #5939
Closed
Trott wants to merge 1 commit into
Closed
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
Trott
commented
Mar 28, 2016
MemberAuthor
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: |
Trott
commented
Mar 28, 2016
MemberAuthor
Looks like the stress tests showed what they were supposed to show. Let's move on to general CI: |
Trott
commented
Mar 29, 2016
MemberAuthor
CI is green. Review away! |
cjihrig
commented
Mar 29, 2016
Contributor
Ha. Not much to say here. CI is green, so LGTM. |
Fishrock123
commented
Mar 29, 2016
Contributor
lgtm |
Trott added a commit
to Trott/io.js
that referenced
this pull request
Mar 30, 2016
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#5939Fixes: nodejs#5938 Refs: nodejs#5184 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Trott
commented
Mar 30, 2016
MemberAuthor
Landed in ea47cc4 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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