test: don't fail http2 abort test if 'data' is called multiple times#21925
Closed
rubys wants to merge 1 commit intonodejs:masterfrom
Closed
test: don't fail http2 abort test if 'data' is called multiple times#21925rubys wants to merge 1 commit intonodejs:masterfrom
rubys wants to merge 1 commit intonodejs:masterfrom
Conversation
Member
|
Another approach would be to use |
Trott
approved these changes
Jul 21, 2018
Member
|
@nodejs/http2 |
apapirovski
approved these changes
Jul 21, 2018
Trott
approved these changes
Jul 22, 2018
Member
lpinca
approved these changes
Jul 22, 2018
benjamingr
approved these changes
Jul 22, 2018
cjihrig
approved these changes
Jul 22, 2018
Member
|
Flaky test on OS X, I've hit resume build. |
jasnell
approved these changes
Jul 23, 2018
Member
|
Resumed build is https://ci.nodejs.org/job/node-test-pull-request/15976/ (and green). |
165e78e to
ef32a01
Compare
Member
|
Had to resolve a merge conflict. Restarting CI again: https://ci.nodejs.org/job/node-test-pull-request/15979/ |
trivikr
approved these changes
Jul 24, 2018
Member
|
Landed in 838001d |
mcollina
pushed a commit
that referenced
this pull request
Jul 25, 2018
PR-URL: #21925 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos
pushed a commit
that referenced
this pull request
Jul 26, 2018
PR-URL: #21925 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Merged
This was referenced Aug 1, 2018
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm seeing a regression in
make testonmasteron macOS High Sierra Version 10.13.5. The error I'm seeing is:It seems that the test case is assuming that a
dataevent will be emitted exactly once, but I see no reason why that should be guaranteed to be the case.With this fix, the new results are:
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes