Don't error out if a FBInfer run doesn't generate a report.

Review Request #12138 — Created March 11, 2022 and submitted

Information

ReviewBot
release-3.0.x

Reviewers

The FBInfer post-processing code made the assumption that reports would
always be provided after a run. This doesn't appear to always be the
case in production.

The tool now checks for the presence of a report and returns empty
results if not found.

Unit tests pass.

Tested with a real FBInfer run that generated no results. Verified
no errors were logged.

Summary ID
Don't error out if a FBInfer run doesn't generate a report.
The FBInfer post-processing code made the assumption that reports would always be provided after a run. This doesn't appear to always be the case in production. The tool now checks for the presence of a report and returns empty results if not found.
b0c99bff9175bb64f2ee0198809aec271ea34262
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (80ce066)
Loading...