Skip to content

test: mitigate flaky test-https-agent - #5939

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-https-agent
Closed

test: mitigate flaky test-https-agent#5939
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-https-agent

Conversation

@Trott

Copy link
Copy Markdown
Member

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?

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

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
@TrottTrott added https Issues or PRs related to the https subsystem. test Issues and PRs related to the tests. arm Issues and PRs related to the ARM architecture. labels Mar 28, 2016
@Trott

Copy link
Copy Markdown
MemberAuthor

Stress test that will hopefully show that the current test is flaky on master:
https://ci.nodejs.org/job/node-stress-single-test/573/nodes=pi2-raspbian-wheezy/console

Stress test that will hopefully show that this version of the test is not flaky:
https://ci.nodejs.org/job/node-stress-single-test/574/nodes=pi2-raspbian-wheezy/console

@Trott

Copy link
Copy Markdown
MemberAuthor

Looks like the stress tests showed what they were supposed to show. Let's move on to general CI:

https://ci.nodejs.org/job/node-test-commit/2718/

@Trott

Copy link
Copy Markdown
MemberAuthor

CI is green. Review away!

@cjihrig

Copy link
Copy Markdown
Contributor

Review away!

Ha. Not much to say here. CI is green, so LGTM.

@Fishrock123

Copy link
Copy Markdown
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

Copy link
Copy Markdown
MemberAuthor

Landed in ea47cc4

@TrottTrott closed this Mar 30, 2016
evanlucas pushed a commit that referenced this pull request Mar 31, 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: #5939Fixes: #5938
Refs: #5184
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@evanlucasevanlucas mentioned this pull request Mar 31, 2016
evanlucas pushed a commit that referenced this pull request Mar 31, 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: #5939Fixes: #5938
Refs: #5184
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 11, 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: #5939Fixes: #5938
Refs: #5184
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@MylesBorinsMylesBorins mentioned this pull request Apr 11, 2016
@Trott
Trott deleted the fix-https-agent branch January 13, 2022 22:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

armIssues and PRs related to the ARM architecture.httpsIssues or PRs related to the https subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@cjihrig@Fishrock123@jasnell@MylesBorins