[ARVADOS] updated: d0b58511f396325bf083463d460567bf6f76e468
Git user
git at public.curoverse.com
Fri May 26 12:13:28 EDT 2017
Summary of changes:
sdk/cwl/tests/test_container.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via d0b58511f396325bf083463d460567bf6f76e468 (commit)
from 5223e68fa0d1f1fc52c7285fa6844d7932ba9acb (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 d0b58511f396325bf083463d460567bf6f76e468
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri May 26 12:13:25 2017 -0400
11100: Fix test
diff --git a/sdk/cwl/tests/test_container.py b/sdk/cwl/tests/test_container.py
index 2492516..aab963d 100644
--- a/sdk/cwl/tests/test_container.py
+++ b/sdk/cwl/tests/test_container.py
@@ -384,6 +384,7 @@ class TestContainer(unittest.TestCase):
runner.project_uuid = "zzzzz-8i9sb-zzzzzzzzzzzzzzz"
runner.num_retries = 0
runner.ignore_docker_for_reuse = False
+ runner.intermediate_output_ttl = 0
runner.api.containers().get().execute.return_value = {"state":"Complete",
"output": "abc+123",
@@ -407,7 +408,8 @@ class TestContainer(unittest.TestCase):
"log_uuid": "zzzzz-4zz18-zzzzzzzzzzzzzz1",
"output_uuid": "zzzzz-4zz18-zzzzzzzzzzzzzz2",
"uuid": "zzzzz-xvhdp-zzzzzzzzzzzzzzz",
- "container_uuid": "zzzzz-8i9sb-zzzzzzzzzzzzzzz"
+ "container_uuid": "zzzzz-8i9sb-zzzzzzzzzzzzzzz",
+ "modified_at": "2017-05-26T12:01:22Z"
})
self.assertFalse(api.collections().create.called)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list