[roll] Roll fuchsia [component][fuzzing] Improve handling of Connect errors

This CL adjusts fuzz_ctl, fuzz-manager, and fuzz-registry to better
handle errors returned by fuchsia.fuzzer.ControllerProvider/Connect:

1. fuzz-registry now clears the "connecting" placeholder in its fuzzer
   map when fuchsia.fuzzer.Controller/Connect fails.
2. fuzz-manager now tells the registry to stop/disconnect a fuzzer
   when fuchsia.fuzzer.Manager/GetOutput fails.
3. fuzz_ctl now returns an error when fuchsia.fuzzer.Manager/GetOutput
   returns a status other than OK.
4. fuzz_ctl now tries to stop a fuzzer when it returns an error.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/740605
Original-Revision: 92b3aa4dd35eb1d1628d1a05d33be03bfe0177f8
GitOrigin-RevId: 503fbb3c4efeed159f23ee587eb6284c57f92094
Change-Id: I09bb010b7e9fee887f6d53c347cc1acb054a9c6a
1 file changed
tree: 53fdf9ade3382d3c14cf764e2d7e5ce1207fb659
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.