commit | 830485d2e3cc6ebc6a7046a2189f410194071468 | [log] [tgz] |
---|---|---|
author | Claire Gonyeo <cgonyeo@fuchsia.infra.roller.google.com> | Wed Mar 26 09:29:09 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 26 09:30:29 2025 -0700 |
tree | 34096c1b8076ca34a57ba7dcf1c93933943c4956 | |
parent | 53a7642f22a71b491e0aaa0469ba3078e6ce22af [diff] |
[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
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
.