From: Tom Clegg Date: Fri, 26 Aug 2016 21:09:42 +0000 (-0400) Subject: 9799: Fix container fixture owner_uuid attributes to look like real-life containers. X-Git-Tag: 1.1.0~753^2~21 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/08224a6abb60ff61f3967abc9665f50f9157791b 9799: Fix container fixture owner_uuid attributes to look like real-life containers. --- diff --git a/services/api/test/fixtures/containers.yml b/services/api/test/fixtures/containers.yml index 049cd3c6db..bf9f84e051 100644 --- a/services/api/test/fixtures/containers.yml +++ b/services/api/test/fixtures/containers.yml @@ -1,6 +1,6 @@ queued: uuid: zzzzz-dz642-queuedcontainer - owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + owner_uuid: zzzzz-tpzed-000000000000000 state: Queued priority: 1 created_at: 2016-01-11 11:11:11.111111111 Z @@ -16,8 +16,7 @@ queued: running: uuid: zzzzz-dz642-runningcontainr - owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz - state: Running + owner_uuid: zzzzz-tpzed-000000000000000 priority: 1 created_at: <%= 1.minute.ago.to_s(:db) %> updated_at: <%= 1.minute.ago.to_s(:db) %> @@ -34,7 +33,7 @@ running: running-older: uuid: zzzzz-dz642-runningcontain2 - owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + owner_uuid: zzzzz-tpzed-000000000000000 state: Running priority: 1 created_at: <%= 2.minute.ago.to_s(:db) %> @@ -51,7 +50,7 @@ running-older: locked: uuid: zzzzz-dz642-lockedcontainer - owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + owner_uuid: zzzzz-tpzed-000000000000000 state: Locked priority: 2 created_at: <%= 2.minute.ago.to_s(:db) %> @@ -67,7 +66,7 @@ locked: completed: uuid: zzzzz-dz642-compltcontainer - owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + owner_uuid: zzzzz-tpzed-000000000000000 state: Complete exit_code: 0 priority: 1 @@ -87,7 +86,7 @@ completed: completed_older: uuid: zzzzz-dz642-compltcontainr2 - owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + owner_uuid: zzzzz-tpzed-000000000000000 state: Complete exit_code: 0 priority: 1 @@ -106,7 +105,7 @@ completed_older: requester: uuid: zzzzz-dz642-requestingcntnr - owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + owner_uuid: zzzzz-tpzed-000000000000000 state: Complete exit_code: 0 priority: 1 @@ -123,7 +122,7 @@ requester: requester_container: uuid: zzzzz-dz642-requestercntnr1 - owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + owner_uuid: zzzzz-tpzed-000000000000000 state: Complete exit_code: 0 priority: 1