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

Flaky parallel/test-http2-client-upload-reject #20808

Closed
BridgeAR opened this issue May 17, 2018 · 4 comments
Closed

Flaky parallel/test-http2-client-upload-reject #20808

BridgeAR opened this issue May 17, 2018 · 4 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. test Issues and PRs related to the tests.

Comments

@BridgeAR
Copy link
Member

https://ci.nodejs.org/job/node-test-commit-linux-containered/4500/nodes=ubuntu1604_sharedlibs_zlib_x64/console
https://ci.nodejs.org/job/node-test-commit-linux-containered/4500/nodes=ubuntu1604_sharedlibs_openssl110_x64/console
https://ci.nodejs.org/job/node-test-commit-linux/18829/nodes=centos7-64-gcc6/testReport/junit/(root)/test/parallel_test_http2_client_upload_reject/

10:53:31 not ok 925 parallel/test-http2-client-upload-reject
10:53:31   ---
10:53:31   duration_ms: 0.551
10:53:31   severity: fail
10:53:31   exitcode: 1
10:53:31   stack: |-
10:53:31     (node:27057) ExperimentalWarning: The http2 module is an experimental API.
10:53:31     events.js:167
10:53:31           throw er; // Unhandled 'error' event
10:53:31           ^
10:53:31     
10:53:31     Error: read ECONNRESET
10:53:31         at TCP.onread (net.js:658:25)
10:53:31     Emitted 'error' event at:
10:53:31         at ClientHttp2Stream.onerror (_stream_readable.js:693:12)
10:53:31         at ClientHttp2Stream.emit (events.js:182:13)
10:53:31         at emitErrorNT (internal/streams/destroy.js:82:8)
10:53:31         at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
10:53:31         at process._tickCallback (internal/process/next_tick.js:63:19)

And a timeout on
https://ci.nodejs.org/job/node-test-commit-freebsd/17828/nodes=freebsd11-x64/testReport/junit/(root)/test/parallel_test_http2_client_upload_reject/

@nodejs/http2 PTAL

@BridgeAR BridgeAR added test Issues and PRs related to the tests. flaky-test Issues and PRs related to the tests with unstable failures on the CI. labels May 17, 2018
@BridgeAR
Copy link
Member Author

Likely a duplicate of #20750

@apapirovski
Copy link
Member

It is. I'm working on a fix. Will take a little bit more time but almost there. (They're not flaky, we actually do have a bug in http2.)

@Trott
Copy link
Member

Trott commented May 19, 2018

@apapirovski Is there an issue for the http2 bug? If so, can you link it here?

@apapirovski
Copy link
Member

apapirovski commented May 19, 2018

@Trott pr here #20772 (WIP), I guess the tracking bug is in #20750 even though it doesn't explicitly say so.

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. test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

3 participants