Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
test: add Symbol.dispose support to mocktimers#48549
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: add Symbol.dispose support to mocktimers #48549
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented Jun 25, 2023
Review requested:
|
ecb547c to 9ff2888CompareUh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Jun 26, 2023
ErickWendel left a comment
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.
LGTM
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Jun 27, 2023
nodejs-github-bot commented Jun 29, 2023
nodejs-github-bot commented Jun 29, 2023
Commit Queue failed- Loading data for nodejs/node/pull/48549 ✔ Done loading data for nodejs/node/pull/48549 ----------------------------------- PR info ------------------------------------ Title test: add Symbol.dispose support to mocktimers (#48549) Author Benjamin Gruenbaum (@benjamingr) Branch benjamingr:add-dispose-mocktimers -> nodejs:main Labels needs-ci, commit-queue-squash, test_runner Commits 2 - test: add Symbol.dispose support to mock timers - Update doc/api/test.md Committers 2 - Benjamin Gruenbaum - GitHub PR-URL: https://github.com/nodejs/node/pull/48549 Reviewed-By: Colin Ihrig Reviewed-By: Moshe Atlow Reviewed-By: Antoine du Hamel Reviewed-By: Erick Wendel ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/48549 Reviewed-By: Colin Ihrig Reviewed-By: Moshe Atlow Reviewed-By: Antoine du Hamel Reviewed-By: Erick Wendel -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - Update doc/api/test.md ℹ This PR was created on Sun, 25 Jun 2023 18:10:38 GMT ✔ Approvals: 4 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/48549#pullrequestreview-1497181144 ✔ - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/48549#pullrequestreview-1497192386 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/48549#pullrequestreview-1497609652 ✔ - Erick Wendel (@erickwendel): https://github.com/nodejs/node/pull/48549#pullrequestreview-1498055208 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-06-29T06:44:07Z: https://ci.nodejs.org/job/node-test-pull-request/52554/ - Querying data for job/node-test-pull-request/52554/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/5409591686 |
nodejs-github-bot commented Jun 29, 2023
Landed in 1683e60 |
PR-URL: #48549 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Erick Wendel <[email protected]>
PR-URL: nodejs#48549 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Erick Wendel <[email protected]>
PR-URL: nodejs#48549 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Erick Wendel <[email protected]>
ruyadorno commented Sep 11, 2023
This is blocked from landing on |
PR-URL: #48549 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Erick Wendel <[email protected]>
PR-URL: nodejs/node#48549 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Erick Wendel <[email protected]>
PR-URL: nodejs/node#48549 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Erick Wendel <[email protected]>
Support Symbol.dispose in mock timers. Letting users of TS/Babel (and everyone else as soon as v8 ships) use
usingwith the mock timers.cc @ErickWendel @nodejs/test_runner