X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1b189a0961ba757caf6160285b59daa26c7cdcae..1bde97d8aa4d670c25015284e97281e1af163dda:/services/api/test/fixtures/jobs.yml diff --git a/services/api/test/fixtures/jobs.yml b/services/api/test/fixtures/jobs.yml index b84922d28e..1381078ee1 100644 --- a/services/api/test/fixtures/jobs.yml +++ b/services/api/test/fixtures/jobs.yml @@ -124,6 +124,34 @@ barbaz: runtime_constraints: {} state: Complete +runningbarbaz: + uuid: zzzzz-8i9sb-cjs4pklxxjykyuj + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + cancelled_at: ~ + cancelled_by_user_uuid: ~ + cancelled_by_client_uuid: ~ + script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250 + script_parameters: + input: fa7aeb5140e2848d39b416daeef4ffc5+45 + an_integer: 1 + created_at: <%= 4.minute.ago.to_s(:db) %> + started_at: <%= 3.minute.ago.to_s(:db) %> + finished_at: <%= 2.minute.ago.to_s(:db) %> + running: true + success: ~ + repository: foo + output: ea10d51bcf88862dbcc36eb292017dfd+45 + priority: 0 + log: d41d8cd98f00b204e9800998ecf8427e+0 + is_locked_by_uuid: ~ + tasks_summary: + failed: 0 + todo: 0 + running: 1 + done: 0 + runtime_constraints: {} + state: Running + previous_job_run: uuid: zzzzz-8i9sb-cjs4pklxxjykqqq created_at: <%= 14.minute.ago.to_s(:db) %> @@ -223,3 +251,62 @@ queued: tasks_summary: {} runtime_constraints: {} state: Queued + +# A job with a log collection that can be parsed by the log viewer. +job_with_real_log: + uuid: zzzzz-8i9sb-0vsrcqi7whchuil + created_at: 2014-09-01 12:00:00 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + log: 0b9a7787660e1fce4a93f33e01376ba6+81 + script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250 + state: Complete + +cancelled: + uuid: zzzzz-8i9sb-4cf0abc123e809j + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + cancelled_at: <%= 1.minute.ago.to_s(:db) %> + cancelled_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + cancelled_by_client_uuid: zzzzz-ozdt8-obw7foaks3qjyej + created_at: <%= 4.minute.ago.to_s(:db) %> + started_at: <%= 3.minute.ago.to_s(:db) %> + finished_at: ~ + script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332 + running: false + success: ~ + output: ~ + priority: 0 + log: ~ + is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz + tasks_summary: + failed: 0 + todo: 3 + running: 1 + done: 1 + runtime_constraints: {} + state: Cancelled + +job_in_subproject: + uuid: zzzzz-8i9sb-subprojectjob01 + created_at: 2014-10-15 12:00:00 + owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x + log: ~ + repository: foo + script: hash + script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577 + state: Complete + +# Test Helper trims the rest of the file + +# Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper + +# jobs in project_with_2_pipelines_and_200_jobs +<% for i in 1..200 do %> +job_<%=i%>_of_200: + uuid: zzzzz-8i9sb-0vsrcqi7whch<%= i.to_s.rjust(3, '0') %> + created_at: <%= i.minute.ago.to_s(:db) %> + owner_uuid: zzzzz-j7d0g-nnjobspipelines + script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250 + state: Complete +<% end %> + +# Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper