Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dpakach opened this issue Nov 5, 2020 · 1 comment
Closed
Labels
bug Something isn't working p3-medium

Comments

@dpakach
Copy link

dpakach commented Nov 5, 2020

The etags are updated inconsistently on some file operations. The etags are updated sometimes but are not updated other times.

As a result these tests fail intermittentely

  • Deleting a folder on parents
    apiWebdavEtagPropagation1/deleteFileFolder.feature

  • Deleting a file in public shared folder on parents
    apiWebdavEtagPropagation1/moveFileFolder.feature:171

  • Deleting a folder in public shared folder on parents
    apiWebdavEtagPropagation1/moveFileFolder.feature:240

  • moving a folder into a subfolder on parents
    apiWebdavEtagPropagation1/moveFileFolder.feature:97

  • copying a file into a folder should change etags of parents
    apiWebdavEtagPropagation2/copyFileFolder.feature:24
    apiWebdavEtagPropagation2/copyFileFolder.feature:25
    apiWebdavEtagPropagation2/copyFileFolder.feature:45
    apiWebdavEtagPropagation2/copyFileFolder.feature:46
    apiWebdavEtagPropagation2/copyFileFolder.feature:67
    apiWebdavEtagPropagation2/copyFileFolder.feature:68
    apiWebdavEtagPropagation2/copyFileFolder.feature:93
    apiWebdavEtagPropagation2/copyFileFolder.feature:94
    apiWebdavEtagPropagation2/copyFileFolder.feature:120
    apiWebdavEtagPropagation2/copyFileFolder.feature:121

  • creating a folder inside a folder should change etag of parent
    apiWebdavEtagPropagation2/createFolder.feature:22
    apiWebdavEtagPropagation2/createFolder.feature:23
    apiWebdavEtagPropagation2/createFolder.feature:92

  • restoring a version should change etags on parents
    apiWebdavEtagPropagation2/restoreVersion.feature:10

  • uploading a file inside a folder changes the etags of the parents
    apiWebdavEtagPropagation2/upload.feature:139
    apiWebdavEtagPropagation2/upload.feature:11

@kiranparajuli589
Copy link

closing in behalf of owncloud/ocis#4251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p3-medium
Projects
None yet
Development

No branches or pull requests

2 participants