[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.