microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mgreisen opened this issue · comments

Information

  • Onefuzz version: 8.8
  • OS: n/a

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