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

dns: make promise API fully constructed from `lib/internal/dns/promises` by F3n67u · Pull Request #43227 · nodejs/node · GitHub

/ node Public

dns: make promise API fully constructed from lib/internal/dns/promises - #43227

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
F3n67u:fix/dns
Jun 20, 2022
Merged

dns: make promise API fully constructed from lib/internal/dns/promises#43227
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
F3n67u:fix/dns

Conversation

F3n67u commented May 28, 2022

Copy link
Copy Markdown
Contributor

This pr makes the whole promise API be fully constructed from lib/internal/dns/promises.js, it should not be split between lib/dns.js and lib/internal/dns/promises.js.

Refs: https://github.com/nodejs/node/discussions/43198

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/net

nodejs-github-bot added dns Issues and PRs related to the dns subsystem. needs-ci PRs that need a full CI run. labels May 28, 2022
F3n67u marked this pull request as ready for review May 28, 2022 06:07
F3n67u changed the title dns: make the whole promise API be fully constructed from lib/internal/dns/promises.js dns: make promise API be fully constructed from lib/internal/dns/promises.js May 28, 2022
F3n67u changed the title dns: make promise API be fully constructed from lib/internal/dns/promises.js dns: make promise API fully constructed from lib/internal/dns/promises.js May 28, 2022
F3n67u force-pushed the fix/dns branch 2 times, most recently from bbb4612 to eea50fa Compare May 28, 2022 06:11
F3n67u changed the title dns: make promise API fully constructed from lib/internal/dns/promises.js dns: make promise API fully constructed from lib/internal/dns/promises May 28, 2022

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label May 28, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 28, 2022

This comment was marked as outdated.

F3n67u commented May 29, 2022
edited
Loading

Copy link
Copy Markdown
Contributor Author

Jenkins test is failed, please help to fire another Jenkins try.

There is two js test fail: parallel/test-worker-http2-stream-terminate and node-api/test_buffer/test_finalizer.

parallel/test-worker-http2-stream-terminate is a known flaky test, see #43084.

node-api/test_buffer/test_finalizer is failed 6 times today, perhaps not caused by this pr.

Copy link
Copy Markdown
Collaborator

F3n67u force-pushed the fix/dns branch 2 times, most recently from 280b9d5 to afa6194 Compare June 18, 2022 13:16

F3n67u commented Jun 18, 2022

Copy link
Copy Markdown
Contributor Author

I rebased main branch to resolve a conflict.

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

F3n67u added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 20, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 20, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

mcollina added commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. commit-queue Add this label to land a pull request using GitHub Actions. author ready PRs that have at least one approval, no outstanding review comments, and a CI started. and removed needs-ci PRs that need a full CI run. labels Jun 20, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 20, 2022
nodejs-github-bot merged commit 3847617 into nodejs:main Jun 20, 2022

Copy link
Copy Markdown
Collaborator

Landed in 3847617

F3n67u deleted the fix/dns branch June 21, 2022 00:09

F3n67u commented Jun 21, 2022

Copy link
Copy Markdown
Contributor Author

lgtm

@mcollina thanks for landing this pr.

targos pushed a commit that referenced this pull request Jul 12, 2022
PR-URL: #43227
Refs: https://github.com/nodejs/node/discussions/43198
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
targos pushed a commit that referenced this pull request Jul 20, 2022
PR-URL: #43227
Refs: https://github.com/nodejs/node/discussions/43198
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
targos pushed a commit that referenced this pull request Jul 31, 2022
PR-URL: #43227
Refs: https://github.com/nodejs/node/discussions/43198
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
PR-URL: nodejs/node#43227
Refs: https://github.com/nodejs/node/discussions/43198
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@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

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL