[roll] Roll fuchsia [netstack2] Fix Flake in interfaces watcher tests

The interfaces watcher tests asserted that `Zx.ErrCanceled` is returned
when a watcher client is closed with a pending call to `Watch`. This
assertion is flaky because the call to `Watch` is run in a separate
goroutine, and it's impossible to delay the assertion until we know that
`Watch` has been called.

Instead, remove the assertion, as it's really just verifying a property
of the golang FIDL bindings, rather than the correctness of netstack2.

Original-Fixed: b/332987123
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1021832
Original-Revision: 70df033fa08b4840cc88a56d3c878964d364b82d
GitOrigin-RevId: 5b889100399f716ae62759004dabd6f75fb82cc3
Change-Id: I84b3c254e951562ca4dbaca5471021a564ce976f
1 file changed
tree: 21f2a09a8c620cc1884972b146a666f0d6fe51d3
  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 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.