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

[jest-dev-server] read from server's stdout to prevent buffer from filling up #482

Merged
merged 1 commit into from
May 27, 2022
Merged

[jest-dev-server] read from server's stdout to prevent buffer from filling up #482

merged 1 commit into from
May 27, 2022

Conversation

tiger31
Copy link
Contributor

@tiger31 tiger31 commented May 26, 2022

Summary

Fixes problem with filling up processes buffer.
If process created by jest-dev-server with debug=false option writes something to stdout, it will stop responding after some time. Reading from stdout and doing nothing with it fixes the problem

Test plan

Run any process with setup function from jest-dev-server with both debug=true and false. Should spawn process in both cases

@tiger31 tiger31 changed the title Read from server's stdout to prevent buffer from filling up [jest-dev-server] read from server's stdout to prevent buffer from filling up May 26, 2022
@UziTech UziTech merged commit 6f16345 into argos-ci:master May 27, 2022
@UziTech
Copy link
Contributor

UziTech commented May 27, 2022

Thanks! 💯

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