| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
"testing session recovery behavior. Run this script again as run with "
"the --terminate-sessions flag to terminate these sessions.")nit: This sentence has extra words. Maybe: "Run this script with the --terminate-sessions flag..." or "Use the --terminate-sessions flag..."
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
"testing session recovery behavior. Run this script again as run with "
"the --terminate-sessions flag to terminate these sessions.")nit: This sentence has extra words. Maybe: "Run this script with the --terminate-sessions flag..." or "Use the --terminate-sessions flag..."
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Trybots are stuck. I'm going to skip CQ since there is nothing buildable or testable for the script.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: remoting/tools/run_multi_process_host.py
Insertions: 2, Deletions: 2.
@@ -296,8 +296,8 @@
help=
"Skip terminating remote sessions on exit. Graphical sessions created "
"by CRD will be kept even after the host has exited. This allows for "
- "testing session recovery behavior. Run this script again as run with "
- "the --terminate-sessions flag to terminate these sessions.")
+ "testing session recovery behavior. Run this script as root with the "
+ "--terminate-sessions flag to terminate these sessions.")
parser.add_argument("--terminate-sessions",
action="store_true",
help="Only terminate remote sessions and exit. "
```
[crd host][linux] Allow run-multi-process-host script to keep sessions
Update the run_multi_process_host script so that:
remoting/tools/run_multi_process_host.py out/debug
Runs the host as usual and terminates sessions once host stops running
remoting/tools/run_multi_process_host.py out/debug --keep-sessions
Runs the host but does not terminate sessions once host stops running
sudo remoting/tools/run_multi_process_host.py --terminate-sessions
Terminates all CRD-managed sessions. No out-dir needed.
This is to allow testing desktop session recovery after the host process
has died or during host update.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |