[ARVADOS] updated: aae62bde2b57761995499add1a5799173da2d64d

Git user git at public.curoverse.com
Mon Mar 14 13:19:58 EDT 2016


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

       via  aae62bde2b57761995499add1a5799173da2d64d (commit)
      from  efd0065027f09031c28d1da41cf5fc4e226ce098 (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 aae62bde2b57761995499add1a5799173da2d64d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Mar 14 13:19:56 2016 -0400

    Really fix cwl-runner tests this time. refs #8673

diff --git a/sdk/cwl/tests/test_job.py b/sdk/cwl/tests/test_job.py
index f552cd8..56f3110 100644
--- a/sdk/cwl/tests/test_job.py
+++ b/sdk/cwl/tests/test_job.py
@@ -19,6 +19,7 @@ class TestJob(unittest.TestCase):
         for j in arvtool.job({}, "", mock.MagicMock()):
             j.run()
         runner.api.jobs().create.assert_called_with(body={
+            'owner_uuid': 'zzzzz-8i9sb-zzzzzzzzzzzzzzz',
             'runtime_constraints': {},
             'script_parameters': {
                 'tasks': [{
@@ -59,6 +60,7 @@ class TestJob(unittest.TestCase):
         for j in arvtool.job({}, "", mock.MagicMock()):
             j.run()
         runner.api.jobs().create.assert_called_with(body={
+            'owner_uuid': 'zzzzz-8i9sb-zzzzzzzzzzzzzzz',
             'runtime_constraints': {},
             'script_parameters': {
                 'tasks': [{

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list