[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.