New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 877192 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Dec 12
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 1
Type: Bug-Regression



Sign in to add a comment

net_unittests fails on Fuchsia FYI bots

Project Member Reported by w...@chromium.org, Aug 23

Issue description

The suite runs ~28k tests, then tests start to fail with:

[ RUN      ] HTTPSRequestTest.ResumeTest
[300749:530761325:0823/015759.416465:156921994:ERROR:remote_test_server_spawner_request.cc(138)] request failed, error: net::ERR_TIMED_OUT
../../net/url_request/url_request_unittest.cc:10670: Failure
Value of: test_server.Start()
  Actual: false
Expected: true
Stack trace:
#00: testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) at gtest.cc:?
#01: testing::internal::AssertHelper::operator=(testing::Message const&) const at gtest.cc:?
#02: net::HTTPSRequestTest_ResumeTest_Test::TestBody() at url_request_unittest.cc:?

[  FAILED  ] HTTPSRequestTest.ResumeTest (30012 ms)

 
Owner: stephanstross@google.com
Status: Assigned (was: Untriaged)
net_unittests were entirely broken since
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/fuchsia-fyi-x64-rel/1897 which included CL https://chromium-review.googlesource.com/1170314

The current behaviour started with build https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/fuchsia-fyi-x64-rel/2070 which included CL https://chromium-review.googlesource.com/1178381

It's not clear whether the second change address the main script break but left some other issue with the runner script, or whether the Fuchsia network stack regressed in the meantime.

These would not have been caught because we haven't yet promoted net_unittests to the CQ (we should do that ASAP, once this is fixed!).


Status: Fixed (was: Assigned)
https://chromium-review.googlesource.com/c/chromium/src/+/1170314/ was reverted

Sign in to add a comment