[roll] Roll fuchsia [fxfs] Test file should not outlive the filesystem

Currently closing the fixture closes the down the filesystem which means
that FxFile::drop() executes after the filesystem shuts down. This is
also happening to the object stores as well, but it seems that they can
survive this.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1509876
Original-Revision: 4083c794fcb452e030bd398f51367393e7bf36f4
GitOrigin-RevId: 29ae37395e8b32dd3353474c065faf6012ce6214
Change-Id: I1c695097293a80c22346a9c242a13e47b93eb6cd
1 file changed
tree: 68993b91ffb3750e94ff27a8e42f237672442c28
  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.