[ARVADOS] updated: 4fa9baf6590e63975b6053a049543590db0e2527
Git user
git at public.curoverse.com
Thu Feb 9 16:47:35 EST 2017
Summary of changes:
sdk/cwl/tests/test_submit.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
via 4fa9baf6590e63975b6053a049543590db0e2527 (commit)
from bf0945d1136d2578e40909d54e8614085d6f9c34 (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 4fa9baf6590e63975b6053a049543590db0e2527
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Thu Feb 9 18:47:01 2017 -0300
10956: Fixed cwl test mocks to match behaviour change on collection class.
diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py
index bbff612..843e45f 100644
--- a/sdk/cwl/tests/test_submit.py
+++ b/sdk/cwl/tests/test_submit.py
@@ -124,7 +124,7 @@ def stubs(func):
'class': 'Directory'
},
'cwl:tool':
- '4db32e8a15aa48ea084b2f38108f406d+60/workflow.cwl#main'
+ '99999999999999999999999999999994+99/workflow.cwl#main'
},
'repository': 'arvados',
'script_version': 'master',
@@ -146,7 +146,7 @@ def stubs(func):
'listing': [
{'basename': 'renamed.txt', 'class': 'File', 'location': 'keep:99999999999999999999999999999998+99/file1.txt'}
]}},
- 'cwl:tool': '4db32e8a15aa48ea084b2f38108f406d+60/workflow.cwl#main',
+ 'cwl:tool': '99999999999999999999999999999994+99/workflow.cwl#main',
'arv:enable_reuse': True,
'arv:on_error': 'continue'
},
@@ -1127,7 +1127,7 @@ class TestTemplateInputs(unittest.TestCase):
},
'script_parameters': {
'cwl:tool':
- '00e281847a33e1c0df93161d70a6fc5d+60/workflow.cwl#main',
+ '99999999999999999999999999999992+99/workflow.cwl#main',
'optionalFloatInput': None,
'fileInput': {
'type': 'File',
@@ -1188,6 +1188,7 @@ class TestTemplateInputs(unittest.TestCase):
params = expect_template[
"components"]["inputs_test.cwl"]["script_parameters"]
params["fileInput"]["value"] = '99999999999999999999999999999992+99/blorp.txt'
+ params["cwl:tool"] = '99999999999999999999999999999994+99/workflow.cwl#main'
params["floatInput"]["value"] = 1.234
params["boolInput"]["value"] = True
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list