[roll] Roll fuchsia [netstack3] Fix flake in inspect integration test

The newly introduced per-socket TCP counters are causing the NS3 inspect
integration test to flake. Occasionally, we see 2 Syns sent, rather than
1, on connected sockets. My suspicion is that this occurs if the
original SYN is lost and needs to be retransmitted.

Relax the assertions and simply verify that the number of segments sent
is non-zero.

Multiply: netstack3-inspect-integration-tests

Original-Fixed: 405210455
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1234024
Original-Revision: 3a0b7182ea9181635b2a1a922b08e4428fbf374d
GitOrigin-RevId: 8af45a3d7568e94b8874804964013d3e3626e07b
Change-Id: I366ea6bdd99c66585728d62f06c0da80982c3a37
1 file changed
tree: 5d6450ece7026170c5b601915e08b0695c229782
  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 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.