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

test: changed the way of reacting to the end of the test and adding timeout clearing #1076

Draft
wants to merge 8 commits into
base: beta
Choose a base branch
from

Conversation

mgordel
Copy link
Contributor

@mgordel mgordel commented Sep 6, 2024

With these changes, looped tests for 6 hours did not cause any errors. The only difference is in the way of listening for the end of the spawned process. onClose waits for the bound stdio to end. onExit does not wait for the stdio to close. Perhaps in some unspecified cases stdio are not closed and despite the process ending we do not react to it.
Additionally, I added clearing the timeout.

@mgordel mgordel marked this pull request as draft September 6, 2024 10:13
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.

1 participant