[roll] Roll fuchsia [ffx][test] Pipeline event and log fidl requests

This sends multiple requests at once, which helps mitigate issues
associated with the roundtrip time when retrieving test results over
overnet.

When running a selection of 15 random tests, this brings the runtime
of ffx test on an emulator down from ~21 seconds to ~15.5 seconds.

I chose the number of concurrent requests by testing powers of 2. I ran
each power 3 times. There doesn't seem to be much difference when
increasing the number of concurrent requests (past 1), but I chose the
values at which improvement basically stopped.

Testing: existing integration tests, and new unit tests for polling
suite events

Original-Bug: 84153, 87923

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/600165
Original-Revision: 15a4e7d1cda936a6f58c4524f63f11e6f414ec21
GitOrigin-RevId: ff68ce0a1ed0a088f4433dff8654c476ab477fb7
Change-Id: I814a28df0902db4af55723d057315470ab78fddd
1 file changed
tree: 54e56509e63ff75c0431a6f52bcc13cec82017f4
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.