[roll] Roll fuchsia [starnix] Consume all ComponentController requests

We were only consuming the first ComponentController request in the
stream, which means that if a Stop request came in, and then timed out,
and subsequently a Kill request came in, we'd never observe the latter.

Address this by consuming the requests in a loop so that even if we've
already started shutdown due to a Stop request, we still respect
subsequent Kill requests.

Original-Bug: 409364939
Test: _session_restart_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249005
Original-Revision: 3f7cece5a1a9ab048009ddcd5cc71f4674a9ff82
GitOrigin-RevId: 27af6970bb99986133ed45c69e36882d5c372334
Change-Id: I836702af390e272d289fd93db7fd0434b4e5588b
1 file changed
tree: a4ac2e0b6e09d97516cc4ebaa7aba7e87aed632f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.