-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: improve test coverage of lib/dns #46910
test: improve test coverage of lib/dns #46910
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job and welcome!
Commit Queue failed- Loading data for nodejs/node/pull/46910 ✔ Done loading data for nodejs/node/pull/46910 ----------------------------------- PR info ------------------------------------ Title test: improve test coverage of lib/dns (#46910) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch paivaandeerson:test-improve-coverage-lib-dns -> nodejs:main Labels test, author ready, needs-ci, commit-queue-squash Commits 4 - test: improve test coverage of lib/dns - test: improve test coverage of lib/dns - Merge branch 'test-improve-coverage-lib-dns' of github.com:paivaandee… - message removed in expected exception Committers 1 - Anderson Paiva PR-URL: https://github.com/nodejs/node/pull/46910 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Yagiz Nizipli ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46910 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Yagiz Nizipli -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 02 Mar 2023 11:27:53 GMT ✔ Approvals: 2 ✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/46910#pullrequestreview-1322500567 ✔ - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/46910#pullrequestreview-1322504421 ✖ GitHub CI is still running ℹ Last Full PR CI on 2023-03-03T17:33:01Z: https://ci.nodejs.org/job/node-test-pull-request/50191/ - Querying data for job/node-test-pull-request/50191/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4330782924 |
Will the merge commit cause any issue in commit queue? |
Commit Queue failed- Loading data for nodejs/node/pull/46910 ✔ Done loading data for nodejs/node/pull/46910 ----------------------------------- PR info ------------------------------------ Title test: improve test coverage of lib/dns (#46910) Author Anderson Paiva (@paivaandeerson, first-time contributor) Branch paivaandeerson:test-improve-coverage-lib-dns -> nodejs:main Labels test, author ready, needs-ci, commit-queue-squash Commits 4 - test: improve test coverage of lib/dns - test: improve test coverage of lib/dns - Merge branch 'test-improve-coverage-lib-dns' of github.com:paivaandee… - message removed in expected exception Committers 1 - Anderson Paiva PR-URL: https://github.com/nodejs/node/pull/46910 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Yagiz Nizipli ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46910 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Yagiz Nizipli -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 02 Mar 2023 11:27:53 GMT ✔ Approvals: 2 ✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/46910#pullrequestreview-1322500567 ✔ - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/46910#pullrequestreview-1322504421 ✖ GitHub CI is still running ℹ Last Full PR CI on 2023-03-04T11:33:21Z: https://ci.nodejs.org/job/node-test-pull-request/50191/ - Querying data for job/node-test-pull-request/50191/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4346530808 |
Commit Queue failed- Loading data for nodejs/node/pull/46910 ✔ Done loading data for nodejs/node/pull/46910 ----------------------------------- PR info ------------------------------------ Title test: improve test coverage of lib/dns (#46910) Author Anderson Paiva (@paivaandeerson, first-time contributor) Branch paivaandeerson:test-improve-coverage-lib-dns -> nodejs:main Labels test, author ready, needs-ci, commit-queue-squash Commits 4 - test: improve test coverage of lib/dns - test: improve test coverage of lib/dns - Merge branch 'test-improve-coverage-lib-dns' of github.com:paivaandee… - message removed in expected exception Committers 1 - Anderson Paiva PR-URL: https://github.com/nodejs/node/pull/46910 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Yagiz Nizipli ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46910 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Yagiz Nizipli -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 02 Mar 2023 11:27:53 GMT ✔ Approvals: 2 ✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/46910#pullrequestreview-1322500567 ✔ - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/46910#pullrequestreview-1322504421 ✖ GitHub CI is still running ℹ Last Full PR CI on 2023-03-06T18:10:14Z: https://ci.nodejs.org/job/node-test-pull-request/50191/ - Querying data for job/node-test-pull-request/50191/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4349455472 |
Probably. Merge commits have caused issues with our tooling in the past. I'd suggest rebasing this to get rid of the merge commit and then force push. But at this point, to avoid having to run CI again, etc. I'll land it manually and remove the merge commit during that process. |
PR-URL: nodejs#46910 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
5402bf4
to
ab9b467
Compare
Landed in ab9b467. Thanks for the contribution! 🎉 |
PR-URL: #46910 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: #46910 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: #46910 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
No description provided.