commit | c4cb178750c410476acdba1f2d3a45a78c31f669 | [log] [tgz] |
---|---|---|
author | Claire Gonyeo <cgonyeo@fuchsia.infra.roller.google.com> | Fri Apr 04 05:00:10 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 04 05:02:30 2025 -0700 |
tree | d15388409503e869d592a1d1ef7cc17957bb57b7 | |
parent | f33f82b1442daa056c34d8ae26b4360945758045 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.