commit | 721daacf6fd9ab13b3df753ab0bf31af952d26f2 | [log] [tgz] |
---|---|---|
author | Evan Wildenhain <wildenhain@fuchsia.infra.roller.google.com> | Tue Sep 20 14:13:41 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 20 07:14:55 2022 -0700 |
tree | 0b3f9dd6ff5098cfa39a749d4815a2244d14c8e3 | |
parent | 20cf98b1e61e68ac0e543a63c07adfa0b59bf4c2 [diff] |
[roll] Roll fuchsia [netstack-gotests] Remove redundant cleanup Removing every individual interface from the stack is redundant with the stack.Close() and stack.Wait() invocations, and is causing us to hit a race upstream involving calling Attach(nil) on the loopback LinkEndpoint at the same time as an ongoing WritePackets call (https://github.com/google/gvisor/issues/7998). Since the upstream issue has been filed with gVisor, this CL removes the redundant cleanup in order to stop having TestTCPEndpointMapClosing flake. Original-Bug: 106034 Multiply: netstack-gotests Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709792 Original-Revision: c6285a47789c75fb2330e69ea3772164d848c381 GitOrigin-RevId: c7c2d88acb9ff85c51efcc03ddb6b2a233194c43 Change-Id: I85a6c28836e2be323e16f87bc18d6929146abdf1
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 via the IRC channel #fuchsia
on Freenode.
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
.