[roll] Roll fuchsia [network/tests] Retain sockets for filter tests

The filter-fidl tests are flaking due to subsequent test cases binding
sockets that happen to pick the same ports as preceding ones. Avoid this
by keeping the previous cases' sockets open so that the netstack will
pick fresh ports for each case.

Original-Fixed: 358694020
Original-Fixed: 332875220
Multiply: netstack-filter-fidl-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1099412
Original-Revision: 403622e4e1a9afcfc41d33d1c2bd9e71ada293ca
GitOrigin-RevId: 98c4a8cb86273d8dc0261823d17a040eadd1e00c
Change-Id: Ia33907750c4652a5ce6dd970223cf292ee1099a8
1 file changed
tree: 031066795b416fd912fa41ddac21b5b3fadea2ca
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.