[roll] Roll fuchsia [stress-tests] Migrate stress tests to new FVM component

- Added support for Format operation in pure Rust inside the FVM
  component, enabling it to format an empty block device.

- Fixed a critical bug in used_allocation_table_size where the reserved
  0th slice entry was not accounted for, causing allocation table
  truncation and persistence failures on block boundaries.

- Migrated storage stress tests to use the new FVM component model
  instead of the legacy driver, using pathless BlockConnectors.

- Updated stress tests to use the v2 ramdisk implementation.

- Added test_allocation_persistence to FVM component to verify correct
  persistence of allocations across restarts.

Test: fvm_rust_test, storage-stress-tests-short
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1585074
Original-Revision: 6edc48a66bedbb9e1bc7e2495bcbda5dbab02bda
GitOrigin-RevId: a803918607e9cf71d4aa831fd97061fb94b0cbf8
Change-Id: I48f5be8e28acd3bec1fe9faea2a1dd78a46de4bf
1 file changed
tree: fa09220e7df77e0452cb48f72e1be9431cb082f6
  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.