-
Notifications
You must be signed in to change notification settings - Fork 158
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
[tests-only] added e2e test to receive two shares with same name #10488
Conversation
f04396b
to
5cb5f11
Compare
5cb5f11
to
cf4b0c9
Compare
| testfile.txt | | ||
| testfile (1).txt | | ||
# https://github.com/owncloud/ocis/issues/8471 | ||
# | test-folder | | ||
# | test-folder (1) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue is only for folder shares?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue might occur for files as well as in this issue owncloud/ocis#8471.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then will the test get flaky if we keep testfile (1).txt
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this scenario, the shares list for the user is:
testfile.txt
testfile (1).txt
test-folder
test-folder (2)
While i did it manually, the shares list for the user is:
testfile.txt
testfile (3).txt
test-folder
test-folder (1)
Not so sure why we get different results while testing manually and in automation.
@@ -24,7 +24,3 @@ Other free text and markdown formatting can be used elsewhere in the document if | |||
### [empty subfolder inside a folder to be uploaded is not created on the server](https://github.com/owncloud/web/issues/6348) | |||
|
|||
- [webUIUpload/upload.feature:43](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L43) | |||
|
|||
### [PROPFIND to sub-folder of a shared resources with same name gives 404](https://github.com/owncloud/ocis/issues/3859) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the status of this issue? I see it is still open
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The mentioned issue doesn't exist on the latest oCIS master. The expected behavior (1)
to be added on the second share with same name, and resources can be accessed via propfind. So, that issue is closed now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then please, find the API test coverage for that one and if there is none we have to add one
cf4b0c9
to
75e20fc
Compare
2b3df1d
to
cea4a1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cea4a1a
to
8717522
Compare
Quality Gate passedIssues Measures |
Description
In this PR,
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes