X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35c9bd48e78ba49d0ecdb5ea229d1b2f75157f79..1c36703db22a4695f0a2aebaa3ffbd5d8d64997f:/services/api/test/fixtures/container_requests.yml diff --git a/services/api/test/fixtures/container_requests.yml b/services/api/test/fixtures/container_requests.yml index 1e474bb98a..371db4a59d 100644 --- a/services/api/test/fixtures/container_requests.yml +++ b/services/api/test/fixtures/container_requests.yml @@ -13,7 +13,38 @@ queued: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-queuedcontainer - requesting_container_uuid: zzzzz-dz642-requestingcntnr + +running: + uuid: zzzzz-xvhdp-cr4runningcntnr + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: running + state: Committed + priority: 1 + created_at: 2016-01-11 11:11:11.111111111 Z + updated_at: 2016-01-11 11:11:11.111111111 Z + modified_at: 2016-01-11 11:11:11.111111111 Z + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + container_uuid: zzzzz-dz642-runningcontainr + +running-older: + uuid: zzzzz-xvhdp-cr4runningcntn2 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: running + state: Committed + priority: 1 + created_at: 2016-01-11 11:11:11.111111111 Z + updated_at: 2016-01-11 11:11:11.111111111 Z + modified_at: 2016-01-12 11:11:11.111111111 Z + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + container_uuid: zzzzz-dz642-runningcontain2 completed: uuid: zzzzz-xvhdp-cr4completedctr @@ -30,13 +61,28 @@ completed: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-compltcontainer - requesting_container_uuid: zzzzz-dz642-requestingcntnr -running: - uuid: zzzzz-xvhdp-cr4runningcntnr +completed-older: + uuid: zzzzz-xvhdp-cr4completedcr2 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz - name: running - state: Committed + name: completed + state: Final + priority: 1 + created_at: 2016-01-11 11:11:11.111111111 Z + updated_at: 2016-01-11 11:11:11.111111111 Z + modified_at: 2016-01-11 11:11:11.111111111 Z + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + container_uuid: zzzzz-dz642-compltcontainr2 + +cr_for_requester: + uuid: zzzzz-xvhdp-cr4requestercnt + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: requester_cr + state: Final priority: 1 created_at: 2016-01-11 11:11:11.111111111 Z updated_at: 2016-01-11 11:11:11.111111111 Z @@ -46,5 +92,5 @@ running: cwd: test output_path: test command: ["echo", "hello"] - container_uuid: zzzzz-dz642-requestingcntnr + container_uuid: zzzzz-dz642-requestercntnr1 requesting_container_uuid: zzzzz-dz642-requestingcntnr