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-http2-methods fails with stream error on 14.x #43079

Closed
derekschrock opened this issue May 12, 2022 · 1 comment
Closed

test-http2-methods fails with stream error on 14.x #43079

derekschrock opened this issue May 12, 2022 · 1 comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@derekschrock
Copy link

Test

test-http2-methods

Platform

FreeBSD, Fedora 35

Console output

=== release test-http2-methods ===                                                                                                                                       
Path: parallel/test-http2-methods                                                                                                                                        
events.js:377                                                                                                                                                            
      throw er; // Unhandled 'error' event                                                                                                                               
      ^                                                                                                                                                                  
                                          
Error [ERR_HTTP2_STREAM_ERROR]: Stream closed with error code NGHTTP2_PROTOCOL_ERROR 
    at new NodeError (internal/errors.js:322:7)                            
    at ClientHttp2Stream._destroy (internal/http2/core.js:2271:13)
    at ClientHttp2Stream.destroy (internal/streams/destroy.js:39:8)
    at Http2Stream.onStreamClose (internal/http2/core.js:525:12)
Emitted 'error' event on ClientHttp2Stream instance at:
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)                                                                                                               
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  code: 'ERR_HTTP2_STREAM_ERROR' 
}                      
Command: out/Release/node /wrkdirs/usr/ports/www/node14/work/node-v14.19.2/test/parallel/test-http2-methods.js

Build links

No response

Additional information

This appears to be fixed in 16+ however is broken is <16. If this is expected on 15, and more importantly 14 should this be a skipped test or can newer version code be backported?

@derekschrock derekschrock added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label May 12, 2022
@bnoordhuis
Copy link
Member

v14.x and v15.x are end-of-life now. I'll close this.

@bnoordhuis bnoordhuis closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.
Projects
None yet
Development

No branches or pull requests

2 participants