Merge branch '2036-fix-python-sdk' of git.clinicalfuture.com:arvados into 2036-fix...
[arvados.git] / services / api / test / fixtures / jobs.yml
1 running:
2   uuid: zzzzz-8i9sb-pshmckwoma9plh7
3   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
4   cancelled_at: ~
5   cancelled_by_user_uuid: ~
6   cancelled_by_client_uuid: ~
7   started_at: <%= 3.minute.ago.to_s(:db) %>
8   finished_at: ~
9   running: true
10   success: ~
11   output: ~
12   priority: ~
13   log: ~
14   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
15   tasks_summary:
16     failed: 0
17     todo: 3
18     running: 1
19     done: 1
20   runtime_constraints: {}
21
22 running_cancelled:
23   uuid: zzzzz-8i9sb-4cf0nhn6xte809j
24   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
25   cancelled_at: <%= 1.minute.ago.to_s(:db) %>
26   cancelled_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
27   cancelled_by_client_uuid: zzzzz-ozdt8-obw7foaks3qjyej
28   started_at: <%= 3.minute.ago.to_s(:db) %>
29   finished_at: ~
30   running: true
31   success: ~
32   output: ~
33   priority: ~
34   log: ~
35   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
36   tasks_summary:
37     failed: 0
38     todo: 3
39     running: 1
40     done: 1
41   runtime_constraints: {}
42
43 uses_nonexistent_script_version:
44   uuid: zzzzz-8i9sb-7m339pu0x9mla88
45   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
46   cancelled_at: ~
47   cancelled_by_user_uuid: ~
48   cancelled_by_client_uuid: ~
49   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
50   started_at: <%= 3.minute.ago.to_s(:db) %>
51   finished_at: <%= 2.minute.ago.to_s(:db) %>
52   running: false
53   success: true
54   output: d41d8cd98f00b204e9800998ecf8427e+0
55   priority: ~
56   log: d41d8cd98f00b204e9800998ecf8427e+0
57   is_locked_by_uuid: ~
58   tasks_summary:
59     failed: 0
60     todo: 0
61     running: 0
62     done: 1
63   runtime_constraints: {}