[ARVADOS] updated: 1.3.0-429-g20ac330bc

Git user git at public.curoverse.com
Mon Mar 4 16:32:35 EST 2019


Summary of changes:
 services/api/test/unit/container_test.rb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

       via  20ac330bca35863dc959d1e3722b8a341e7529b8 (commit)
      from  6a240180171525077bc9e64e903b0122d5d5f1b4 (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 20ac330bca35863dc959d1e3722b8a341e7529b8
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Mar 4 16:32:23 2019 -0500

    14870: Fix another test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/test/unit/container_test.rb b/services/api/test/unit/container_test.rb
index 178135ead..1a53df7da 100644
--- a/services/api/test/unit/container_test.rb
+++ b/services/api/test/unit/container_test.rb
@@ -831,7 +831,10 @@ class ContainerTest < ActiveSupport::TestCase
     cr2.reload
     assert_equal cr1log_uuid, cr1.log_uuid
     assert_equal cr2log_uuid, cr2.log_uuid
-    assert_equal [logpdh_time2], Collection.where(uuid: [cr1log_uuid, cr2log_uuid]).to_a.collect(&:portable_data_hash).uniq
+    assert_equal 1, Collection.where(uuid: [cr1log_uuid, cr2log_uuid]).to_a.collect(&:portable_data_hash).uniq.length
+    assert_equal ". acbd18db4cc2f85cedef654fccc4a4d8+3 cdd549ae79fe6640fa3d5c6261d8303c+195 0:3:foo.txt 3:195:zzzzz-8i9sb-0vsrcqi7whchuil.log.txt
+./log\\040for\\040container\\040#{cr1.container_uuid} acbd18db4cc2f85cedef654fccc4a4d8+3 cdd549ae79fe6640fa3d5c6261d8303c+195 0:3:foo.txt 3:195:zzzzz-8i9sb-0vsrcqi7whchuil.log.txt
+", Collection.find_by_uuid(cr1log_uuid).manifest_text
   end
 
   ["auth_uuid", "runtime_token"].each do |tok|

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list