X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb3c02b38a24cda422de95f2f8b49002b841cc72..bcad695db9a1c3aac5807faa153086e653107f51:/services/api/test/fixtures/job_tasks.yml?ds=sidebyside diff --git a/services/api/test/fixtures/job_tasks.yml b/services/api/test/fixtures/job_tasks.yml index c63aac0b60..7131da6f5e 100644 --- a/services/api/test/fixtures/job_tasks.yml +++ b/services/api/test/fixtures/job_tasks.yml @@ -1,11 +1,15 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html - -# 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 +# Copyright (C) The Arvados Authors. All rights reserved. # -two: {} -# column: value +# SPDX-License-Identifier: AGPL-3.0 + +running_job_task_1: + uuid: zzzzz-ot0gb-runningjobtask1 + owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso + created_at: <%= 3.minute.ago.to_s(:db) %> + job_uuid: zzzzz-8i9sb-with2components + +running_job_task_2: + uuid: zzzzz-ot0gb-runningjobtask2 + owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso + created_at: <%= 3.minute.ago.to_s(:db) %> + job_uuid: zzzzz-8i9sb-with2components