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

ci(all): run two integration tests at once to avoid memory leak issues #459

Merged
merged 5 commits into from
Apr 3, 2019

Conversation

unstubbable
Copy link
Member

@unstubbable unstubbable commented Apr 2, 2019

Jest with webpack has known memory leaks, see jestjs/jest#6399 for details. To put a bandaid on this issue, we run only two integration tests at once in the CI so that we don't run out of memory and still can add more integration tests later (vs. increasing max_old_space_size).

@unstubbable unstubbable requested a review from clebert April 2, 2019 08:32
@clebert clebert merged commit 83b299b into master Apr 3, 2019
@clebert clebert deleted the itests-max-old-space-size branch April 3, 2019 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants