Include head and tail of clipped test messages#114954
Include head and tail of clipped test messages#114954k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
@liggitt: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/sig testing |
|
/approve |
|
LGTM label has been added. DetailsGit tree hash: 0103410ef5c1ad563e7ed6fde4f0ed419a115bc6 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates test message clipping to include both the start and end of clipped messages. Sometimes the important bit is at the top (like a data race or panic or test failure), sometimes it's at the end. This helps us see both ends of the message.
/assign @dims