owncloud / product

ownCloud Product Backlog
GNU Lesser General Public License v3.0
0 stars 1 forks source link

[OCIS][OC Storage] etags are not updated on file operations #279

Closed dpakach closed 3 years ago

dpakach commented 4 years ago

Several file operations on ocis do not update the etags of the files

phil-davis commented 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.