[roll] Roll fuchsia [netstack-gotests] Avoid deadlock on waiter events

TestTCPEndpointMapConnect is hitting a deadlock because the test is
written to assume at most 2 events are sent to the waiter constructed
for the test, but the waiter could be notified up to 3 times. The fix
is to increase the buffer size of the channel the events are being
written to.

Original-Fixed: 97765
Multiply: netstack-gotests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/706931
Original-Revision: c9112cddf9bf8291600f32f22f011f977735e2f9
GitOrigin-RevId: a418e9a79c35bffaa32481f5925463d127cf474c
Change-Id: Ib62a5f085371090f853da0d85c011e27e9d37616
1 file changed
tree: c948cdebec4cd6a72d44da4a407db206f5475da7
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.