[roll] Roll fuchsia [fxtest][rewrite] Create new process groups for job handling

Without this change, sending a signal to the processes only affects the
initial processes created, but does not affect their children. This is
fine in many cases, but specifically when running an `fx` command it
results in killing only `fx`, and not the command being run by `fx`.

The result is that AsyncCommand ends up hanging until the process stops
emitting output, which is typically when it decides to terminate
anyway.

This change instead creates a new process group for all commands, and
when terminating or killing it signals to the entire process group. The
result is that both the calling script (`fx`) and the subprocess are
sent the same signal.

Original-Fixed: b/297439693

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/908658
Original-Revision: 2467f8af6b02663b77b7a93c3386cec2b8562fa5
GitOrigin-RevId: e5a41aaa709024bc7bce4169ca0017c6e5fdfe14
Change-Id: Idc66b076e36d36206ebd3e8f3672714485f6e36f
1 file changed
tree: 387247a16ae14904f135a948deeb17592fa23ced
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.