[roll] Roll fuchsia [starnix][aio] Fix AIOTest.CloneVm

This test was flaky because we were trying to hold onto the memory for
the asynchronous IO operations with a WeakRef to a Task. In this test,
the task that submits the operation can exit before the operation
occurs. Instead, we need to hold a strong reference to the MemoryManager
for the task, which can persist throughout the operation.

Test: AIOTest.CloneVm
Original-Fixed: b/372774866
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1136332
Original-Revision: f2a7ec8f57b714c39fa0734d56c7c61d65d4c1bf
GitOrigin-RevId: 3491cd2926ef0db59af2967eee0a7cccd5935cda
Change-Id: If6f457bacb7407c7662215b3247e9ed0a58fe9bd
1 file changed
tree: 0f1259a678bea984be2d700f9c57ff9c66e07f72
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.