X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f9def1f7abc8ad6720d9b88ec541b00a03ff1d0e..ffc0c0768c4d2dc9aae3d4e3be3cb5584e42a4ba:/services/api/test/fixtures/containers.yml diff --git a/services/api/test/fixtures/containers.yml b/services/api/test/fixtures/containers.yml index febd3df305..79e472b097 100644 --- a/services/api/test/fixtures/containers.yml +++ b/services/api/test/fixtures/containers.yml @@ -19,9 +19,9 @@ running: owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz state: Running priority: 1 - created_at: 2016-01-11 11:11:11.111111111 Z - updated_at: 2016-01-11 11:11:11.111111111 Z - started_at: 2016-01-11 11:11:11.111111111 Z + created_at: <%= 1.minute.ago.to_s(:db) %> + updated_at: <%= 1.minute.ago.to_s(:db) %> + started_at: <%= 1.minute.ago.to_s(:db) %> container_image: test cwd: test output: test @@ -30,15 +30,16 @@ running: runtime_constraints: ram: 12000000000 vcpus: 4 + auth_uuid: zzzzz-gj3su-077z32aux8dg2s1 running-older: uuid: zzzzz-dz642-runningcontain2 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz state: Running priority: 1 - created_at: 2016-01-11 11:11:11.111111111 Z - updated_at: 2016-01-11 11:11:11.111111111 Z - started_at: 2016-01-12 11:11:11.111111111 Z + created_at: <%= 2.minute.ago.to_s(:db) %> + updated_at: <%= 2.minute.ago.to_s(:db) %> + started_at: <%= 2.minute.ago.to_s(:db) %> container_image: test cwd: test output: test @@ -53,8 +54,8 @@ locked: owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz state: Locked priority: 2 - created_at: 2016-01-01 11:11:11.111111111 Z - updated_at: 2016-01-01 11:11:11.111111111 Z + created_at: <%= 2.minute.ago.to_s(:db) %> + updated_at: <%= 2.minute.ago.to_s(:db) %> container_image: test cwd: test output: test @@ -75,7 +76,8 @@ completed: finished_at: 2016-01-12 11:12:13.111111111 Z container_image: test cwd: test - output: test + log: ea10d51bcf88862dbcc36eb292017dfd+45 + output: zzzzz-4zz18-znfnqtbbv4spc3w output_path: test command: ["echo", "hello"] runtime_constraints: @@ -102,7 +104,23 @@ completed_older: requester: uuid: zzzzz-dz642-requestingcntnr - owner_uuid: zzzzz-tpzed-000000000000000 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + state: Complete + priority: 1 + created_at: 2016-01-11 11:11:11.111111111 Z + updated_at: 2016-01-11 11:11:11.111111111 Z + container_image: test + cwd: test + output: test + output_path: test + command: ["echo", "hello"] + runtime_constraints: + ram: 12000000000 + vcpus: 4 + +requester_container: + uuid: zzzzz-dz642-requestercntnr1 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz state: Complete priority: 1 created_at: 2016-01-11 11:11:11.111111111 Z @@ -115,3 +133,4 @@ requester: runtime_constraints: ram: 12000000000 vcpus: 4 + auth_uuid: zzzzz-gj3su-077z32aux8dg2s1