[roll] Roll fuchsia [notify-batch-watcher] Change tests to remove sleeps

These tests were flaky because occasionally FSEvents on OS X can observe
directory events from before the creation of the file watcher. This
changes the tests to only look for the changed files we are interested
in, and ignore any other file events that might have occurred. This
should be a bit more robust than waiting to ignore these events
when we created the watcher.

Original-Bug: 848197
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/848065
Original-Revision: 95ac3dc4aee2658fa3b4caa7baebc30698727706
GitOrigin-RevId: dc2f20498b885bf81d5192cc6d3ffcc384770d61
Change-Id: I4ec93b7b596bd1cd4bf243c297eebcdfb0a42805
1 file changed
tree: 5a56e4ff6206306d1127f30b411bcf98f81486df
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.