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/improve itegration test #582

Merged
merged 4 commits into from
May 2, 2022

Conversation

TimTechDev
Copy link
Contributor

No description provided.

TimTechDev added 4 commits May 1, 2022 14:03
- Use `@manypkg/get-packages` to collect the packages in the workspace
  (like in our other scripts).  Thus improving the legibility.
- Improving the log output by decluttering it
- Add confirmation, in case no errors were thrown
The implications of https://nodejs.org/api/child_process.html#subprocesskillsignal
and the possibility of killing other process, implied using the integrated timeout option.

Also, `stdout` is now collected in a Buffer and is only converted after NodeCG stopped. This is needed in case the data of a single line is split up into to calls which would brake the previous implementation.
@TimTechDev TimTechDev marked this pull request as ready for review May 1, 2022 14:47
@hlxid hlxid self-requested a review May 1, 2022 15:54
Copy link
Member

@hlxid hlxid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you very much!

@hlxid hlxid merged commit cccac31 into codeoverflow-org:main May 2, 2022
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.

2 participants