[roll] Roll fuchsia [trace_manager] Add a Timeout to List Categories

Unlike Start and Stop, list categories waits for a response from the
trace provider. If a trace provider does not respond, this will cause
trace_manager to wait forever for it.

This patch races each GetKnownCategories response against a timeout, and
defaults the response to and empty list if the trace provider does not
respond it time.

Original-Bug: 123170
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/821172
Original-Revision: f84f7634ff2d57672831dc9f8ff44beab67ec4c7
GitOrigin-RevId: 5310b54188636fea1c646825d4b68853ab0df96b
Change-Id: Ibf3383d2dc7b3792f67b4d4b5b5fa911a5c13f92
1 file changed
tree: 1454ae4fb455298d31b9895fd83624f2efd6279a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.