clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Tolerate some errors as part of external updates

Open oliverchang opened this issue 3 years ago • 0 comments

Currently, a returned error from the reproduction infrastructure causes the Testcase to be marked as invalid:

https://github.com/google/clusterfuzz/blob/ab7dbf2c01610b3f01d60f665d58cd1a6d611e4f/src/appengine/handlers/external_update.py#L87

We should introduce a retry here before we do so.

oliverchang avatar Mar 31 '22 02:03 oliverchang