[roll] Roll fuchsia [run-test-suite] Use buffered io

Using buffered IO for these file reads and writes greatly improves
the runtime of run_test_suite_integration_tests, down to around 19
seconds from 52 seconds on an ASAN build.

The effect of buffering is likely to be much smaller in ffx test, as
file writes on host don't require writes over fidl.

Original-Fixed: 92308
Multiply: run_test_suite_integration_tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/641905
Original-Revision: c022ab57c9c1571e3ac8c7c89babc4f08d0ef7c0
GitOrigin-RevId: 7267a8d7d0fd15a88acece745282abdf6ccb18dc
Change-Id: I3fbc248294389790344cee7c440cd0909b539d32
1 file changed
tree: 95708d8c1fa8d642b3dffb3f538958f2564c1ec5
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.