| commit | f6890b85050ee42237510244916b3aaa13f39f6c | [log] [tgz] |
|---|---|---|
| author | Anunoy Ghosh <anunoy@chromium.org> | Mon Dec 09 14:44:04 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 09 14:44:04 2024 |
| tree | 0d75402400f93ced31c11c5ebd187eadefada7d5 | |
| parent | 1a52ad0e994594742a8e0ed501305764ab922ec5 [diff] |
Fix NetworkContextTest.DeviceBoundSessionsEnableWithStore unit test The test previously crashed intermittently because it exited before the device bound session credentials (DBSC) service was finished with the sessions database test file. This CL ensures the test does not exit prematurely by waiting for the sessions database access to complete. Bug: 372430171 Change-Id: I48ea05c78bd5e56f3ea0b30e0d2f7fa0d6d9f9e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077425 Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Anunoy Ghosh <anunoy@chromium.org> Reviewed-by: Kristian Monsen <kristianm@chromium.org> Cr-Commit-Position: refs/heads/main@{#1393643}
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.