Eric StJohn
Eric StJohn
Error message here is too broad. It's catching many logs which just mention the test name. I'll update the signature.
There's a number of perfcounter issues with failure mode `System.InvalidOperationException : Category does not exist.` This is a common mode of flakiness for these tests. IIRC there's some loss-tolerance in...
This issue is matching to tests jobs which log test names. Need to further constrain the match.
@lewing the ordering in your ErrorMessage array matters. In the log `geckodriver INFO` occurs before `fail: System.TypeLoadException` so the order in the query needs to swap. I fixed it.
Should we make this `"BuildRetry": true,`?
> Looking at it, it seems the common element is failed builds take longer than 30 seconds to do the upload. Sounds like a solid theory. @directhex maybe we can...
Noting here that @directhex is working on a fix for this but I'm unable to assign this issue to him.
Seems like the hit count here is high enough to warrant us taking steps to mitigate it, @directhex. What do you suggest we do - add more logging, make a...
Should we add `"BuildRetry": false` to the known issue pattern here? I haven't used that feature but it may help.
I think a new one since the pattern observed here (single log statement with NRE) can't necessarily tie it to the single analyzer. Do you have a dump to help...