New issue
Advanced search Search tips

Issue 917074 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 913156
Owner:
Closed: Dec 20
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 2
Type: Bug

Blocking:
issue 884299



Sign in to add a comment

net_unittests spawn too many test servers on Fuchsia.

Project Member Reported by fdegans@chromium.org, Dec 20

Issue description

See this sample failure:
https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8926621167949587616/+/steps/net_unittests/0/logs/SSLClientSocketReadTest.Read_WithFatalAlert__x2f_0/0

[694490:1130760093:1220/125441.533482:739187612:ERROR:remote_test_server_spawner_request.cc(141)] Spawner server returned bad status: HTTP/1.0 400 Invalid request, Too many test servers running
[694490:2125913849:1220/125441.540826:739194817:ERROR:ssl_client_socket_unittest.cc(834)] Could not start SpawnedTestServer

It is likely another test fails to shut down the server.
 
The spawned test server is a python server running on the host machine. There can be up to |test_concurrency| servers started (4 in our case). If all 4 test runners are running tests that make use of the spawned test server, it is possible a test server is not shut down before the next test attempts to spawn a new test server. I will try increasing the spawn limit by 1.
Mergedinto: 913156
Status: Duplicate (was: Assigned)

Sign in to add a comment