[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
1 file changed
tree: bb12a69fcf7e1e1212fc7d5193e02420da9adcd9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.