Descriptiondevtools: new workflow for multiple simultaneous `mojo_run` runs.
This patch provides a new workflow for multiple simultaneous runs of
`mojo_run`. In the new workflow first instance of `mojo_run` is started
normally, while the subsequent ones get the `--reuse-servers` flag.
`--reuse-servers` skips spawning any dev servers, instead it assumes
that they are already running and only sets up port forwarding if
needed. This preserves caching and should work over adb_remote_setup.
The previous workaround switches: `--free-ports` and `--free-host-ports`
are removed.
Fixes https://github.com/domokit/devtools/issues/55 .
R=qsr@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/b80202520e08230ac7c114569ffc0840581b4e0c
Patch Set 1 #Patch Set 2 : Rebase. #Patch Set 3 : Address Ben's comments. #
Messages
Total messages: 4 (0 generated)
|