Skip to content

test: optimize test-http2-large-file - #26737

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:refactor-test-http2-large-file
Closed

test: optimize test-http2-large-file#26737
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:refactor-test-http2-large-file

Conversation

@Trott

Copy link
Copy Markdown
Member

Optimize test-http2-large-file so it only allocates a single buffer.

I don't expect that this will resolve#22327, but one small change at a time....

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

Optimize test-http2-large-file so it only allocates a single buffer.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Mar 18, 2019
@Trott

Copy link
Copy Markdown
MemberAuthor

@Trott

Copy link
Copy Markdown
MemberAuthor

Again, I don't expect this to fix the test flakiness, but hey, let's check, and let's at least make sure it doesn't make things obviously worse....

Stress test on master using a Rackspace host: https://ci.nodejs.org/job/node-stress-single-test/2165/nodes=win2008r2-vs2017/

Stress test on this PR using a Rackspace host: https://ci.nodejs.org/job/node-stress-single-test/2166/

(The test failures in #22327 only seem to happen on Rackspace + Win 2008 R2, at least recently.)

@TrottTrott added the http2 Issues or PRs related to the http2 subsystem. label Mar 18, 2019
@Trott

Copy link
Copy Markdown
MemberAuthor

Sorry to ping but I was hoping to get a review or two by now? @nodejs/http2 @nodejs/testing

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 19, 2019

@edsadredsadr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Trott

Trott commented Mar 20, 2019

Copy link
Copy Markdown
MemberAuthor

Landed in ba1c5ff.

@TrottTrott closed this Mar 20, 2019
Trott added a commit to Trott/io.js that referenced this pull request Mar 20, 2019
Optimize test-http2-large-file so it only allocates a single buffer.
PR-URL: nodejs#26737
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
targos pushed a commit to targos/node that referenced this pull request Mar 27, 2019
Optimize test-http2-large-file so it only allocates a single buffer.
PR-URL: nodejs#26737
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
targos pushed a commit that referenced this pull request Mar 27, 2019
Optimize test-http2-large-file so it only allocates a single buffer.
PR-URL: #26737
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
@targostargos mentioned this pull request Mar 27, 2019
BethGriggs pushed a commit that referenced this pull request Apr 17, 2019
Optimize test-http2-large-file so it only allocates a single buffer.
PR-URL: #26737
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
@BethGriggsBethGriggs mentioned this pull request May 1, 2019
MylesBorins pushed a commit that referenced this pull request May 16, 2019
Optimize test-http2-large-file so it only allocates a single buffer.
PR-URL: #26737
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
@Trott
Trott deleted the refactor-test-http2-large-file branch January 13, 2022 22:51
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.http2Issues or PRs related to the http2 subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate flaky test-http2-large-file

5 participants

@Trott@nodejs-github-bot@mcollina@edsadr@ZYSzys