[roll] Roll fuchsia [events] Implement TakeStaticEventStream to Replace StartComponentTree

This CL implements the EventSource API `TakeStaticEventStream` that allows
taking the server end of a named static EventStream. This will replace
StartComponentTree in subsequent CLs.

`StartComponentTree` is implemented via an implicit EventStream created
on manifest resolution that listens for `Resolved` events synchronously.

Now, engineers can explicitly specify such a static event stream that
listens for `Resolved` events synchronously. This blocks the starting of
child components. Once the test is done setup, we can start the
component tree by dropping that event stream via this new API.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/472038
Original-Revision: 1ad736ae584e2aee4abffd0bac2760c5315e851c
GitOrigin-RevId: 802960d99760c612abf5ed106c61e866ab0aacb5
Change-Id: I44fa70fb0412dae53c5f8f05ee61751a7418282e
1 file changed
tree: 03d8d644402bd2eafc0a6f7a585358e9d755262e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.