[ARVADOS] updated: 2.1.0-1217-g6c01778ba

Git user git at public.arvados.org
Wed Aug 25 21:37:29 UTC 2021


Summary of changes:
 sdk/cwl/tests/test_submit.py | 2 ++
 1 file changed, 2 insertions(+)

       via  6c01778ba08a38cc34dcf9776a5db2071b5d9414 (commit)
      from  1cc91b509e26459c461d8753781e2293b94ebeb0 (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 6c01778ba08a38cc34dcf9776a5db2071b5d9414
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Wed Aug 25 18:37:03 2021 -0300

    17696: Fixes sdk/cwl tests.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py
index 1b646a8e4..42cdccf76 100644
--- a/sdk/cwl/tests/test_submit.py
+++ b/sdk/cwl/tests/test_submit.py
@@ -370,12 +370,14 @@ class TestSubmit(unittest.TestCase):
                 'manifest_text':
                 '. 979af1245a12a1fed634d4222473bfdc+16 0:16:blorp.txt\n',
                 'replication_desired': None,
+                'storage_classes_desired': ['default'],
                 'name': 'submit_wf.cwl input (169f39d466a5438ac4a90e779bf750c7+53)',
             }), ensure_unique_name=False),
             mock.call(body=JsonDiffMatcher({
                 'manifest_text':
                 '. 5bcc9fe8f8d5992e6cf418dc7ce4dbb3+16 0:16:blub.txt\n',
                 'replication_desired': None,
+                'storage_classes_desired': ['default'],
                 'name': 'submit_tool.cwl dependencies (5d373e7629203ce39e7c22af98a0f881+52)',
             }), ensure_unique_name=False),
             ])

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list