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

test: allow numeric string for lookupService test by daeyeon · Pull Request #42596 · nodejs/node · GitHub

/ node Public

test: allow numeric string for lookupService test - #42596

Merged
nodejs-github-bot merged 2 commits into
nodejs:masterfrom
daeyeon:master.test-220404.Mon.009f
Apr 12, 2022
Merged

test: allow numeric string for lookupService test#42596
nodejs-github-bot merged 2 commits into
nodejs:masterfrom
daeyeon:master.test-220404.Mon.009f

Conversation

daeyeon commented Apr 4, 2022

Copy link
Copy Markdown
Member

Fixes: #42164

If the given port number isn't associated with any service name,
the service resolved from dns.lookupService can be a numeric
string representing the port number.

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Apr 4, 2022
Fixes: nodejs#42164

If the given port number isn't associated with any service name,
the `service` resolved from `dns.lookupService` can be a numeric
string representing the port number.
daeyeon force-pushed the master.test-220404.Mon.009f branch from 385fd01 to 3031525 Compare April 4, 2022 00:35
daeyeon force-pushed the master.test-220404.Mon.009f branch from d7f03e6 to 4d4292d Compare April 4, 2022 13:59
marsonya requested a review from VoltrexKeyva April 6, 2022 05:25
marsonya added dns Issues and PRs related to the dns subsystem. request-ci Add this label to start a Jenkins CI on a PR. labels Apr 9, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 9, 2022

This comment was marked as outdated.

daeyeon commented Apr 11, 2022

Copy link
Copy Markdown
Member Author

I think the Jenkins CI failures are unrelated to the change in this PR.
@VoltrexMaster @marsonya Can you kindly help me know how to retry testing the CI jobs?

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Contributor

Can you kindly help me know how to retry testing the CI jobs?

Jenkins CI tests tend to be flaky or timeout, I've restarted them for you.

daeyeon commented Apr 12, 2022

Copy link
Copy Markdown
Member Author

There are still Jenkins CI failures seemingly unrelated to this PR.
Can someone please re-trigger the test? Thank you in advance!

Copy link
Copy Markdown
Collaborator

marsonya added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 12, 2022
richardlau added commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Apr 12, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 12, 2022
nodejs-github-bot merged commit db7fa9f into nodejs:master Apr 12, 2022

Copy link
Copy Markdown
Collaborator

Landed in db7fa9f

daeyeon deleted the master.test-220404.Mon.009f branch April 13, 2022 05:16
xtx1130 pushed a commit to xtx1130/node that referenced this pull request Apr 25, 2022
Fixes: nodejs#42164

If the given port number isn't associated with any service name,
the `service` resolved from `dns.lookupService` can be a numeric
string representing the port number.

PR-URL: nodejs#42596
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
juanarbol pushed a commit that referenced this pull request May 31, 2022
Fixes: #42164

If the given port number isn't associated with any service name,
the `service` resolved from `dns.lookupService` can be a numeric
string representing the port number.

PR-URL: #42596
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
danielleadams pushed a commit that referenced this pull request Jun 27, 2022
Fixes: #42164

If the given port number isn't associated with any service name,
the `service` resolved from `dns.lookupService` can be a numeric
string representing the port number.

PR-URL: #42596
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
targos pushed a commit that referenced this pull request Jul 11, 2022
Fixes: #42164

If the given port number isn't associated with any service name,
the `service` resolved from `dns.lookupService` can be a numeric
string representing the port number.

PR-URL: #42596
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
targos pushed a commit that referenced this pull request Jul 31, 2022
Fixes: #42164

If the given port number isn't associated with any service name,
the `service` resolved from `dns.lookupService` can be a numeric
string representing the port number.

PR-URL: #42596
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
Fixes: nodejs/node#42164

If the given port number isn't associated with any service name,
the `service` resolved from `dns.lookupService` can be a numeric
string representing the port number.

PR-URL: nodejs/node#42596
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. dns Issues and PRs related to the dns subsystem. 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.

test-dns-promises-lookupService assumes getnameinfo can return named service

5 participants


Back | FazBrowse Home | New Git URL