[roll] Roll fuchsia [fx-test] delegate timeouts to test_manager

This CL changes the behavior of fx test to delegate timeout
implementation to test_manager. It also turns on timeouts by default,
allowing the option to disable them.

Previously, fx test --timeout was implemented by killing the ffx test
process after the specified interval. Timeouts were off by default.
This CL changes the implementation of timeouts by delegating them to
ffx test run (using its timeout option). ffx test run, in turn,
delegates timeouts to test_manager. fx test will still kill the
ffx test run process if the timeout interval is exceeded by more than
a minute.

Rather than disabling timeouts by default, the default timeout interval
is used instead. The default timeout interval for a test is five minutes
unless tests.json specifies another value. --timeout 0 disables the
timeout.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1413094
Original-Revision: 0a7211e913c0be3fceb8cac4fa082cb3e01dd0e5
GitOrigin-RevId: b5a02fb14cdbfe0e528a6c85b6753ac26114dcc9
Change-Id: Ica1e394ffe8ec974c14e204efe84f6d77e60a72f
1 file changed
tree: 1bdfc1c1e45fa96a0a6a8e269ed99ecf6d738cc5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.