Skip to content

Conversation

phawxby
Copy link
Contributor

@phawxby phawxby commented May 22, 2025

Summary

The state was not being correctly updated on exit, which then meant downstream the check for a OOM crash was not detected in tests

Copy link

netlify bot commented May 22, 2025

Deploy Preview for jestjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit e30e385
🔍 Latest deploy log https://app.netlify.com/projects/jestjs/deploys/682ef9b43592f900088c6c90
😎 Deploy Preview https://deploy-preview-15610--jestjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@@ -125,8 +125,7 @@ export default abstract class WorkerAbstract
* killed off.
*/
protected _shutdown(): void {
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
Copy link

Choose a reason for hiding this comment

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

funny thing
it was even intentionally ignored before 😅

@phawxby phawxby marked this pull request as ready for review May 22, 2025 10:19
@cpojer cpojer merged commit bd0b248 into jestjs:main May 22, 2025
8 checks passed
@cpojer
Copy link
Member

cpojer commented May 22, 2025

Thank you!

Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants