Skip to content

test: simplify test-http2-client-promisify-connect-error - #57144

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
lpinca:simply/test-http2-client-promisify-connect-error
Feb 22, 2025
Merged

test: simplify test-http2-client-promisify-connect-error#57144
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
lpinca:simply/test-http2-client-promisify-connect-error

Conversation

@lpinca

Copy link
Copy Markdown
Member

There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Feb 20, 2025
@lpinca

Copy link
Copy Markdown
MemberAuthor

The first commit is from #57135.

Comment threadtest/parallel/test-http2-client-promisify-connect-error.js Outdated
@lpinca
lpincaforce-pushed the simply/test-http2-client-promisify-connect-error branch from 2a147c9 to 03aa1f6CompareFebruary 20, 2025 09:35
@codecov

codecovBot commented Feb 20, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.36%. Comparing base (8fc919d) to head (42a53b8).
Report is 4 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #57144 +/- ##
==========================================
+ Coverage 90.35% 90.36% +0.01% 
==========================================
Files 629 629 Lines 184308 184308 Branches 36015 36009 -6 ==========================================
+ Hits 166532 166551 +19 - Misses 10909 10911 +2 + Partials 6867 6846 -21 

see 26 files with indirect coverage changes

@lpincalpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 20, 2025
@aduh95aduh95 removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 20, 2025
@aduh95

Copy link
Copy Markdown
Contributor

Let's wait for #57135 to land before running CI as we'd have to rebase anyway

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.
@lpinca
lpincaforce-pushed the simply/test-http2-client-promisify-connect-error branch from 03aa1f6 to 42a53b8CompareFebruary 21, 2025 11:44
@lpincalpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 21, 2025
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 21, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 21, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 22, 2025
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 22, 2025
@nodejs-github-bot
nodejs-github-bot merged commit ba8fbf3 into nodejs:mainFeb 22, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in ba8fbf3

@lpinca
lpinca deleted the simply/test-http2-client-promisify-connect-error branch February 22, 2025 09:43
acidiney pushed a commit to acidiney/node that referenced this pull request Feb 23, 2025
There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.
PR-URL: nodejs#57144
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
targos pushed a commit that referenced this pull request Feb 24, 2025
There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.
PR-URL: #57144
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
targos pushed a commit that referenced this pull request Feb 25, 2025
There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.
PR-URL: #57144
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
aduh95 pushed a commit that referenced this pull request Apr 2, 2025
There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.
PR-URL: #57144
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
aduh95 pushed a commit that referenced this pull request Apr 3, 2025
There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.
PR-URL: #57144
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS pushed a commit that referenced this pull request Apr 16, 2025
There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.
PR-URL: #57144
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS pushed a commit that referenced this pull request Apr 17, 2025
There is no need to try to create a TCP connection that fails due to a
missing listening server. Also, the port used for the connection might
be used by another process when the connection is made.
PR-URL: #57144
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@lpinca@aduh95@nodejs-github-bot@joyeecheung