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

Support async predictors (✨ again ✨) #2025

Merged
merged 5 commits into from
Oct 29, 2024

Conversation

meatballhat
Copy link
Contributor

@meatballhat meatballhat commented Oct 25, 2024

Reverts #2022 to restore #2010

plus:

  • use async stream redirector in setup, which means writes from C will not be captured
  • switch to sync stream redirector when not running in async mode
  • adjusting accordingly for tests

Closes PLAT-373

@meatballhat meatballhat force-pushed the revert-2022-revert-support-async-predict branch from 25142fa to 0440eba Compare October 28, 2024 14:41
@meatballhat
Copy link
Contributor Author

(now rebased with the stream redirection integration tests)

so that the sync stream redirector context is only entered once, as this
is a known source of problems associated with stdout/stderr orphaning.
@meatballhat meatballhat force-pushed the revert-2022-revert-support-async-predict branch from 0440eba to c803aef Compare October 28, 2024 23:19
@meatballhat meatballhat force-pushed the revert-2022-revert-support-async-predict branch from 575f2eb to f33037a Compare October 29, 2024 00:25
@meatballhat meatballhat requested a review from a team October 29, 2024 00:43
@meatballhat meatballhat marked this pull request as ready for review October 29, 2024 00:43
* Exclude invalid output paths from infrastructure errors

Closes PLAT-380

* Fix words given pluralization

Co-authored-by: F <[email protected]>
Signed-off-by: Dan Buch <[email protected]>

---------

Signed-off-by: Dan Buch <[email protected]>
Co-authored-by: F <[email protected]>
@meatballhat meatballhat merged commit 5eb31ff into main Oct 29, 2024
19 checks passed
@meatballhat meatballhat deleted the revert-2022-revert-support-async-predict branch October 29, 2024 18:02
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