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

Testcase: etag+size propagation through shared folders #25

Open
PVince81 opened this issue Mar 5, 2015 · 4 comments
Open

Testcase: etag+size propagation through shared folders #25

PVince81 opened this issue Mar 5, 2015 · 4 comments
Labels

Comments

@PVince81
Copy link

PVince81 commented Mar 5, 2015

See owncloud/core#14596 (comment) for steps and details.

We need to check that when uploading a file as recipient, the owner's root folder "files" (in the DB) has its etag and size updated.

It seems that this has worked in OC 6 but was broken in OC 7 when reworking the shared folder stuff.

@jnfrmarks

@PVince81
Copy link
Author

PVince81 commented Mar 5, 2015

Note: testing with sync clients might not be accurate because they contain workarounds for this known bug (which existed in OC 5). To be more accurate, do a PROPFIND on the root folder of the owner and check that "d:etag" changed after upload and "oc:size" has increased.

@PVince81
Copy link
Author

PVince81 commented Mar 5, 2015

Additional note: this also needs to be tested whenever the shared folder is deep in the sharer's tree.
For example: the sharer shares the folder "/level1/level2/level3".
The etag and size MUST propagate up to the root.

@jnfrmarks
Copy link

Depends on #27

@PVince81
Copy link
Author

Possible test plan here: owncloud/core#14764 (comment)

nickvergessen pushed a commit that referenced this issue Jun 22, 2015
…ccounts-correctly

Share group test does not reset accounts correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants