aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-07-09 15:58:18 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-07-09 16:18:57 -0700
commit189d685cc5917e221a699615a14de7939754af3c (patch)
tree0437b054af2d2ed64fa95e987676181df6f3f953 /tools/run_tests/run_tests.py
parentc1bfe124ab0d151f7619f4fefc08244bd1dd4750 (diff)
Added timeout to port server
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 3bc83c2479..b0e20698bd 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -1094,10 +1094,6 @@ def _shut_down_legacy_server(legacy_server_port):
def _start_port_server(port_server_port):
- # Temporary patch to switch the port_server port
- # see https://github.com/grpc/grpc/issues/7145
- _shut_down_legacy_server(32767)
-
# check if a compatible port server is running
# if incompatible (version mismatch) ==> start a new one
# if not running ==> start a new one