[roll] Roll fuchsia [network/tests] Address DHCP integration test flake

Addresses flakiness in `acquire_persistent_dhcp_server_after_restart`
where the DHCP server is stopped and restarted and the new server fails
to bind to the DHCP server port because it's still in use.

While UDP socket close is synchronous on socket drop, the call to stop
the server (and thus drop the socket) is not -- it aborts the server
future which does not interrupt an in-progress poll. Add a short polling
loop to wait for the socket to close before attempting to start the
server again.

Original-Original-Fixed: 513562233
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1627695
Original-Original-Revision: ec70554003dc5e0eb82073c081ede32afe08c8b5
GitOrigin-RevId: 7c20b473c8d209bae1934edd834957c15d20b2c5
Change-Id: I9e593e3c3fcfccc32e69965eb66ce146b0e5272d
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1627486
Cr-Commit-Position: refs/heads/main@{#193470}
1 file changed
tree: b868ac5b69b7030686fe2c032e642fbb4303244d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.