Skip to content

Conversation

@cjihrig
Copy link
Contributor

This commit fixes a bug where t.after() was not called if the test body threw an exception.

This commit fixes a bug where t.after() was not called if the test body threw an exception.
@cjihrigcjihrig added the test_runner Issues and PRs related to the test runner subsystem. label Dec 15, 2022
@nodejs-github-botnodejs-github-bot added dont-land-on-v14.x needs-ci PRs that need a full CI run. labels Dec 15, 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.

nice

Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@cjihrigcjihrig added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 15, 2022
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 15, 2022
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLow added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Dec 15, 2022
@cjihrigcjihrig removed the needs-ci PRs that need a full CI run. label Dec 15, 2022
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Dec 16, 2022

@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 17, 2022
@nodejs-github-botnodejs-github-bot merged commit 385d595 into nodejs:mainDec 17, 2022
@nodejs-github-bot
Copy link
Collaborator

Landed in 385d595

@cjihrigcjihrig deleted the after-fix branch December 17, 2022 14:49
targos pushed a commit that referenced this pull request Jan 1, 2023
This commit fixes a bug where t.after() was not called if the test body threw an exception. PR-URL: #45870 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
@RafaelGSSRafaelGSS mentioned this pull request Jan 2, 2023
MoLow pushed a commit to MoLow/node that referenced this pull request Jan 26, 2023
This commit fixes a bug where t.after() was not called if the test body threw an exception. PR-URL: nodejs#45870 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
MoLow pushed a commit to MoLow/node that referenced this pull request Jan 26, 2023
This commit fixes a bug where t.after() was not called if the test body threw an exception. PR-URL: nodejs#45870 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
juanarbol pushed a commit that referenced this pull request Jan 26, 2023
This commit fixes a bug where t.after() was not called if the test body threw an exception. PR-URL: #45870 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
@juanarboljuanarbol mentioned this pull request Jan 28, 2023
MoLow pushed a commit to MoLow/node-core-test that referenced this pull request Feb 2, 2023
This commit fixes a bug where t.after() was not called if the test body threw an exception. PR-URL: nodejs/node#45870 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Matteo Collina <[email protected]> (cherry picked from commit 385d595a4f1d887f6d4221e6071571132498d57c)
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.test_runnerIssues and PRs related to the test runner subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@cjihrig@nodejs-github-bot@mcollina@MoLow