X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43773cb247a1fb744b57070b715bfa5d53a00822..597fa321274909eb32af0c49a540f9fc07f13f7f:/services/api/test/fixtures/jobs.yml diff --git a/services/api/test/fixtures/jobs.yml b/services/api/test/fixtures/jobs.yml index c63aac0b60..b6a08feb0b 100644 --- a/services/api/test/fixtures/jobs.yml +++ b/services/api/test/fixtures/jobs.yml @@ -1,11 +1,41 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html +running: + uuid: zzzzz-8i9sb-pshmckwoma9plh7 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + cancelled_at: ~ + cancelled_by_user_uuid: ~ + cancelled_by_client_uuid: ~ + started_at: <%= 3.minute.ago.to_s(:db) %> + finished_at: ~ + running: true + success: ~ + output: ~ + priority: ~ + log: ~ + is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz + tasks_summary: + failed: 0 + todo: 3 + running: 1 + done: 1 + runtime_constraints: {} -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value +running_cancelled: + uuid: zzzzz-8i9sb-4cf0nhn6xte809j + 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 + started_at: <%= 3.minute.ago.to_s(:db) %> + finished_at: ~ + running: true + success: ~ + output: ~ + priority: ~ + log: ~ + is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz + tasks_summary: + failed: 0 + todo: 3 + running: 1 + done: 1 + runtime_constraints: {}