[roll] Roll fuchsia [routing] deserialize Futures

readdir.await was inside a while...let loop which
blocked the loop for the response. move the readdir
call into the routing_futures async block so that it
happens concurrently.

also changed some panics to log a warning. manifest validation
is only for static decls so it's possible that a component
could dynamically serve a malformed dictionary and crash cm.
this would be a bad actor so i think we should skip + log
rather than panic

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1616691
Original-Original-Revision: f696d777c9f42b4ba5f340e958efc1bed66645da
GitOrigin-RevId: 444609a51877db736c9c9d055eae312123a2c3bd
Change-Id: I3a70676aef155bef3138dbc95da20c836baee7cc
1 file changed
tree: 2b59e92cf7ebad2406b055ce141695702effbedc
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.