[roll] Roll fuchsia [blobfs][test] Speed up BlobfsPagerTest

One of the test cases was writing almost 256M of data to a VMO in
64-byte chunks, to simulate the presence of merkle tree data. We only
need to poison the unaligned tail of the last data block (which is at
most 8K), so change the test to do that instead.

Original-Bug: 74659
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/518483
Original-Revision: 822d55ca5d656278bfb5c46ac916e56dc3616a21
GitOrigin-RevId: 434019659704d13e9ab596d6178c773a4fa65005
Change-Id: I89a3051efea40b718146ce729962af2581371f8d
1 file changed
tree: 76d469e1a6d8417ef17e0f2358416251b1e1a3e3
  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.