Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptest: optimize test-http2-large-file #26737
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
test
label
Mar 18, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
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.) |
Trott
added
the
http2
label
Mar 18, 2019
This comment has been minimized.
This comment has been minimized.
|
Sorry to ping but I was hoping to get a review or two by now? @nodejs/http2 @nodejs/testing |
ZYSzys
approved these changes
Mar 19, 2019
Trott
added
the
author ready
label
Mar 19, 2019
This comment has been minimized.
This comment has been minimized.
|
Landed in ba1c5ff. |
Trott
closed this
Mar 20, 2019
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Mar 20, 2019
targos
added a commit
to targos/node
that referenced
this pull request
Mar 27, 2019
targos
added a commit
to targos/node
that referenced
this pull request
Mar 27, 2019
targos
added a commit
to targos/node
that referenced
this pull request
Mar 27, 2019
targos
added a commit
that referenced
this pull request
Mar 27, 2019
Sign up for free
to 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.
Trott commentedMar 18, 2019
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), orvcbuild test(Windows) passes