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

Always write error.out #644

Merged
merged 2 commits into from
Jan 31, 2022
Merged

Always write error.out #644

merged 2 commits into from
Jan 31, 2022

Conversation

pmrv
Copy link
Contributor

@pmrv pmrv commented Jan 20, 2022

Previously error.out was written when the job was successful and
error.msg when not. In case the job returned an accepted non zero
return nothing was written due to a bug. This commit writes all the
output of the job to error.out in all cases, plus error.msg when the job
errors out for backwards compatibility.

I introduced the bug in #537.

Previously error.out was written when the job was successful and
error.msg when not.  In case the job returned an accepted non zero
return nothing was written due to a bug.  This commit writes all the
output of the job to error.out in all cases, plus error.msg when the job
errors out for backwards compatibility.
@pmrv pmrv added bug Something isn't working format_black reformat the code using the black standard labels Jan 20, 2022
@pmrv
Copy link
Contributor Author

pmrv commented Jan 21, 2022

@niklassiemer It seems the macos tests are broken right now, did that happen for other PRs as well?

@niklassiemer
Copy link
Member

Seems to be related to #646. Skimming through recent PRs, this problem pops up in a few places.

@niklassiemer
Copy link
Member

I now merged the PR from Jan and retriggered the tests.

@pmrv pmrv merged commit 9dd9fc2 into master Jan 31, 2022
@delete-merged-branch delete-merged-branch bot deleted the errorout branch January 31, 2022 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working format_black reformat the code using the black standard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants