[roll] Roll fuchsia [run-test-suite] Handle timeouts in run-test-suite

Adds logic to run-test-suite so that it handles timeouts itself instead
of passing on the option to test_manager. These new timeouts handle
hangs from logs or any other artifact and replace the timeouts added
previously to handle logs only.

run-test-suite now calls SuiteController::Stop when a suite has
exceeded the timeout. After a grace period, run-test-suite closes the
channel to kill the suite. For ffx test, the grace period is configured
using a new ffx config value, 'test.timeout_grace_seconds'.

Original-Bug: 94333
Original-Fixed: 98223

Multiply: run_test_suite_integration_tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/732584
Original-Revision: 0981864ec2728e73772484021104b541e266a2a2
GitOrigin-RevId: 4abe0fa0d7260905f802036bf51ecdc69725953e
Change-Id: I7d882fdd64823f212005886dfb01204d6acd6a77
1 file changed
tree: 77e55802ca99010576e1a07a0f10ad43ca6a588d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.