commit | df8639ab1ba2241e187424015e20ee7098ef038a | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Tue Aug 20 08:31:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 20 08:31:17 2024 |
tree | 81b5c496a42c030ebb44fdfe0854f6a7bb86c734 | |
parent | f0aaeba7652cc335037d3c492fa5adedede7a912 [diff] |
Ensure preconnect completes in HttpNetworkTransactionTest.NetworkIsolationPreconnect When the HttpStreamPool is used, preconnects don't complete synchronously. Add RunUntilIdle() to the test to make sure preconnects complete. This CL fixes the test when the HttpStreamPool is used. Bug: 346835898 Change-Id: Ib89e0e5337c93a8013ca8a6a7e62a5e4fe5ef648 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5799424 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1344005}
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.