[roll] Roll fuchsia [component_manager] rework tests to not use internal event stream types

Some component manager unit tests rely on event streams to assert that
certain events happen. They would do this by minting new internal types,
an EventStream and EventSource.

A future commit will remove these types, as it's less maintenance work
for us to not have them. To prepare for this, these tests are refactored
in this commit to instead rely on the external
`fuchsia.component.EventStream` FIDL API.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231867
Original-Revision: 56b13133957bbb4f56afec4c61091b7b50bfad8f
GitOrigin-RevId: 971a72ac2c7165692cb6bf53b33d78784be1e796
Change-Id: I735384de78101871386eac017772e7da3c15a779
1 file changed
tree: 34096c1b8076ca34a57ba7dcf1c93933943c4956
  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.