X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f5b0542513b572959e39400bae42e69aeb1a7b6..6477e004fb67681b8b64bcdbca187dbc32c6cd60:/services/api/test/fixtures/collections.yml diff --git a/services/api/test/fixtures/collections.yml b/services/api/test/fixtures/collections.yml index a5c3e63dde..72aad1d68e 100644 --- a/services/api/test/fixtures/collections.yml +++ b/services/api/test/fixtures/collections.yml @@ -220,6 +220,51 @@ foo_collection_in_aproject: manifest_text: ". acbd18db4cc2f85cedef654fccc4a4d8+3 0:3:foo\n" name: "zzzzz-4zz18-fy296fx3hot09f7 added sometime" +fuse_filters_test_foo: + uuid: zzzzz-4zz18-4e2kjqv891jl3p3 + current_version_uuid: zzzzz-4zz18-4e2kjqv891jl3p3 + portable_data_hash: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-000000000000000 + owner_uuid: zzzzz-tpzed-fusefiltertest1 + created_at: 2024-02-09T12:01:00Z + modified_at: 2024-02-09T12:01:01Z + updated_at: 2024-02-09T12:01:01Z + manifest_text: ". acbd18db4cc2f85cedef654fccc4a4d8+3 0:3:foo\n" + name: foo + properties: + MainFile: foo + +fuse_filters_test_bar: + uuid: zzzzz-4zz18-qpxqtq2wbjnu630 + current_version_uuid: zzzzz-4zz18-qpxqtq2wbjnu630 + portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f + owner_uuid: zzzzz-tpzed-fusefiltertest1 + created_at: 2024-02-09T12:02:00Z + modified_at: 2024-02-09T12:02:01Z + updated_at: 2024-02-09T12:02:01Z + manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n" + name: bar + properties: + MainFile: bar + +fuse_filters_test_baz: + uuid: zzzzz-4zz18-ls97ezovrkkpfxz + current_version_uuid: zzzzz-4zz18-ls97ezovrkkpfxz + portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f + owner_uuid: zzzzz-tpzed-fusefiltertest1 + created_at: 2024-02-09T12:03:00Z + modified_at: 2024-02-09T12:03:01Z + updated_at: 2024-02-09T12:03:01Z + manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" + name: baz + properties: + MainFile: baz + user_agreement_in_anonymously_accessible_project: uuid: zzzzz-4zz18-uukreo9rbgwsujr current_version_uuid: zzzzz-4zz18-uukreo9rbgwsujr @@ -1128,8 +1173,8 @@ collection_<%=i%>_of_10: uuid: zzzzz-4zz18-10gneyn6brkx<%= i.to_s.rjust(3, '0') %> current_version_uuid: zzzzz-4zz18-10gneyn6brkx<%= i.to_s.rjust(3, '0') %> owner_uuid: zzzzz-j7d0g-0010collections - created_at: <%= i.minute.ago.to_s(:db) %> - modified_at: <%= i.minute.ago.to_s(:db) %> + created_at: <%= i.minute.ago.to_fs(:db) %> + modified_at: <%= i.minute.ago.to_fs(:db) %> <% end %> # collections in project_with_201_collections @@ -1141,8 +1186,8 @@ collection_<%=i%>_of_201: uuid: zzzzz-4zz18-201gneyn6brd<%= i.to_s.rjust(3, '0') %> current_version_uuid: zzzzz-4zz18-201gneyn6brd<%= i.to_s.rjust(3, '0') %> owner_uuid: zzzzz-j7d0g-0201collections - created_at: <%= i.minute.ago.to_s(:db) %> - modified_at: <%= i.minute.ago.to_s(:db) %> + created_at: <%= i.minute.ago.to_fs(:db) %> + modified_at: <%= i.minute.ago.to_fs(:db) %> <% end %> # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper