]> git.arvados.org - arvados.git/commit
4499: Normalize manifest in one_task_per_input_file
authorTim Pierce <twp@curoverse.com>
Mon, 8 Dec 2014 18:53:02 +0000 (13:53 -0500)
committerTim Pierce <twp@curoverse.com>
Tue, 9 Dec 2014 20:35:07 +0000 (15:35 -0500)
commit2b4a1e94e76f32be86540ed5048e8b544f9cb428
treebbe8d69ba7bf0c4fccb26e6492067c444a5a1e6d
parent63f3b6068971a29723fd2b1902a0c71baaffa2f7
4499: Normalize manifest in one_task_per_input_file

* arvados.job_setup.one_task_per_input_file now calls cr.normalize()
  before creating tasks.

* Added unit test in test_sdk.py to confirm that the expected number of
  tasks are created when called on a normalized manifest.
sdk/python/arvados/__init__.py
sdk/python/tests/test_sdk.py [new file with mode: 0644]