提交 4551e3ef 编写于 作者: Y Yang Chen 提交者: TensorFlower Gardener

#tf-data-service Make sure dynamic sharding works without job_names.

PiperOrigin-RevId: 564516421
上级 da711425
......@@ -57,7 +57,8 @@ class DynamicShardingTest(data_service_test_base.TestBase,
ds = self.make_distributed_dataset(
ds,
cluster,
processing_mode=data_service_ops.ShardingPolicy.DYNAMIC)
processing_mode=data_service_ops.ShardingPolicy.DYNAMIC,
job_name=None)
self.assertDatasetProduces(
ds, list(range(num_elements)), assert_items_equal=True)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册