[ARVADOS] updated: 1.3.0-730-ged8fb2b00
Git user
git at public.curoverse.com
Mon Apr 22 14:19:38 UTC 2019
Summary of changes:
services/api/test/unit/container_request_test.rb | 1 +
1 file changed, 1 insertion(+)
via ed8fb2b005eefb576690adb638f4547020341c0f (commit)
from 8b9ea19ebde9f4653d6adc145ef6fcbd36d2aace (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 ed8fb2b005eefb576690adb638f4547020341c0f
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Mon Apr 22 09:30:29 2019 -0400
15112: Add test.
This tests for a bug that was already fixed in #14595, but without
noticing.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/api/test/unit/container_request_test.rb b/services/api/test/unit/container_request_test.rb
index 5c4a56c2c..6b19d6684 100644
--- a/services/api/test/unit/container_request_test.rb
+++ b/services/api/test/unit/container_request_test.rb
@@ -252,6 +252,7 @@ class ContainerRequestTest < ActiveSupport::TestCase
output = Collection.find_by_uuid cr.output_uuid
assert_equal output_pdh, output.portable_data_hash
assert_equal output.owner_uuid, project.uuid, "Container output should be copied to #{project.uuid}"
+ assert_not_nil output.modified_at
log = Collection.find_by_uuid cr.log_uuid
assert_equal log.manifest_text, ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list