[ARVADOS] updated: 63f93d45b8e96c709906fbb242ad7078f1f66968

Git user git at public.curoverse.com
Fri Aug 26 14:10:23 EDT 2016


Summary of changes:
 sdk/cwl/tests/test_submit.py | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

       via  63f93d45b8e96c709906fbb242ad7078f1f66968 (commit)
      from  b02e3cf1ccf3c9f50252c416b84932377270ddab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 63f93d45b8e96c709906fbb242ad7078f1f66968
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Fri Aug 26 15:09:18 2016 -0300

    9463: Updated CWL tests to match Collection new behaviour.

diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py
index 2dff3e8..21be5c7 100644
--- a/sdk/cwl/tests/test_submit.py
+++ b/sdk/cwl/tests/test_submit.py
@@ -156,8 +156,9 @@ class TestSubmit(unittest.TestCase):
             mock.call(body={'manifest_text': '. d41d8cd98f00b204e9800998ecf8427e+0 '
                             '0:0:blub.txt 0:0:submit_tool.cwl\n',
                             'owner_uuid': 'zzzzz-tpzed-zzzzzzzzzzzzzzz',
-                            'name': 'New collection'},
-                      ensure_unique_name=True),
+                            'name': 'New collection',
+                            'replication_desired': None,
+            }, ensure_unique_name=True),
             mock.call().execute(num_retries=4),
             mock.call(body={
                 'manifest_text':
@@ -215,8 +216,9 @@ class TestSubmit(unittest.TestCase):
             mock.call(body={'manifest_text': '. d41d8cd98f00b204e9800998ecf8427e+0 '
                             '0:0:blub.txt 0:0:submit_tool.cwl\n',
                             'owner_uuid': 'zzzzz-tpzed-zzzzzzzzzzzzzzz',
-                            'name': 'New collection'},
-                      ensure_unique_name=True),
+                            'name': 'New collection',
+                            'replication_desired': None,
+            }, ensure_unique_name=True),
             mock.call().execute(num_retries=4),
             mock.call(body={
                 'manifest_text':

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list