-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "pw_cli: Kill child processes of timed-out
run
"
This reverts commit 06ba62b. Reason for revert: Rollers are broken, investigation TBD Original change's description: > pw_cli: Kill child processes of timed-out `run` > > Tests run using `run`/`run_async` which timed out would previously leave > around their child processes. This could disrupt system state. > > After this CL, when a timeout occurs, child processes will be killed and > waited for completion before killing and waiting for the completion of > the main process. > > Fixed: b/243591004 > Change-Id: Ifeb0796b45c13087cede1b05d2971c195c30607a > Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/131527 > Commit-Queue: Taylor Cramer <[email protected]> > Reviewed-by: Anthony DiGirolamo <[email protected]> > Reviewed-by: Austin Foxley <[email protected]> [email protected],[email protected],[email protected],[email protected],[email protected],[email protected] Change-Id: I1cca3763dfda589161f7e0e677944a7206966fcb No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/131970 Commit-Queue: Anthony DiGirolamo <[email protected]> Pigweed-Auto-Submit: Anthony DiGirolamo <[email protected]> Reviewed-by: Ewout van Bekkum <[email protected]>
- Loading branch information
1 parent
06ba62b
commit 92cc78c
Showing
8 changed files
with
9 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ author_email = [email protected] | |
description = Pigweed swiss-army knife | ||
|
||
[options] | ||
install_requires = psutil | ||
packages = find: | ||
zip_safe = False | ||
install_requires = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters