Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: expand http2 maxSendHeaderBlockLength test case #15298

Closed

Conversation

apapirovski
Copy link
Member

Just a tiny change to expand maxSendHeaderBlockLength test to check what happens if frameError listener isn't available.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Sep 9, 2017
@mscdex mscdex added the http2 Issues or PRs related to the http2 subsystem. label Sep 9, 2017
})(err);
req2.on('error', common.expectsError({
code: 'ERR_HTTP2_STREAM_ERROR',
message: 'Stream closed with error code 7'
Copy link
Member

Choose a reason for hiding this comment

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

It is always a good idea to add the type as well.

@jasnell
Copy link
Member

jasnell commented Sep 14, 2017

@jasnell
Copy link
Member

jasnell commented Sep 15, 2017

@apapirovski ... can you address @BridgeAR's comment? Then I'll get this landed.

Expand maxSendHeaderBlockLength test to check what happens if
frameError listener isn't available.
@apapirovski apapirovski force-pushed the patch-http2-framerror-handling branch from 6f529c8 to ac192b1 Compare September 15, 2017 17:35
@apapirovski
Copy link
Member Author

Thanks @BridgeAR & @jasnell — updated now.

@jasnell
Copy link
Member

jasnell commented Sep 15, 2017

@apapirovski
Copy link
Member Author

Failures in arm-fanned seem unrelated?

@BridgeAR
Copy link
Member

@apapirovski they are definitely unrelated. I think that test is already fixed / there is a open PR to fix that one.

not ok 50 parallel/test-dgram-multicast-set-interface
  ---
  duration_ms: 2.252
  severity: fail
  stack: |-
    1..0 # Skipped: Skipping udp6 tests, no IPv6 support.
    Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
        at Object.exports.mustCall (/home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:482:10)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-dgram-multicast-set-interface.js:10:33)

@BridgeAR
Copy link
Member

Landed in 15879ad

@BridgeAR BridgeAR closed this Sep 20, 2017
BridgeAR pushed a commit that referenced this pull request Sep 20, 2017
Expand maxSendHeaderBlockLength test to check what happens if
frameError listener isn't available.

PR-URL: #15298
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
jasnell pushed a commit that referenced this pull request Sep 20, 2017
Expand maxSendHeaderBlockLength test to check what happens if
frameError listener isn't available.

PR-URL: #15298
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@apapirovski apapirovski deleted the patch-http2-framerror-handling branch September 20, 2017 20:41
Qard pushed a commit to Qard/ayo that referenced this pull request Sep 21, 2017
Expand maxSendHeaderBlockLength test to check what happens if
frameError listener isn't available.

PR-URL: nodejs/node#15298
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Qard pushed a commit to Qard/ayo that referenced this pull request Sep 21, 2017
Expand maxSendHeaderBlockLength test to check what happens if
frameError listener isn't available.

PR-URL: nodejs/node#15298
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http2 Issues or PRs related to the http2 subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants