[ARVADOS] updated: c6a40a61b0280f3b1a9d8de40c3e95288e3dd784

Git user git at public.curoverse.com
Tue Jun 28 19:12:48 EDT 2016


Summary of changes:
 services/api/test/fixtures/container_requests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c6a40a61b0280f3b1a9d8de40c3e95288e3dd784 (commit)
      from  c15684d47e590ca864dec5b3b8aeff2bfcd5c9c3 (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 c6a40a61b0280f3b1a9d8de40c3e95288e3dd784
Author: radhika <radhika at curoverse.com>
Date:   Tue Jun 28 19:12:01 2016 -0400

    9498: created_at time on newly added container_requests fixtures.

diff --git a/services/api/test/fixtures/container_requests.yml b/services/api/test/fixtures/container_requests.yml
index cd222f3..5f92165 100644
--- a/services/api/test/fixtures/container_requests.yml
+++ b/services/api/test/fixtures/container_requests.yml
@@ -135,7 +135,7 @@ running_anonymous_accessible:
 <% for i in 1..60 do %>
 cr_<%=i%>_of_60:
   uuid: zzzzz-xvhdp-oneof60crs<%= i.to_s.rjust(5, '0') %>
-  created_at: <%= ((i+5)/5).minute.ago.to_s(:db) %>
+  created_at: <%= ((i+5)/5).hour.ago.to_s(:db) %>
   owner_uuid: zzzzz-j7d0g-nnncrspipelines
   name: cr-<%= i.to_s %>
   output_path: test

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list