[roll] Roll fuchsia [pkg-cache] Finish running tasks before aborting.

The Drop impl of BlobCloser is not able to await the
fuchsia.io/File.Close call (since Drop is not async). This means it is
not guaranteed that blobfs has cleaned up all partial blob writes before
a failed resolve completes, which means that an immediate retry of the
resolve can fail when pkg-cache tries to open/truncate/write a blob that
blobfs still has open from the previous attempt.

Tested by manually seeing that the test fails when we do not close all
running tasks.

Original-Fixed: 78734

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/546202
Original-Revision: 1ad9ba44b75c3f9c98dd741f8b466a124b4df509
GitOrigin-RevId: 17f5e001bec0d820e656375bb9366fd5eecc5e8a
Change-Id: Id05191d6a8f9bce722b27eebc5dd2c751089d3e5
1 file changed
tree: 63bee5675c94ce040db8a9515716f6a303a93bb8
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.