X Tutup
The Wayback Machine - https://web.archive.org/web/20220509110327/https://github.com/nodejs/node/pull/42795
Skip to content
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: fix parallel/test-dgram-udp6-link-local-address #42795

Merged
merged 1 commit into from Apr 28, 2022

Conversation

Copy link
Contributor

@aduh95 aduh95 commented Apr 20, 2022

Since #41431 landed, this test is always skipped because family is now an integer, not a string anymore.

Thanks @bl-ue for the report.

Refs: #41431

@aduh95 aduh95 added dont-land-on-v12.x dont-land-on-v14.x request-ci dont-land-on-v16.x dont-land-on-v17.x labels Apr 20, 2022
@nodejs-github-bot nodejs-github-bot added needs-ci test labels Apr 20, 2022
@github-actions github-actions bot removed the request-ci label Apr 20, 2022
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 20, 2022

@aduh95 aduh95 added the author ready label Apr 20, 2022
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 21, 2022

@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 21, 2022

@aduh95 aduh95 added the commit-queue label Apr 28, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue label Apr 28, 2022
@nodejs-github-bot nodejs-github-bot merged commit 68fb0bf into nodejs:master Apr 28, 2022
66 checks passed
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 28, 2022

Landed in 68fb0bf

@aduh95 aduh95 deleted the fix-dgram-test branch Apr 28, 2022
targos pushed a commit that referenced this issue May 2, 2022
Refs: #41431

PR-URL: #42795
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targos targos mentioned this pull request May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready dont-land-on-v12.x dont-land-on-v14.x dont-land-on-v16.x dont-land-on-v17.x needs-ci test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants
X Tutup