Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Sep 25, 2018

test-gc-http-client-connaborted is resource-intensive. It times out a lot on
CI. Move to sequential.

Labeling fast-track to fix flaky CI and because this is awfully easy to undo if someone comes up with a better solution. Please 👍 to approve fast-tracking.

(No Fixes: metadata on this one!)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@TrottTrott added the fast-track PRs that do not need to wait for 48 hours to land. label Sep 25, 2018
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Sep 25, 2018
@TrottTrott changed the title test: improve test-gc-http-client-onerrortest: improve test-gc-http-client-onabortedSep 25, 2018
@TrottTrott changed the title test: improve test-gc-http-client-onabortedtest: improve test-gc-http-client-connabortedSep 25, 2018
test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential.
@TrottTrottforce-pushed the test-gc-http-client-connaborted branch from 2157914 to 0a77d8fCompareSeptember 25, 2018 21:07
@Trott
Copy link
MemberAuthor

@addaleax
Copy link
Member

Just to be sure, is this test flaky? It invokes global.gc(); in a very different spot, which probably makes the test quite a bit faster and much more reliable?

@Trott
Copy link
MemberAuthor

I thought this one timed out for me with -j 32 --repeat 192, but let me double-check in case I ran a one of the other tests by accident.

FWIW, test-gc-tls-external-memory is not flaky for me.

@Trott
Copy link
MemberAuthor

Confirmed this one is flaky too. I can set up some stress tests if we want it documented/confirmed.

Copy link
Member

@addaleaxaddaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, seems good :)

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 27, 2018
@Trott
Copy link
MemberAuthor

Trott commented Sep 27, 2018

@Trott
Copy link
MemberAuthor

Landed in 7603b4a

@TrottTrott closed this Sep 27, 2018
Trott added a commit to Trott/io.js that referenced this pull request Sep 27, 2018
test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential. PR-URL: nodejs#23091 Fixes: https://github.com/metadata Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
addaleax pushed a commit that referenced this pull request Sep 28, 2018
test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential. PR-URL: #23091 Fixes: https://github.com/metadata Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
targos pushed a commit that referenced this pull request Oct 3, 2018
test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential. PR-URL: #23091 Fixes: https://github.com/metadata Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
@targostargos mentioned this pull request Oct 7, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fast-trackPRs that do not need to wait for 48 hours to land.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@nodejs-github-bot@addaleax@thefourtheye@devsnek@trivikr