X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/62121f9b2f15cd35a6ce5b6e66ccaaae1c1af834..04d8e74e9b6476b2a87c5a66c07566f041c97b37:/services/api/test/fixtures/containers.yml diff --git a/services/api/test/fixtures/containers.yml b/services/api/test/fixtures/containers.yml index 254e859f12..87098dcf53 100644 --- a/services/api/test/fixtures/containers.yml +++ b/services/api/test/fixtures/containers.yml @@ -7,7 +7,6 @@ queued: 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: @@ -24,7 +23,6 @@ running: started_at: <%= 1.minute.ago.to_s(:db) %> container_image: test cwd: test - output: test output_path: test command: ["echo", "hello"] runtime_constraints: @@ -42,7 +40,6 @@ running_older: started_at: <%= 2.minute.ago.to_s(:db) %> container_image: test cwd: test - output: test output_path: test command: ["echo", "hello"] runtime_constraints: @@ -76,7 +73,6 @@ 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 @@ -140,7 +136,7 @@ requester_container: auth_uuid: zzzzz-gj3su-077z32aux8dg2s1 failed_container: - uuid: zzzzz-dz642-failedcntnr + uuid: zzzzz-dz642-failedcontainr1 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz state: Complete exit_code: 33 @@ -155,3 +151,56 @@ failed_container: runtime_constraints: ram: 12000000000 vcpus: 4 + +ancient_container_with_logs: + uuid: zzzzz-dz642-logscontainer01 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + state: Complete + exit_code: 0 + priority: 1 + created_at: <%= 2.year.ago.to_s(:db) %> + updated_at: <%= 2.year.ago.to_s(:db) %> + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + runtime_constraints: + ram: 12000000000 + vcpus: 4 + finished_at: <%= 2.year.ago.to_s(:db) %> + log: ea10d51bcf88862dbcc36eb292017dfd+45 + output: test + +previous_container_with_logs: + uuid: zzzzz-dz642-logscontainer02 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + state: Complete + exit_code: 0 + priority: 1 + created_at: <%= 1.month.ago.to_s(:db) %> + updated_at: <%= 1.month.ago.to_s(:db) %> + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + runtime_constraints: + ram: 12000000000 + vcpus: 4 + finished_at: <%= 1.month.ago.to_s(:db) %> + log: ea10d51bcf88862dbcc36eb292017dfd+45 + output: test + +running_container_with_logs: + uuid: zzzzz-dz642-logscontainer03 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + state: Running + priority: 1 + created_at: <%= 1.hour.ago.to_s(:db) %> + updated_at: <%= 1.hour.ago.to_s(:db) %> + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + runtime_constraints: + ram: 12000000000 + vcpus: 4