[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}
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.