Skip to content

chore: reject waitUntil if process exits#11909

Merged
SimenB merged 2 commits into
jestjs:mainfrom
SimenB:respect-timeout-run-continuous
Sep 29, 2021
Merged

chore: reject waitUntil if process exits#11909
SimenB merged 2 commits into
jestjs:mainfrom
SimenB:respect-timeout-run-continuous

Conversation

@SimenB

@SimenB SimenB commented Sep 29, 2021

Copy link
Copy Markdown
Member

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 thread e2e/runJest.ts
Comment on lines +246 to +249
const error = new ErrorWithStack(
'Process exited',
continuousRun.waitUntil,
);

Copy link
Copy Markdown
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
Copy Markdown

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.

2 participants