commit | 4a70e5b17bc63c5b5234176633c369310e192d11 | [log] [tgz] |
---|---|---|
author | Leonid Baraz <lbaraz@chromium.org> | Fri Sep 30 20:12:04 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 20:12:04 2022 |
tree | 42266db161f8578d4fa4b911ee35ed2bdb2f06ad | |
parent | 0b1af11c4094c055b4c9d5590e5885ba2a62120b [diff] |
Fail pending Enqueues if actual queue fails. Make it so that when Speculative queue fails to create actual queue, all pending Enqueues are aborted with the same error status. This way we prevent a possibility that pemanent failure to create queue (e.g., missing DM token) cause advance Enqueues to never finish. Added unittest for this case. Also, slightly improved tests readability. Bug: b:239583016 Change-Id: If26b9ff2bf0fffb912a80c240d411a49473db416 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3931028 Commit-Queue: Vignesh Shenvi <vshenvi@google.com> Auto-Submit: Leonid Baraz <lbaraz@chromium.org> Reviewed-by: Vignesh Shenvi <vshenvi@google.com> Cr-Commit-Position: refs/heads/main@{#1053735}
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.