Closed dpakach closed 3 years ago
I tried PR https://github.com/owncloud/ocis/pull/1192 that had sleeps to make sure that the original file and the rename/move/overwrite... happen at least 2 seconds apart. That ensures that the Unix timestamp is different. That did not help make any of the scenarios pass. So the issue is not just about that sort of timing.
Several file operations on ocis do not update the etags of the files
renaming file/folder doesn't changes the etag of parent
moving a file/folder from one folder to another doesn't changes etag of destination folder
renaming a file/folder inside another folder doesn't changes etag of parent folder