commit | 7243d8cf940686d54f550e98cb599a6f8de8b2f8 | [log] [tgz] |
---|---|---|
author | Christopher R. Johnson <crjohns@fuchsia.infra.roller.google.com> | Wed Sep 18 23:04:35 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 18 16:06:41 2024 -0700 |
tree | b2fde4963c7b102b98c8b3b53fe30f672f5d63d5 | |
parent | 014c6ce0822379ece1b9080e9e341522e0c12eb8 [diff] |
[roll] Roll fuchsia [fxtest] Show output for tests running during Ctrl+C Ctrl+C terminates execution immediately, not leaving time for tests to clean up or print output. This change ensures that sending SIGTERM or SIGINT will result in the following: 1) All tests themselves receive SIGTERM 2) After a delay, all tests will receive SIGKILL 3) Any running test when execution is cancelled will have their output printed. 4) Sending SIGTERM/SIGINT twice (Ctrl+C twice) will terminate the async loop and exit the program no matter what is being waited on. Original-Fixed: 297567901 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1120212 Original-Revision: 987e631e1c4afef4beeb437c0da90b3a3c2cf156 GitOrigin-RevId: 01f4b5d3f5ca0fbfb466af74ea918025c2d7453a Change-Id: Ib7c407b444f8997f77b8e3b6ab72a13c491ddf54
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 via the IRC channel #fuchsia
on Freenode.
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
.