-
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
lib: fix AbortSignal.timeout parameter validation #42856
Merged
nodejs-github-bot
merged 1 commit into
nodejs:main
from
dnalborczyk:abort-signal-timeout
Oct 31, 2022
Merged
lib: fix AbortSignal.timeout parameter validation #42856
nodejs-github-bot
merged 1 commit into
nodejs:main
from
dnalborczyk:abort-signal-timeout
Oct 31, 2022
Conversation
This file contains 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
targos
approved these changes
Apr 25, 2022
aduh95
reviewed
Apr 25, 2022
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.
Can we add a test?
I think it makes more sense to land the fix and the test for it in one commit. @dnalborczyk is it ok for you to add this change to the other PR and close this one? |
benjamingr
approved these changes
Apr 25, 2022
cjihrig
approved these changes
Apr 26, 2022
aduh95
force-pushed
the
abort-signal-timeout
branch
from
October 28, 2022 12:45
3cfe3a7
to
a8f1d42
Compare
aduh95
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Oct 28, 2022
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Oct 28, 2022
15 tasks
This was referenced Oct 30, 2022
aduh95
approved these changes
Oct 31, 2022
aduh95
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Oct 31, 2022
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Oct 31, 2022
Commit Queue failed- Loading data for nodejs/node/pull/42856 ✔ Done loading data for nodejs/node/pull/42856 ----------------------------------- PR info ------------------------------------ Title lib: fix AbortSignal.timeout parameter validation (#42856) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch dnalborczyk:abort-signal-timeout -> nodejs:main Labels author ready, needs-ci Commits 1 - lib: fix `AbortSignal.timeout` parameter validation Committers 1 - Antoine du Hamel PR-URL: https://github.com/nodejs/node/pull/42856 Fixes: https://github.com/nodejs/node/pull/42855 Reviewed-By: Michaël Zasso Reviewed-By: Benjamin Gruenbaum Reviewed-By: Colin Ihrig Reviewed-By: Antoine du Hamel ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/42856 Fixes: https://github.com/nodejs/node/pull/42855 Reviewed-By: Michaël Zasso Reviewed-By: Benjamin Gruenbaum Reviewed-By: Colin Ihrig Reviewed-By: Antoine du Hamel -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 25 Apr 2022 00:16:07 GMT ✔ Approvals: 4 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/42856#pullrequestreview-951412614 ✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/42856#pullrequestreview-951564890 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/42856#pullrequestreview-952570040 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/42856#pullrequestreview-1161296570 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2022-10-29T20:20:44Z: https://ci.nodejs.org/job/node-test-pull-request/47560/ - Querying data for job/node-test-pull-request/47560/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 42856 From https://github.com/nodejs/node * branch refs/pull/42856/merge -> FETCH_HEAD ✔ Fetched commits as e43ecd5fec30..a8f1d426ab17 -------------------------------------------------------------------------------- [main c7587535eb] lib: fix `AbortSignal.timeout` parameter validation Author: Daniel Nalborczyk Date: Sun Apr 24 20:15:18 2022 -0400 8 files changed, 207 insertions(+), 3 deletions(-) create mode 100644 test/fixtures/wpt/dom/abort/abort-signal-timeout.html create mode 100644 test/fixtures/wpt/dom/abort/crashtests/timeout-close.html create mode 100644 test/fixtures/wpt/dom/abort/reason-constructor.html ✔ Patches applied -------------------------------------------------------------------------------- --------------------------------- New Message ---------------------------------- lib: fix `AbortSignal.timeout` parameter validationhttps://github.com/nodejs/node/actions/runs/3358468679 |
nodejs-github-bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Oct 31, 2022
Lxxyx
approved these changes
Oct 31, 2022
aduh95
added
commit-queue
Add this label to land a pull request using GitHub Actions.
and removed
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
labels
Oct 31, 2022
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Oct 31, 2022
Landed in ffa2e96 |
17 tasks
RafaelGSS
pushed a commit
that referenced
this pull request
Nov 1, 2022
PR-URL: #42856 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Merged
15 tasks
lucshi
pushed a commit
to lucshi/node
that referenced
this pull request
Nov 9, 2022
PR-URL: nodejs#42856 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
Nov 10, 2022
PR-URL: #42856 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
danielleadams
pushed a commit
that referenced
this pull request
Dec 30, 2022
PR-URL: #42856 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
danielleadams
pushed a commit
that referenced
this pull request
Dec 30, 2022
PR-URL: #42856 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
danielleadams
pushed a commit
that referenced
this pull request
Jan 3, 2023
PR-URL: #42856 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.