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-multistream-destroy-on-read-tls #30845

Closed
joaocgreis opened this issue Dec 8, 2019 · 1 comment · Fixed by #37533
Closed

Investigate flaky test parallel/test-http2-multistream-destroy-on-read-tls #30845

joaocgreis opened this issue Dec 8, 2019 · 1 comment · Fixed by #37533
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 TLSWrap.onStreamRead (internal/stream_base_commons.js:204:27)
Emitted 'error' event on ServerHttp2Stream instance at:
    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-rackspace-win2008r2_vs2017-x64-1/

Ref: https://ci.nodejs.org/job/node-test-binary-windows-js-suites/51/RUN_SUBSET=2,nodes=win2008r2-COMPILED_BY-vs2017/testReport/junit/(root)/test/parallel_test_http2_multistream_destroy_on_read_tls/

@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 27, 2021
The test does not seem to have failed since the issue was first reported
in 2019.

Closes: nodejs#30845
@Trott Trott closed this as completed in 2748b0a Mar 1, 2021
lpinca pushed a commit to lpinca/node that referenced this issue Mar 2, 2021
The test does not seem to have failed since the issue was first reported
in 2019.

Closes: nodejs#30845

PR-URL: nodejs#37533
Fixes: nodejs#30845
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this issue Mar 2, 2021
The test does not seem to have failed since the issue was first reported
in 2019.

Closes: #30845

PR-URL: #37533
Fixes: #30845
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this issue May 1, 2021
The test does not seem to have failed since the issue was first reported
in 2019.

Closes: #30845

PR-URL: #37533
Fixes: #30845
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.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