aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-03-03 10:20:31 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-03 10:21:35 -0800
commitf16ee4b4c1cc2054bb6a640632806f11ff720e3f (patch)
tree4b22c408534e93c27cfb71749cadb00f7452aeb1 /tensorflow/core/distributed_runtime/rpc/BUILD
parent7395855e6397eb15c3ce7fd91619eef6d292ae6c (diff)
Rollback of "Turn on exclusive mode for grpc session tests to prevent TOCTTOU
port-binding races that cause test timeouts. Partially addresses #1363." Change: 116264279
Diffstat (limited to 'tensorflow/core/distributed_runtime/rpc/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/BUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD
index 9dad14abf1..b66719620d 100644
--- a/tensorflow/core/distributed_runtime/rpc/BUILD
+++ b/tensorflow/core/distributed_runtime/rpc/BUILD
@@ -318,13 +318,9 @@ cc_library(
alwayslink = 1,
)
-# TODO(vrv): These tests open many ports, resuting in TOCTTOU
-# port-binding races that cause test timeouts. We run these in
-# exclusive mode to reduce the probability of these races, but the
-# longer term solution is to remove the race.
tf_cc_tests(
linkstatic = tf_kernel_tests_linkstatic(),
- tags = tf_cuda_tests_tags() + ["exclusive"],
+ tags = tf_cuda_tests_tags(),
tests = [
"grpc_channel_test.cc",
"grpc_server_lib_test.cc",