[roll] Roll fuchsia [realm_builder] fix race in realm builder event stream test

The realm builder test for event streams started two eager components,
with one connecting to an event stream and expecting to see a start
event for the other. As these components start up at the same point,
sometimes the former would start before the latter could connect to its
event stream. In this case, we fully expect the second component to miss
the event, as it happened before the event stream was opened.

This commit fixes this race by making the first component lazy and
having it be started by the second component only once the event stream
is connected to.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243844
Original-Revision: 98c6a02ff1633d1e1f36f2713de45225097ca07e
GitOrigin-RevId: 5e777b9ad8af62e117017b6263dcec5841412a1b
Change-Id: Ied9051f6e1f208693f3748067360143e48a3c6cf
1 file changed
tree: d15388409503e869d592a1d1ef7cc17957bb57b7
  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.