New issue
Advanced search Search tips

Issue 779181 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 2
Type: Bug
Proj-Servicification

Blocking:
issue 769401



Sign in to add a comment

The |ip_map->at(test_server_host)| is empty when running SBNavigationObserverBrowserTest.AddIPMapping

Project Member Reported by juncai@chromium.org, Oct 27 2017

Issue description

When running
SBNavigationObserverBrowserTest.AddIPMapping
browser test using "--enable-features=NetworkService" flag, the following check fails:
EXPECT_EQ(1U, ip_map->at(test_server_host).size());
The ip_map->at(test_server_host).size() is 0, which causes the following:
ip_map->at(test_server_host).back().ip to fail.
 

Comment 1 by laforge@google.com, Nov 7 2017

Components: -Internals>Network>Service Internals>Services>Network
Apologies, applied the wrong component in bulk.

Comment 2 by jam@chromium.org, Nov 10 2017

Status: Fixed (was: Available)
fix in https://chromium-review.googlesource.com/c/chromium/src/+/763874

Sign in to add a comment