FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: deflake test-http2-client-socket-destroy by lpinca · Pull Request #58212 · nodejs/node · GitHub

/ node Public

test: deflake test-http2-client-socket-destroy - #58212

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
lpinca:deflake/test-http2-client-socket-destroy
May 9, 2025
Merged

test: deflake test-http2-client-socket-destroy#58212
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
lpinca:deflake/test-http2-client-socket-destroy

Conversation

lpinca commented May 7, 2025

Copy link
Copy Markdown
Member

The socket can be destroyed by the other peer while data is still being written. Add a listener for the 'error' event.

The socket can be destroyed by the other peer while data is still being
written. Add a listener for the `'error'` event.
nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels May 7, 2025

lpinca commented May 7, 2025

Copy link
Copy Markdown
Member Author

This should fix https://ci.nodejs.org/job/node-test-commit-osx/64927/nodes=osx13-x64/testReport/junit/(root)/parallel/test_http2_client_socket_destroy/

---
duration_ms: 202.502
exitcode: 1
severity: fail
stack: |-
  node:events:485
        throw er; // Unhandled 'error' event
        ^

  Error: read ECONNRESET
      at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
  Emitted 'error' event on ServerHttp2Stream instance at:
      at emitErrorNT (node:internal/streams/destroy:170:8)
      at emitErrorCloseNT (node:internal/streams/destroy:129:3)
      at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
    errno: -54,
    code: 'ECONNRESET',
    syscall: 'read'
  }

  Node.js v24.0.0-pre
...

codecov Bot commented May 7, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.14%. Comparing base (b21574d) to head (3ae3ea7).
Report is 21 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #58212   +/-   ##
=======================================
  Coverage   90.13%   90.14%           
=======================================
  Files         629      629           
  Lines      186628   186628           
  Branches    36632    36623    -9     
=======================================
+ Hits       168218   168227    +9     
+ Misses      11219    11207   -12     
- Partials     7191     7194    +3     

see 43 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label May 7, 2025
github-actions Bot added request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. and removed request-ci Add this label to start a Jenkins CI on a PR. labels May 7, 2025

github-actions Bot commented May 7, 2025

Copy link
Copy Markdown
Contributor
Failed to start CI
   ⚠  No approving reviews found
   ✘  Refusing to run CI on potentially unsafe PR
https://github.com/nodejs/node/actions/runs/14883893336

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

lpinca removed the request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. label May 8, 2025
lpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label May 9, 2025
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 9, 2025
nodejs-github-bot merged commit 508cd0f into nodejs:main May 9, 2025

Copy link
Copy Markdown
Collaborator

Landed in 508cd0f

lpinca deleted the deflake/test-http2-client-socket-destroy branch May 9, 2025 19:18
targos pushed a commit that referenced this pull request May 16, 2025
The socket can be destroyed by the other peer while data is still being
written. Add a listener for the `'error'` event.

PR-URL: #58212
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
aduh95 pushed a commit that referenced this pull request Jun 10, 2025
The socket can be destroyed by the other peer while data is still being
written. Add a listener for the `'error'` event.

PR-URL: #58212
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL