X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8974e10fe2dbf643861f75cffa0fba9a6db972c8..ffc0c0768c4d2dc9aae3d4e3be3cb5584e42a4ba:/services/api/test/fixtures/containers.yml diff --git a/services/api/test/fixtures/containers.yml b/services/api/test/fixtures/containers.yml index 4c8c8c1f42..79e472b097 100644 --- a/services/api/test/fixtures/containers.yml +++ b/services/api/test/fixtures/containers.yml @@ -1,6 +1,6 @@ queued: uuid: zzzzz-dz642-queuedcontainer - owner_uuid: zzzzz-tpzed-000000000000000 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz state: Queued priority: 1 created_at: 2016-01-11 11:11:11.111111111 Z @@ -14,29 +14,85 @@ queued: ram: 12000000000 vcpus: 4 +running: + uuid: zzzzz-dz642-runningcontainr + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + state: Running + priority: 1 + 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 + output_path: test + command: ["echo", "hello"] + 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: <%= 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 + output_path: test + command: ["echo", "hello"] + runtime_constraints: + ram: 12000000000 + vcpus: 4 + +locked: + uuid: zzzzz-dz642-lockedcontainer + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + state: Locked + priority: 2 + created_at: <%= 2.minute.ago.to_s(:db) %> + updated_at: <%= 2.minute.ago.to_s(:db) %> + container_image: test + cwd: test + output: test + output_path: test + command: ["echo", "hello"] + runtime_constraints: + ram: 12000000000 + vcpus: 4 + completed: uuid: zzzzz-dz642-compltcontainer - 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 + started_at: 2016-01-11 11:11:11.111111111 Z + 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: ram: 12000000000 vcpus: 4 -running: - uuid: zzzzz-dz642-runningcontainr - owner_uuid: zzzzz-tpzed-000000000000000 - state: Running +completed_older: + uuid: zzzzz-dz642-compltcontainr2 + 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 + started_at: 2016-01-13 11:11:11.111111111 Z + finished_at: 2016-01-14 11:12:13.111111111 Z container_image: test cwd: test output: test @@ -48,7 +104,23 @@ running: 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 @@ -61,3 +133,4 @@ requester: runtime_constraints: ram: 12000000000 vcpus: 4 + auth_uuid: zzzzz-gj3su-077z32aux8dg2s1