[roll] Roll fuchsia [ufs] Prevent race condition in unit test.

Invoking `ProcessCompletionOfIoRequests();` in the unit test code
causes race conditions with the IO worker thread, which is also
processing IO completions. Don't invoke this, and let the IO worker
thread process the IO completions.

Test: fx test ufs-tests

Original-Original-Bug: 513562222
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1622854
Original-Original-Revision: 5fa7329a9b49f280d25d79fa094e5f4bce6dfeab
GitOrigin-RevId: bab7cd9a532f2d4c044209b980a042b1fe9e49fb
Change-Id: I319abf1d75f35abce652552d7f43224cc7150b66
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1622392
Cr-Commit-Position: refs/heads/main@{#193329}
1 file changed
tree: da9295222879b6e33562c13d51f82071261eeed7
  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.