Ensure host_forwarder is killed when setting up sharding.
This fixes the following issue: - TestSharder.SetupSharding() in run_java_tests.py wasn't calling the super class' SetupSharding() method which kills host_forwarder. The call to Forwarder.KillHost() was moved to RunShardedTest() which isn't supposed to be overridden. This should be more robust. Additionally in case '$ host_forwarder kill-server' failed for any reason, Forwarder.KillHost() now falls back to pkill. BUG=163036 Review URL: https://chromiumcodereview.appspot.com/11421149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170437 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment