DescriptionEnsure 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170437
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address Marcus' comments #
Total comments: 2
Patch Set 3 : Address Marcus' comments #
Messages
Total messages: 9 (0 generated)
|