[roll] Roll fuchsia [wlan] Add test that watcher_service does not retrigger a snapshot

This change splits an existing test into two separate tests of similar
but not identical logic. One test checks that watchers added at the same
time will receive the same events. The other test checks that, after
consuming events triggered by a snapshot for one watcher, the addition
of a second watcher will not retrigger a snapshot and send duplicate
events to the existing watcher.

Test: This change only adds a test and does not change behavior.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1171112
Original-Revision: bad2dd2c17868e66af921324039966c668456561
GitOrigin-RevId: f1beaee456a2ea4c76bc9fe5b65421587d976de0
Change-Id: If97ef3e692fa5f37adb9f756b837643f316864e6
1 file changed
tree: 9afe1e15974979b7171c3f43ff5caca3432c7f53
  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.