-
Notifications
You must be signed in to change notification settings - Fork 3
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
Concurrent/Parallel user sharing #15
Conversation
6279545
to
feb5673
Compare
e45c6e7
to
097ac68
Compare
097ac68
to
9ad5032
Compare
Some Findings regarding the implementation of Concurrent user sharing using
|
And user "admin" has created a personal space with the alias "Admin Home" | ||
And user "admin" has uploaded a file "testfile1.txt" with content "concurrent sharing" in the home directory with the alias "testfile1" | ||
And user "admin" has uploaded a file "testfile2.txt" with content "concurrent sharing" in the home directory with the alias "testfile2" | ||
When user "admin" shares a file "testfile1.txt" with the following users concurrently |
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.
I didn't find how create new users. I don't know if it's possible to do it here.
as a trick to increase a shares count can also be shared with demo groups
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.
CC @butonic. If you could provide some details regarding the creation of the users.
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.
we cannot create more users. @SagarGi please add all existing group and we can merge PR
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.
@ScharfViktor sure!
9ad5032
to
bb1ccab
Compare
cd285e4
to
5a5e850
Compare
Not very urgent thing to do right now. Can be done later. So moving to backlog. |
Since we cannot create more users with the |
Description
This PR adds a sample API test for concurrent user sharing.
For now this test adds only a single share of resource to 5 of the existing user concurrently.
Related Issue:
owncloud/QA#828