[roll] Roll fuchsia [botanist] Run subprocess without piping stdin

Botanist uses the subprocess golib in tools/lib/subprocess to run
subprocesses. This library installs a handler that SIGKILLs all child
processes when a SIGTERM is received; it accomplishes this by sending a
SIGKILL to a PGID. Unfortunately, https://fxrev.dev/498141 breaks this
behavior because it does not set a PGID when stdin is being rerouted
from os.Stdin. This led to cases where botanist would get a SIGTERM and
stop the serial server, but testrunner would continue to run. This led
to the attached flake. This CL gets around this issue by removing
os.Stdin piping to testrunner, which isn't actually necessary.

Original-Bug: 72696

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/538989
Original-Revision: 23fe2ac8cd51ffbfe06d90e7e813a511ae4deeed
GitOrigin-RevId: feed7c81200db8d01dc70cb484e7d379014e3a33
Change-Id: I6a253e40de3d72e62688ac50b1cf1e58e097bd29
1 file changed
tree: 76787a2f3d256794ac5bdaea77dbc94374dee2b2
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.