[roll] Roll fuchsia [ffx] Daemon reloads all manual targets on restart

The attached bug describes a workflow where an emulator is dropped from
the ffx daemon's target collection when the daemon restarts, even though
it's still running. I tracked this down to an extra timeout check in the
reload code.

This CL removes the timeout check, and allows the targets to be loaded
regardless of timeout. The daemon's target expiry loop will then remove
and clean up any targets that are no longer responsive.

Original-Bug: fxbug.dev/98510
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/671867
Original-Revision: 5fcc20ab0b5ac5e9b58cf74e27f077d4f55de554
GitOrigin-RevId: 9838b23a565369c35a07d49bb07e3041401e0bab
Change-Id: I215ce3ee3e164520aebf566ce0d759594d4926e8
1 file changed
tree: 3e248cbddceafc5ca87662f10c2e270c563766ad
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.