Reenable factorization_ops_test on ASAN after adding shard_count = 4. Tests now
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 27 Apr 2018 05:06:36 +0000 (22:06 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 27 Apr 2018 05:09:32 +0000 (22:09 -0700)
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

tensorflow/contrib/factorization/BUILD

index f28d954..effec42 100644 (file)
@@ -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