kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Build page should show all pattern matches, not just the best one #48

Closed ezyang closed 5 years ago

ezyang commented 5 years ago

On https://dr.pytorch.org/build-details.html?build_id=11847231 I only see one pattern match. But it's not actually the one I want because it grabs the wrong log line; i.e., not the one with the actual error message. I suspect there is another pattern that gives me the info I want. But the UI tells me that this shows the "best" pattern match only. Show me all of them!

kostmo commented 5 years ago

The "all matches" table is hidden when there is only one match. I've now added a "Only 1 pattern match was found in the entire log" note when that's the case to make it less confusing.