Description[Android] Nuke the test server port lockfile explicitly.
ports.ResetTestServerPortAllocation is called in two locations, once in a
multithreaded context in which it's holding the lock file and once in a
singlethreaded context in which it isn't. It currently nukes the lock file,
which is fine in a singlethreaded context but can cause duplicate port
allocation in a multithreaded context. This CL will allow that function
to stop nuking the lock file in a subsequent CL to fix that issue.
BUG=631018
Committed: https://crrev.com/fdec47a6f1b4e7db662796344a115a72b6c0805f
Cr-Commit-Position: refs/heads/master@{#407791}
Patch Set 1 #
Total comments: 2
Patch Set 2 : mikecase comment #Messages
Total messages: 11 (4 generated)
|