-
Notifications
You must be signed in to change notification settings - Fork 108
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(ci): Make "test all" log output shorter #5521
Conversation
@Mergifyio update |
✅ Branch has been successfully updated |
I lost the log snapshot but I restarted the CI jobs for 'disk full' messages on the OS jobs (linux and macos) |
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.
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.
@Mergifyio update |
✅ Branch has been successfully updated |
It seems like @dconnolly is busy, @gustavovalverde would you mind reviewing this PR? |
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.
passing, looks good
@Mergifyio update |
☑️ Nothing to do
|
I merged in the changes from PR #5549, then only applied --nocapture to the on-by-default tests. |
@Mergifyio refresh |
✅ Pull request refreshed |
Motivation
Sometimes GitHub truncates the log output of "test all", which makes it hard to find the actual failure.
This impacts some release candidate PRs, and it happens pretty often, so I just went ahead and fixed it.
Part of #5518, but we still need to fix the full sync logs.
Solution
--nocapture
for "test all" in OS and Docker testsReview
This is something @gustavovalverde and I discussed today.
Reviewer Checklist
Follow Up Work