X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/34e461fe9d33283d8e2135802ee9accb30a5e34f..51c8987b2dd1696c27ee1235855a47bd86dfeb82:/services/api/test/fixtures/collections.yml diff --git a/services/api/test/fixtures/collections.yml b/services/api/test/fixtures/collections.yml index ba95b34323..d1f1d22780 100644 --- a/services/api/test/fixtures/collections.yml +++ b/services/api/test/fixtures/collections.yml @@ -10,6 +10,18 @@ user_agreement: manifest_text: ". 6a4ff0499484c6c79c95cd8c566bd25f+249025 0:249025:GNU_General_Public_License,_version_3.pdf\n" name: user_agreement +collection_owned_by_active: + uuid: zzzzz-4zz18-bv31uwvy3neko21 + portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2014-02-03T17:22:54Z + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f + modified_at: 2014-02-03T17:22:54Z + updated_at: 2014-02-03T17:22:54Z + manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n" + name: owned_by_active + foo_file: uuid: zzzzz-4zz18-znfnqtbbv4spc3w portable_data_hash: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45 @@ -210,6 +222,66 @@ real_log_collection: uuid: zzzzz-4zz18-op4e2lbej01tcvu owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz created_at: 2014-09-01 12:00:00 - portable_data_hash: 3399cbb0953a7823618f3e288a85ee26+81 - manifest_text: ". b9f7e25b33844d816d8531686f8bf360+195 0:195:zzzzz-8i9sb-abcdefghijklmno.log.txt\n" + portable_data_hash: 0b9a7787660e1fce4a93f33e01376ba6+81 + manifest_text: ". cdd549ae79fe6640fa3d5c6261d8303c+195 0:195:zzzzz-8i9sb-0vsrcqi7whchuil.log.txt\n" name: real_log_collection + +collection_in_home_project_with_same_name_as_in_aproject: + uuid: zzzzz-4zz18-12342x4u7ftabcd + portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2014-02-03T17:22:54Z + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f + modified_at: 2014-02-03T17:22:54Z + updated_at: 2014-02-03T17:22:54Z + manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" + name: collection_with_same_name_in_aproject_and_home_project + +collection_in_aproject_with_same_name_as_in_home_project: + uuid: zzzzz-4zz18-56782x4u7ftefgh + portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 + owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso + created_at: 2014-02-03T17:22:54Z + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f + modified_at: 2014-02-03T17:22:54Z + updated_at: 2014-02-03T17:22:54Z + manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" + name: collection_with_same_name_in_aproject_and_home_project + +collection_owned_by_foo: + uuid: zzzzz-4zz18-50surkhkbhsp31b + portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 + manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" + owner_uuid: zzzzz-tpzed-81hsbo6mk8nl05c + created_at: 2014-02-03T17:22:54Z + name: collection_owned_by_foo + +# Test Helper trims the rest of the file + +# Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper + +# collections in project_with_10_collections +<% for i in 1..10 do %> +collection_<%=i%>_of_10: + name: Collection_<%= i %> + portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 + manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" + uuid: zzzzz-4zz18-10gneyn6brkx<%= i.to_s.rjust(3, '0') %> + owner_uuid: zzzzz-j7d0g-0010collections + created_at: <%= 1.minute.ago.to_s(:db) %> +<% end %> + +# collections in project_with_201_collections +<% for i in 1..201 do %> +collection_<%=i%>_of_201: + name: Collection_<%= i %> + portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 + manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" + uuid: zzzzz-4zz18-201gneyn6brd<%= i.to_s.rjust(3, '0') %> + owner_uuid: zzzzz-j7d0g-0201collections + created_at: <%= 1.minute.ago.to_s(:db) %> +<% end %> + +# Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper