commit | 56b13133957bbb4f56afec4c61091b7b50bfad8f | [log] [tgz] |
---|---|---|
author | Claire Gonyeo <cgonyeo@google.com> | Wed Mar 26 09:27:38 2025 -0700 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 09:27:38 2025 -0700 |
tree | ff0705950ff18c0127f66d0532dced4e90346e6f | |
parent | 8fe5f7a1054697790be12bb5b4984d3b5897863e [diff] |
[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. Change-Id: I1ae80593e5fa60f78fce82d9da212913ebf9cba6 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231867 Commit-Queue: Claire Gonyeo <cgonyeo@google.com> Reviewed-by: Amanda Tait <atait@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.