-
Notifications
You must be signed in to change notification settings - Fork 158
Fix ExecuteLocal output flushing
#860
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
Fix ExecuteLocal output flushing
#860
Conversation
io.StringIO is not a logging.Logger Signed-off-by: Michel Hidalgo <[email protected]>
ExecuteLocal output flushing
fujitatomoya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with green CI.
|
Pulls: #860 |
|
Hmm, test failures seem unrelated to this patch. @fujitatomoya can we re-run the |
|
Retriggered! |
|
dev branch is 127 commits behind from rolling, i think we need to rebase and restart the CI. |
|
@Mergifyio rebase |
☑️ Nothing to do
|
|
@mhidalgo-bdai can you rebase your branch to rolling? Mergifyio cannot seem to do that. and then I can start the CI again. |
|
This PR targets the |
Indeed. This was fixed in Iron by a seemingly unrelated patch, see #679. |
|
@mhidalgo-bdai @christophebedard ah sorry 😓 my bad, totally forgot that this is backport. |
|
RHEL and Windows warnings are unrelated. |
Closes #859. Partially backports #679.