Skip to content
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

chore: reject waitUntil if process exits #11909

Merged
merged 2 commits into from Sep 29, 2021

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Sep 29, 2021

Summary

From investigating #11467, while the process times out, the waitUntil call never resolves. So this change rejects any waiting calls.

Test plan

Green CI

image

Comment on lines +246 to +249
const error = new ErrorWithStack(
'Process exited',
continuousRun.waitUntil,
);
Copy link
Member Author

Choose a reason for hiding this comment

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

create the error here to point back to the waitUntil

image

@SimenB SimenB merged commit 2ca98ec into jestjs:main Sep 29, 2021
@SimenB SimenB deleted the respect-timeout-run-continuous branch September 29, 2021 12:48
@github-actions
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 Oct 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants