[roll] Roll fuchsia [setui][tests] Allow finer controlled trigger

This CL allows the light sensor scanning code to use a generic trigger
for starting processing of the next light sensor event. It moves the
trigger creation to the caller, so the production code can still trigger
a time based event, but the tests can use a manual trigger to be more
deterministic in the evaluation of the code. This should hopefully
prevent test flakes due to timeouts we've been seeing.

Original-Fixed: 82610
Test: fx test -o setui_service_tests
MULTIPLY: setui_service_tests:10
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/573421
Original-Revision: a81edf463a4c3815bf5e974668319cbba42bd8b8
GitOrigin-RevId: f2dd02125fbe5a8565176f1cfbf07582bba11244
Change-Id: I35b23fe753a59bdb27253beee6401be10807b4ed
1 file changed
tree: 0db0e8031fc212fc6162fa126526343256f68066
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.