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

Investigate flaky test parallel/test-http2-compat-client-upload-reject #30847

Closed
joaocgreis opened this issue Dec 8, 2019 · 1 comment
Closed
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. http2 Issues or PRs related to the http2 subsystem.

Comments

@joaocgreis
Copy link
Member

  • Version: master
  • Platform: Windows
  • Subsystem: test
events.js:279
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:204:27)
Emitted 'error' event on ClientHttp2Stream instance at:
    at ClientHttp2Stream.onerror (_stream_readable.js:800:14)
    at ClientHttp2Stream.emit (events.js:302:20)
    at emitErrorCloseNT (internal/streams/destroy.js:75:8)
    at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read'
}

On: https://ci.nodejs.org/computer/test-azure_msft-win2016_vs2017-x64-6/

Ref: https://ci.nodejs.org/job/node-test-binary-windows-js-suites/156/RUN_SUBSET=1,nodes=win2016-COMPILED_BY-vs2017/testReport/junit/(root)/test/parallel_test_http2_compat_client_upload_reject/

@joaocgreis joaocgreis added flaky-test Issues and PRs related to the tests with unstable failures on the CI. http2 Issues or PRs related to the http2 subsystem. labels Dec 8, 2019
@joaocgreis
Copy link
Member Author

cc @nodejs/http2

Trott added a commit to Trott/io.js that referenced this issue Feb 20, 2021
As far as I know, this test hasn't failed since around the time it was
first reported in 2019.

Closes: nodejs#30847
Trott added a commit to Trott/io.js that referenced this issue Feb 23, 2021
As far as I know, this test hasn't failed since around the time it was
first reported in 2019.

Closes: nodejs#30847
targos pushed a commit that referenced this issue Feb 28, 2021
As far as I know, this test hasn't failed since around the time it was
first reported in 2019.

Closes: #30847

PR-URL: #37462
Fixes: #30847
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this issue May 1, 2021
As far as I know, this test hasn't failed since around the time it was
first reported in 2019.

Closes: #30847

PR-URL: #37462
Fixes: #30847
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
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. http2 Issues or PRs related to the http2 subsystem.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant