commit | 98463d098ef19a7245d88d1e5bd26bb96ee1ca83 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Fri May 23 04:12:07 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 23 04:12:07 2025 |
tree | c40f8a9bc04a030401e50b8ff4e9c926fb25a925 | |
parent | ad1f8ec51a5a765bad7d29c7f19addb489a96254 [diff] |
HttpStreamPool: Update some tests This is a preparation for making AttemptManager enter "draining" state after all jobs are notified. Some tests assumed that: - Could access AttemptManager via Group after notification. - Only one FakeServiceEndpointRequest was needed. When we make AttemptManager enter "draining" these don't always hold. Update some of these tests to remove such assumptions. Changes are: - Use the associated AttemptManager of a StreamRequester, which can be used unless the AttemptManager is destroyed. - Use the default resolution for ServiceEndpointRequest. No behavior changes. Bug: 414173943 Change-Id: I550ae7455e65aa25ba8132f2b604390a7bf5efe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6581796 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Cr-Commit-Position: refs/heads/main@{#1464552}
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.