Skip to content

Conversation

@fossamagna
Copy link
Contributor

Fixes: #44612

@nodejs-github-botnodejs-github-bot added dont-land-on-v14.x needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. labels Nov 1, 2022
MoLow
MoLow previously approved these changes Nov 1, 2022
Copy link
Member

@MoLowMoLow left a comment

Choose a reason for hiding this comment

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

LGTM but this seems to have affected test/es-module/test-esm-repl-imports.js

@MoLowMoLow dismissed their stale reviewNovember 1, 2022 18:29

test/es-module/test-esm-repl-imports.js

@fossamagnafossamagna requested review from MoLow and VoltrexKeyva and removed request for MoLow and VoltrexKeyvaNovember 2, 2022 06:11
@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 2, 2022
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 2, 2022
@nodejs-github-bot
Copy link
Collaborator

@MoLow
Copy link
Member

MoLow commented Nov 2, 2022

CC @nodejs/test_runner an additional approval would be appreciated

@aduh95
Copy link
Contributor

aduh95 commented Nov 2, 2022

⚠️The commit message should start with a verb – e.g. test_runner: avoid swallowing of asynchronously thrown errors.

@fossamagnafossamagna changed the title test_runner: extraneous async activity make a failuretest_runner: avoid swallowing of asynchronously thrown errorsNov 3, 2022
@MoLow
Copy link
Member

MoLow commented Nov 7, 2022

@fossamagna can you please amend the commit message?

@fossamagnafossamagnaforce-pushed the test-runner-extraneous-async-fail branch from 79cc2f1 to 5f17453CompareNovember 7, 2022 06:12
@fossamagna
Copy link
ContributorAuthor

fossamagna commented Nov 7, 2022

@MoLow I squashed commits and amend commit message.

@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 7, 2022
@MoLowMoLow added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 7, 2022
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 7, 2022
@nodejs-github-bot

This comment was marked as outdated.

@fossamagnafossamagna deleted the test-runner-extraneous-async-fail branch November 7, 2022 13:50
lucshi pushed a commit to lucshi/node that referenced this pull request Nov 9, 2022
RafaelGSS pushed a commit that referenced this pull request Nov 10, 2022
Fixes: #44612 PR-URL: #45264 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
@RafaelGSSRafaelGSS mentioned this pull request Nov 10, 2022
MoLow pushed a commit to MoLow/node that referenced this pull request Nov 23, 2022
MoLow pushed a commit to MoLow/node that referenced this pull request Nov 23, 2022
MoLow pushed a commit to MoLow/node that referenced this pull request Dec 9, 2022
@danielleadams
Copy link
Contributor

@fossamagna this broke when landing in v18.x-staging. Do you mind opening a backport PR for this?

@fossamagna
Copy link
ContributorAuthor

@danielleadams Yes, I will open backport PR for this.

fossamagna added a commit to fossamagna/node that referenced this pull request Dec 29, 2022
fossamagna added a commit to fossamagna/node that referenced this pull request Jan 23, 2023
MoLow pushed a commit to MoLow/node that referenced this pull request Jan 26, 2023
MoLow pushed a commit to MoLow/node that referenced this pull request Jan 26, 2023
MoLow pushed a commit to MoLow/node that referenced this pull request Jan 26, 2023
MoLow pushed a commit to MoLow/node-core-test that referenced this pull request Feb 2, 2023
Fixes: nodejs/node#44612 PR-URL: nodejs/node#45264 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> (cherry picked from commit 06603c44a5b0e92b1a3591ace467ce9770bf9658)
MoLow pushed a commit to MoLow/node-core-test that referenced this pull request Feb 2, 2023
Fixes: nodejs/node#44612 PR-URL: nodejs/node#45264 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> (cherry picked from commit 06603c44a5b0e92b1a3591ace467ce9770bf9658)
MoLow pushed a commit to MoLow/node-core-test that referenced this pull request Feb 2, 2023
Fixes: nodejs/node#44612 PR-URL: nodejs/node#45264 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> (cherry picked from commit 06603c44a5b0e92b1a3591ace467ce9770bf9658)
MoLow pushed a commit to MoLow/node-core-test that referenced this pull request Feb 2, 2023
Fixes: nodejs/node#44612 PR-URL: nodejs/node#45264 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> (cherry picked from commit 06603c44a5b0e92b1a3591ace467ce9770bf9658)
MoLow pushed a commit to MoLow/node that referenced this pull request Feb 25, 2023
juanarbol pushed a commit that referenced this pull request Mar 3, 2023
Fixes: #44612 PR-URL: #45264 Backport-PR-URL: #46839 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
@juanarboljuanarbol mentioned this pull request Mar 3, 2023
juanarbol pushed a commit that referenced this pull request Mar 5, 2023
Fixes: #44612 PR-URL: #45264 Backport-PR-URL: #46839 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.test_runnerIssues and PRs related to the test runner subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test runner swallows uncaughtException

7 participants

@fossamagna@nodejs-github-bot@MoLow@aduh95@danielleadams@benjamingr@VoltrexKeyva