mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-14 06:39:07 -04:00
The Mtime field is mapped as an OpenSearch `date`, which rejects an empty value with `mapper_parsing_exception: cannot parse empty date`. The folder and root fixtures had no Mtime, so serializing them to `"Mtime": ""` made TestEngine_Purge/purge_resource_trees fail when the document was indexed. Give both a valid RFC3339 Mtime, matching the file fixture.
9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"ID" : "1$1!2",
|
|
"RootID" : "1$1!1",
|
|
"ParentID" : "1$1!1",
|
|
"Path" : "./parent d!r",
|
|
"Type" : 2,
|
|
"Mtime" : "2025-07-24T15:15:01.324093+02:00"
|
|
}
|