New issue
Advanced search Search tips

Issue 839422 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 836036
Owner: ----
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

net_unittests failing on Mac

Project Member Reported by jonr...@chromium.org, May 3 2018

Issue description

There have been a series of failures of net_unittests on Mac:
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests

It appears that local_test_server_posix.cc is failing to start. As the various failing tests show similar errors:

[ RUN      ] OCSPVerify/HTTPSOCSPVerifyTest.VerifyResult/2
[34975:779:0503/035159.275460:18520959759828:ERROR:local_test_server_posix.cc(81)] poll() timed out; bytes_read=0
[34975:779:0503/035159.275570:18520959847881:ERROR:local_test_server_posix.cc(169)] Could not read server_data_len
../../net/url_request/url_request_unittest.cc:10809: Failure
Value of: test_server.Start()
  Actual: false
Expected: true
Stack trace:
0   net_unittests                       0x000000010766f16b testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) + 91
1   net_unittests                       0x000000010766eb29 testing::internal::AssertHelper::operator=(testing::Message const&) const + 89
2   net_unittests                       0x0000000107340c8b net::HTTPSOCSPTest::DoConnectionWithDelegate(net::BaseTestServer::SSLOptions const&, net::TestDelegate*, net::SSLInfo*) + 507
3   net_unittests                       0x0000000107340487 net::HTTPSOCSPVerifyTest_VerifyResult_Test::TestBody() + 359
../../net/url_request/url_request_unittest.cc:11668: Failure
Expected: DoConnectionWithDelegate(ssl_options, &delegate, &ssl_info) doesn't generate new fatal failures in the current thread.
  Actual: it does.
Stack trace:
0   net_unittests                       0x000000010766f16b testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) + 91
1   net_unittests                       0x000000010766eb29 testing::internal::AssertHelper::operator=(testing::Message const&) const + 89
2   net_unittests                       0x00000001073404e2 net::HTTPSOCSPVerifyTest_VerifyResult_Test::TestBody() + 450
[  FAILED  ] OCSPVerify/HTTPSOCSPVerifyTest.VerifyResult/2,

Could someone on the net-dev team help triage this failure?

 
Cc: -net-dev@chromium.org
Components: Infra>Client>Chrome
Flagging with Infra, since failures to start the Spawned Test Server suggest something in the Python or bot configuration may have changed recently.

Looking at https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests?limit=200  , https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests/31642 was the first failure I could find ( but it may have been going on since earlier). Nothing in that list makes me suspect anything, so I worry infra-related.
Cc: jbudorick@chromium.org
John: Adding a CC in case you're aware of any changes that may have changed how Python works have gone by recently.
Mergedinto: 836036
Status: Duplicate (was: Untriaged)
Marking as a dupe, but there's been no activity on the bug I'm merging this into, so any help with it would be much appreciated.

Sign in to add a comment