[ARVADOS] updated: 287a03d273629ef15f77721ad2c7ce572fb5c078

Git user git at public.curoverse.com
Tue Nov 8 16:07:43 EST 2016


Summary of changes:
 sdk/cwl/tests/test_make_output.py | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

       via  287a03d273629ef15f77721ad2c7ce572fb5c078 (commit)
      from  b1b7794d253c653a370200c2b33d477d3f7f231e (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 287a03d273629ef15f77721ad2c7ce572fb5c078
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Nov 8 16:03:55 2016 -0500

    10460: Want to propagate size fields to output.

diff --git a/sdk/cwl/tests/test_make_output.py b/sdk/cwl/tests/test_make_output.py
index 776f07c..3228ad7 100644
--- a/sdk/cwl/tests/test_make_output.py
+++ b/sdk/cwl/tests/test_make_output.py
@@ -42,7 +42,8 @@ class TestMakeOutput(unittest.TestCase):
             "bar": {
                 "class": "File",
                 "location": "keep:99999999999999999999999999999992+99/bar.txt",
-                "basename": "baz.txt"
+                "basename": "baz.txt",
+                "size": 4
             }
         })
 
@@ -52,11 +53,13 @@ class TestMakeOutput(unittest.TestCase):
         self.assertEqual("""{
     "bar": {
         "class": "File",
-        "location": "baz.txt"
+        "location": "baz.txt",
+        "size": 4
     },
     "foo": {
         "class": "File",
-        "location": "foo.txt"
+        "location": "foo.txt",
+        "size": 3
     }
 }""", cwlout.getvalue())
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list