microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 198 forks source link

Regression task should not comment on bugs if they are not in a Closed state. #3523

Closed mgreisen closed 11 months ago

mgreisen commented 11 months ago

Information

When the regression task runs it will generate a comment on the matching bug if a crash is found. We're finding that we're generating thousands of comments on bugs because it's taking a while before the bug is fixed. This is causing us to run into ADO limits.

We can mitigate this by the regression task only commenting bugs when we need to reopen the bug from a Closed state. We should use Closed and not Resolved because it may take a while for a fix to propagate completely.

AB#166526