commit | adf9cf8d08fb8dfc593a6b01533ed20d29a5c8ae | [log] [tgz] |
---|---|---|
author | Camillia Smith Barnes <cammie@chromium.org> | Thu Feb 29 22:16:30 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 29 22:16:30 2024 |
tree | c29b1a4c677bd7bed3519f1e9036d60893b0f7dc | |
parent | c686bbfe847867b66163cb7740d90f9c842e616e [diff] |
Shared Storage: Allow perf test xvfb option to find available server num We copy the short xvfb script from py_utils in catapult to the new utils module in tools/perf/contrib/shared_storage so that we can insert logic to find an available server number in the case that the default is already in use. This allows us to avoid an error when trying to use the xvfb option e.g. in two terminals at once, or after the previous use ended in an exception and so failed to properly terminate the xvfb process. (Note that in the latter example above, manual cleanup is possible.) Bug: 1516507,1218540 Change-Id: Ide742791c0782695faa62ea61c2e97258c729d0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5332153 Reviewed-by: John Chen <johnchen@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Reviewed-by: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1267238}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.