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

Debug e2e timeout on CircleCI #13618

Closed
wants to merge 3 commits into from

Conversation

nicolo-ribaudo
Copy link
Member

@nicolo-ribaudo nicolo-ribaudo commented Jul 29, 2021

Q                       A
License MIT

It's annoying that often Jest on CircleCI passes all the tests, but then waits for 15mins without exiting and CircleCI marks the run as failed. Let's see why it doesn't exit.

@babel-bot
Copy link
Collaborator

babel-bot commented Jul 29, 2021

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/47708/

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 29, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit bb67778:

Sandbox Source
babel-repl-custom-plugin Configuration
babel-plugin-multi-config Configuration

@nicolo-ribaudo
Copy link
Member Author

It looks like the failure is related to our Worker usage. The problem is that the Worker is configured to not prevent the process from exiting (using worker.unref()), but for some reason it still keeps the Jest process alive.

I'll investigate in #13398.

@nicolo-ribaudo
Copy link
Member Author

I don't think this problem is caused by a Jest bug, but it exposed a different Jest bug: jestjs/jest#11707

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Jan 2, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants