commit | f78349e449cf205f251893c4421af9c86c23559f | [log] [tgz] |
---|---|---|
author | Jacob Rutherford <jruthe@fuchsia.infra.roller.google.com> | Tue Nov 26 17:15:36 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 26 09:17:24 2024 -0800 |
tree | 28e730ed6c76e57e4a9f49c09bac368fd60229e0 | |
parent | af0ad66c08b41ef3cb814441b447a405496d4532 [diff] |
[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
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
.