Added functional tests for controller updates
[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: {}
64
65 foobar:
66   uuid: zzzzz-8i9sb-aceg2bnq7jt7kon
67   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
68   cancelled_at: ~
69   cancelled_by_user_uuid: ~
70   cancelled_by_client_uuid: ~
71   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
72   script_parameters:
73     input: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45
74   started_at: <%= 3.minute.ago.to_s(:db) %>
75   finished_at: <%= 2.minute.ago.to_s(:db) %>
76   running: false
77   success: true
78   output: fa7aeb5140e2848d39b416daeef4ffc5+45
79   priority: ~
80   log: d41d8cd98f00b204e9800998ecf8427e+0
81   is_locked_by_uuid: ~
82   tasks_summary:
83     failed: 0
84     todo: 0
85     running: 0
86     done: 1
87   runtime_constraints: {}
88
89 barbaz:
90   uuid: zzzzz-8i9sb-cjs4pklxxjykyuq
91   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
92   cancelled_at: ~
93   cancelled_by_user_uuid: ~
94   cancelled_by_client_uuid: ~
95   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
96   script_parameters:
97     input: fa7aeb5140e2848d39b416daeef4ffc5+45
98     an_integer: 1
99   started_at: <%= 3.minute.ago.to_s(:db) %>
100   finished_at: <%= 2.minute.ago.to_s(:db) %>
101   running: false
102   success: true
103   output: ea10d51bcf88862dbcc36eb292017dfd+45
104   priority: ~
105   log: d41d8cd98f00b204e9800998ecf8427e+0
106   is_locked_by_uuid: ~
107   tasks_summary:
108     failed: 0
109     todo: 0
110     running: 0
111     done: 1
112   runtime_constraints: {}