[roll] Roll fuchsia [block_server] Process requests on a dedicated thread

Ensure requests are processed on a single dedicated thread, rather than
creating a new thread each time the request handler is called. This
ensures the ordering of request batches is consistent which some tests
rely on, and avoids thread safety issues when request hooks persist
state between calls.

This was causing test flakes in `GroupWithSimulatedFua` as the hook was
being invoked from multiple threads at the same time.

Original-Fixed: 474224981
Test: fx test block-server-cc-tests
Multiply: block-server-cc-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1480180
Original-Revision: dd16e784852f481501c1cf7782c29d9510cca413
GitOrigin-RevId: 844496859cb0abce3debe746a50fe89eb9c56eae
Change-Id: Iccf6bb1481252619b79fd651cfb7d75f16c35219
1 file changed
tree: 3b0a0cc0b9dc002cffb1ed7d8f010aa37955198f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.