[roll] Roll fuchsia [cm] Implement subscribe semantics for event streams opened twice

Currently, if you try to open a v2 event stream more than once,
since the event stream has already been "taken", it will fail.
This patch implements "subscribe" semantics on the second attempt,
so that we call subscribe in the event registry on the second attempt,
then merge the final subscribed streams.

Test: fx test "//src/sys/component_manager/tests/events_v2:events_v2_integration_test_test_events_v2_integration_test_component(//build/toolchain/fuchsia:x64)"

Original-Bug: 81980
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/729004
Original-Revision: e63c9a99bfde93b61784e43abf578629b6914430
GitOrigin-RevId: 82a8bfd203abafbe288201a16f67b7c9a1729eed
Change-Id: I97b424427d5f131ce1e9b8291758125cd9b07291
1 file changed
tree: 1f794ac86c7758e1bfe547a447abf660c9d0fa24
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.