[ARVADOS] updated: 07e060db9abde587a4c56ab47b9c86d3c5a0ba7d

Git user git at public.curoverse.com
Tue Mar 28 16:02:00 EDT 2017


Summary of changes:
 .../controllers/collections_controller_test.rb     |  2 +-
 sdk/cwl/tests/test_submit.py                       | 16 ++--
 sdk/python/arvados/commands/run.py                 | 88 +++++++++++++---------
 sdk/python/setup.py                                |  2 +-
 services/api/Rakefile                              | 10 +++
 5 files changed, 74 insertions(+), 44 deletions(-)

       via  07e060db9abde587a4c56ab47b9c86d3c5a0ba7d (commit)
       via  4b8e618c36fae9231601b9012fc18c5c2ee43a90 (commit)
       via  922e79bea1cb6d4df7cf1db48c4b73ebac03b64e (commit)
       via  ca19a29fa8cf99f87c074a68db25fafde35ec917 (commit)
       via  7e9156ae4a449a9a762561ef611d971d9bb763e1 (commit)
       via  13c47e13840caa688711a30a80a35637714e034a (commit)
       via  ce4970b9546b586c8caa8416ea13dab8c4866d59 (commit)
       via  d31988b6da2d779a8f3ba4ba3c40760f9729c59f (commit)
      from  189495ad597e9b5b167bd47a1ef2b25393e39692 (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 07e060db9abde587a4c56ab47b9c86d3c5a0ba7d
Author: radhika <radhika at curoverse.com>
Date:   Tue Mar 28 16:01:06 2017 -0400

    3821: update test assertion that randomly fails; in fact, I don't see how it ever worked with that syntax.

diff --git a/apps/workbench/test/controllers/collections_controller_test.rb b/apps/workbench/test/controllers/collections_controller_test.rb
index 559e24a..185a7cc 100644
--- a/apps/workbench/test/controllers/collections_controller_test.rb
+++ b/apps/workbench/test/controllers/collections_controller_test.rb
@@ -506,7 +506,7 @@ class CollectionsControllerTest < ActionController::TestCase
     collection = api_fixture('collections')['foo_file']
     get :show, {id: collection['uuid']}, session_for(:active)
     assert_includes @response.body, collection['name']
-    assert_match /href="#{collection['uuid']}\/foo" ><\/i> foo</, @response.body
+    assert_match /not authorized to manage collection sharing links/, @response.body
   end
 
   test "No Upload tab on non-writable collection" do

commit 4b8e618c36fae9231601b9012fc18c5c2ee43a90
Merge: 189495a 922e79b
Author: radhika <radhika at curoverse.com>
Date:   Tue Mar 28 15:26:39 2017 -0400

    Merge branch 'master' into 3821-collection-file-manage


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list