[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
1 file changed
tree: 0b3f9dd6ff5098cfa39a749d4815a2244d14c8e3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.