[ARVADOS] updated: 7aea6d3d35bc622818dbb62929a7f7fc75a4aeaf

git at public.curoverse.com git at public.curoverse.com
Thu Aug 28 09:30:28 EDT 2014


Summary of changes:
 services/api/test/functional/arvados/v1/jobs_controller_test.rb | 2 --
 1 file changed, 2 deletions(-)

       via  7aea6d3d35bc622818dbb62929a7f7fc75a4aeaf (commit)
      from  a3755ca0b2ee6b7194f02b368d44cf08d25272ce (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 7aea6d3d35bc622818dbb62929a7f7fc75a4aeaf
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Aug 28 09:30:25 2014 -0400

    Remove assertion testing for obsolete output_is_persistent field.  refs #3342

diff --git a/services/api/test/functional/arvados/v1/jobs_controller_test.rb b/services/api/test/functional/arvados/v1/jobs_controller_test.rb
index 86b4595..c33b5a6 100644
--- a/services/api/test/functional/arvados/v1/jobs_controller_test.rb
+++ b/services/api/test/functional/arvados/v1/jobs_controller_test.rb
@@ -18,8 +18,6 @@ class Arvados::V1::JobsControllerTest < ActionController::TestCase
     new_job = JSON.parse(@response.body)
     assert_not_nil new_job['uuid']
     assert_not_nil new_job['script_version'].match(/^[0-9a-f]{40}$/)
-    # Default: not persistent
-    assert_equal false, new_job['output_is_persistent']
   end
 
   test "normalize output and log uuids when creating job" do

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list