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: refactor code to use AbortSignal.abort() #37798

Merged
merged 1 commit into from
Mar 20, 2021

Conversation

manekinekko
Copy link
Contributor

@manekinekko manekinekko commented Mar 18, 2021

As discussed with @benjamingr, I refactored all code that used pre-aborted signals to the new API AbortSignal.abort() by @jasnell.

Refs: whatwg/dom#960

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Mar 18, 2021
Copy link
Member

@benjamingr benjamingr left a comment

Choose a reason for hiding this comment

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

Good job :)

@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 18, 2021
@manekinekko
Copy link
Contributor Author

Looks like some workers terminated due to reaching memory limit on Jenkins.

@nodejs-github-bot
Copy link
Collaborator

PR-URL: nodejs#37798
Refs: whatwg/dom#960
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
@aduh95 aduh95 force-pushed the refactor-use-abortsignal-abort branch from 722516a to eaadc4b Compare March 20, 2021 18:21
@aduh95 aduh95 merged commit eaadc4b into nodejs:master Mar 20, 2021
@aduh95
Copy link
Contributor

aduh95 commented Mar 20, 2021

Landed in eaadc4b

@benjamingr
Copy link
Member

Congrats on your first core contribution 🎉

@manekinekko
Copy link
Contributor Author

Thank you @benjamingr for being a great mentor!

ruyadorno pushed a commit that referenced this pull request Mar 24, 2021
PR-URL: #37798
Refs: whatwg/dom#960
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
@ruyadorno ruyadorno mentioned this pull request Mar 30, 2021
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 pending requests for changes, and a CI started. 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.

10 participants