You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
149663: roachtest: skip many perturbation tests r=arulajmani a=stevendanna
These tests are useful for a few reasons:
1. They are very sensitive to latency outliers (something we care about!).
2. They test our ability to post-mortem debug non-fatal issues such as latency increases.
3. They help ensure that the impact of the given perturbations don't get worse.
Unfortunately, they also result in a large number of time-consuming failures. Our strategy to bring them under control is to skip those with high failure rates and then work, as time allows, to re-enable them one by one.
Epic: none
Release note: None
149981: ui: fix text overflow on job details page r=kyle-a-wong a=kyle-a-wong
If the error message for a failed job contained long unbreakable strings, it prevents the error message component from shrinking, causing it to be hidden under other components.
Now, the error message component will be able to break anywhere so that it can be legible on smaller viewports.
Resolves: CC-33142
Epic: CC-32806
Release note: None
Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: Kyle Wong <[email protected]>
0 commit comments