Skip to content

Conversation

@Trott
Copy link
Member

test-cluster-send-handle-large-payload is susceptible to failure if it
is competing for resources. Move to sequential directory so it is not
competing with other tests.

Fixes: #14844

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

test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: nodejs#14844
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Mar 13, 2018
@Trott
Copy link
MemberAuthor

@santigimeno
Copy link
Member

This will make the test less flaky but the freeBSD issue will remain.

@Trott
Copy link
MemberAuthor

This will make the test less flaky but the freeBSD issue will remain.

@santigimeno Stress tests on FreeBSD show that there the test does not fail except when run in parallel (that is, with -j and --repeat set appropriately). In other words, I believe this will in fact fix the issue on FreeBSD (or at least make it vastly less frequent).

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 13, 2018
@santigimeno
Copy link
Member

Yeah, I don't disagree. I meant that the underlying issue will still be there though less visible.

@Trott
Copy link
MemberAuthor

Yeah, I don't disagree. I meant that the underlying issue will still be there though less visible.

Oh, I see. Yes. If we can find a way to trigger the issue reliably without consuming a ton of resources, we could create a known_issues test for it....

@Trott
Copy link
MemberAuthor

Landed in 5e23b65

@TrottTrott closed this Mar 15, 2018
Trott added a commit to Trott/io.js that referenced this pull request Mar 15, 2018
test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: nodejs#14844 PR-URL: nodejs#19311 Reviewed-By: Daniel Bevenius <[email protected]>
targos pushed a commit that referenced this pull request Mar 17, 2018
test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: #14844 PR-URL: #19311 Reviewed-By: Daniel Bevenius <[email protected]>
@targostargos mentioned this pull request Mar 18, 2018
MylesBorins pushed a commit that referenced this pull request Mar 20, 2018
test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: #14844 PR-URL: #19311 Reviewed-By: Daniel Bevenius <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 31, 2018
test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: #14844 PR-URL: #19311 Reviewed-By: Daniel Bevenius <[email protected]>
rvagg pushed a commit that referenced this pull request Aug 16, 2018
test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: #14844 PR-URL: #19311 Reviewed-By: Daniel Bevenius <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Aug 16, 2018
@TrottTrott deleted the json-error branch January 13, 2022 22:48
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.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate parallel/test-cluster-send-handle-large-payload failure on FreeBSD

5 participants

@Trott@santigimeno@danbev@MylesBorins@nodejs-github-bot