[roll] Roll fuchsia [debugger] Deprecate NotifyComponentDiscovered

The underlying ComponentManager event was deprecated some months ago
(see the bug).

This ended up breaking recursive filters such that tests that have a
programless root component, because we never get the notification for
the matching component URL that is installed by fx test. This manifests
in tests running with `fx test --break-on-failure ...` not breaking at
all on any kind of failure or crash.

The recursive filter installation now happens in response to
ComponentStarting events, but this isn't enough to completely solve the
problem, because these events are not emitted for programless components
that are started lazily. TestManager is changed in
https://fxrev.dev/c/1163032/ to start the test realm's root component
eagerly so that we are guaranteed to get this notification for tests.

Original-Fixed: https://fxbug.dev/375663708
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153733
Original-Revision: dec1089311a79b48da885c0b9645debcf8f10df2
GitOrigin-RevId: 9472e3f7a0b0975199e959cd04e1bbed5e39b149
Change-Id: Id3f1620a5d6173cbe8cf4f00b9d8611c36063345
1 file changed
tree: 28e730ed6c76e57e4a9f49c09bac368fd60229e0
  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.