[roll] Roll fuchsia [fxfs] Profile tests to never have zero file contents.

These failures started when the kernel made changes to page reclamation
and attribution tracking. It's possible that the zero page scanner might
find the first file (file zero) to have the one populated page as all
zeroes and reclaim it before we check that it was paged in.

Make the file contents non-zero to avoid this. Now it should contain the
ascii version of the file numbers, which should never be zero.

Original-Bug: 484869733
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1581793
Original-Revision: 1fe94ca5e64c6c45ecef5a65b71b326cd9fcdc31
GitOrigin-RevId: a7a0bd5cfda59215131cfb3638904e9504a04571
Change-Id: I305c0cd1eeecf9ba1ce87895d313d7c19d7df181
1 file changed
tree: 17194ac8c269075771238101f818942f78f081ae
  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.