Fix flakiness in common_runtime/function_test.cc.
authorDerek Murray <mrry@google.com>
Sat, 10 Mar 2018 02:00:26 +0000 (18:00 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 10 Mar 2018 02:04:32 +0000 (18:04 -0800)
commit05aa4e58c88d037868b24a1557a58bc8dd357106
tree39c49e235dc5d3244d80ebb491d5ddf67fd8d26b
parent2d6b626c16430d922b7ce89f0890636037856aac
Fix flakiness in common_runtime/function_test.cc.

The flakiness was due to nondeterministic names being chosen for
folded constants; the fix was to split out the source of the
nondetermism into a separate test.

PiperOrigin-RevId: 188565362
tensorflow/core/BUILD
tensorflow/core/common_runtime/function_test.cc
tensorflow/core/common_runtime/function_threadpool_test.cc [new file with mode: 0644]