From: A. Unique TensorFlower Date: Fri, 27 Apr 2018 05:06:36 +0000 (-0700) Subject: Reenable factorization_ops_test on ASAN after adding shard_count = 4. Tests now X-Git-Tag: upstream/v1.9.0_rc1~206^2~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c845cb25ee44d52810c0f06e7843d5b14f8b6b4;p=platform%2Fupstream%2Ftensorflow.git Reenable factorization_ops_test on ASAN after adding shard_count = 4. Tests now finish with these stats: "max = 150.6s, min = 27.4s, avg = 66.3s, dev = 19.5s" over 1000 runs and this runtime distribution should be fairly safe for deadline of 300s. PiperOrigin-RevId: 194500204 --- diff --git a/tensorflow/contrib/factorization/BUILD b/tensorflow/contrib/factorization/BUILD index f28d954..effec42 100644 --- a/tensorflow/contrib/factorization/BUILD +++ b/tensorflow/contrib/factorization/BUILD @@ -215,7 +215,7 @@ tf_py_test( "//tensorflow/python:platform_test", "//tensorflow/python:sparse_tensor", ], - tags = ["noasan"], # times out b/78588193 + shard_count = 4, ) # Estimators tests