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

[probes.external] Parse stdout as soon as it is available. #708

Merged
merged 3 commits into from
Apr 2, 2024

Conversation

manugarg
Copy link
Contributor

No description provided.

- Log stderr as soon as it's read instead putting it in a channel.
- Don't rely on timeout for testing. That makes it unreliable on CI.
- Reduce external probe process runs for the TestProbeOnceMode test.
Change in #547 appears wrong as it was causing wait to be called on
only for non-windows platforms, while issue was on windows. It seems
that the issue was temporary and fixed by itself.
@manugarg manugarg changed the title [probes.external] Read and parse stdout as soon as it is available. [probes.external] Parse stdout as soon as it is available. Apr 2, 2024
@manugarg manugarg added this to the v0.13.4 milestone Apr 2, 2024
@manugarg
Copy link
Contributor Author

manugarg commented Apr 2, 2024

Fixes #691

@manugarg manugarg merged commit bb142c0 into master Apr 2, 2024
10 checks passed
@manugarg manugarg deleted the external_streaming branch April 2, 2024 18:18
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

1 participant