[roll] Roll fuchsia [sync_io_client] Fix test_open_pipelined_peer_closed flakiness The previous implementation of the test hook used `std::thread::sleep` which was racy and could cause test failures on very slow systems. This change replaces the sleep with `fuchsia_sync::Mutex` and `fuchsia_sync::Condvar` to reliably wait for the peer to close the channel before proceeding. Test: fx test src/storage/lib/sync_io_client Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1550380 Original-Revision: 9d53e024602778bf767496f03195f2d5b7dd4ef4 GitOrigin-RevId: 5efd281655cc7bff5d6b2bb82a1723f3ec19b2d6 Change-Id: I72ead61e307ad7cb4940e2650471152a6df4a4c1
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.