[ARVADOS] updated: d42022147d700c5c0363a4429ceb04567fcc0b3b
Git user
git at public.curoverse.com
Tue Aug 30 15:14:30 EDT 2016
Summary of changes:
sdk/cwl/arvados_cwl/fsaccess.py | 5 +++++
sdk/cwl/tests/test_submit.py | 2 ++
services/keepstore/keepstore.go | 2 +-
services/keepstore/s3_volume.go | 3 ---
4 files changed, 8 insertions(+), 4 deletions(-)
via d42022147d700c5c0363a4429ceb04567fcc0b3b (commit)
via 0b187b107128a57c1f0c00057d39979ab53d4137 (commit)
via 6fb70ef1e1398c30137580c8417e98693dfbfc1d (commit)
via 7e381812b8894358cf8371729155acfd0b66aa61 (commit)
via 331db3ab818292057af3c39e18bd76d654d9fab5 (commit)
from 014e73c96c56bc588a02bfdbdd653c10be30f80c (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 d42022147d700c5c0363a4429ceb04567fcc0b3b
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Aug 30 15:14:22 2016 -0400
9766: Restore 'replication_desired': None
diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py
index c675995..ddb9e46 100644
--- a/sdk/cwl/tests/test_submit.py
+++ b/sdk/cwl/tests/test_submit.py
@@ -163,6 +163,7 @@ 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',
+ 'replication_desired': None,
'name': 'New collection'
}, ensure_unique_name=True),
mock.call().execute(num_retries=4),
@@ -223,6 +224,7 @@ class TestSubmit(unittest.TestCase):
'0:0:blub.txt 0:0:submit_tool.cwl\n',
'owner_uuid': 'zzzzz-tpzed-zzzzzzzzzzzzzzz',
'name': 'New collection',
+ 'replication_desired': None,
}, ensure_unique_name=True),
mock.call().execute(num_retries=4),
mock.call(body={
commit 0b187b107128a57c1f0c00057d39979ab53d4137
Merge: 014e73c 6fb70ef
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Aug 30 15:12:23 2016 -0400
Merge branch 'master' into 9766-register-workflow
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list