commit | bea60b3e522a1cd994e4b919c463e7c97d413126 | [log] [tgz] |
---|---|---|
author | Luc Nguyen <lucnguyen@google.com> | Fri Dec 02 15:24:57 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 02 15:24:57 2022 |
tree | cf69cc723fccc8f078cf8c1f4074b9f5e76212b9 | |
parent | 677e0eba45938de013b72b6e18c9fad206d30734 [diff] |
Fix flaky chrome://metrics-internals test The test is flaky on Chrome-branded builds on Windows. This is because: 1. Apparently, in Chrome-branded browsertests builds, we are considered on the "Stable" channel. 2. Windows is sampled at 10% on Stable for UMA So the test fails 90% of the time on official builders (when we are sampled out, metrics service is disabled). This CL fixes this by simulating being sampled in. Bug: 1394384 Change-Id: I6e47b0d21ab660740ec5d02ef8a3e768d57872f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4073404 Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Auto-Submit: Luc Nguyen <lucnguyen@google.com> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/main@{#1078584}
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.