Commit cd8b853
Show non-blocking failure message in JUnit failure output
Move the "NON-BLOCKING FAILURE" message from testOutputBytes (which
is prepended to the beginning and not visible in the JUnit failure
lens since it shows the last ~100 lines) into the JUnit
FailureOutput.Output field directly. This ensures informing test
failures are clearly marked as non-blocking when viewed in the
Spyglass JUnit lens in Prow.
Fixes TRT-2573
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0509de9 commit cd8b853
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | 877 | | |
881 | 878 | | |
882 | 879 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
84 | 91 | | |
85 | 92 | | |
86 | | - | |
| 93 | + | |
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
| |||
0 commit comments