[roll] Roll fuchsia [netemul] Enforce synchronous checked shutdown

Change the netemul crate to, by default, enforce a synchronous checked
realm shutdown whenever we drop the realm handle. This ensures that all
components in the realm that implement shutdown (notably targeting
netstack in follow-up change) perform all teardown necessary and ensure
all threads are joined, catching any possible panics in that process.

Note that TestRealm now carries an Arc so we can maintain the
semantics of a TestInterface being sufficient to keep the realm in which
it was created alive.

Original-Bug: 380897722
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1257508
Original-Revision: bceaf39e5702df65579bb8957650359aa3671634
GitOrigin-RevId: 51964ba239398e00135a5c2566b8af47b2b3ac26
Change-Id: Ice3af98a4848f03a49cd2afa0a838de439110c67
1 file changed
tree: 4d68ad04bbc28526346268569a664fc0c39c8888
  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.