-
Notifications
You must be signed in to change notification settings - Fork 14
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
[QA][oCIS] Testing concurrent user/group sharing #828
Comments
Not very urgent thing to do right now so moving to backlog. Related PR is also there for this issue. owncloud/cs3api-validator#15 |
As per the discussion more users and groups cannot be created in using TODO
|
This is something that may become complex in API tests so the idea was to try to test it as K6 test |
Background
We want to have a test structure/capability that can do multiple parallel requests and assert that all requests passed as expected.
Start with tests that do things in parallel in the C3API validator
Things to consider:
Taken from https://confluence.owncloud.com/pages/viewpage.action?pageId=58296733
The text was updated successfully, but these errors were encountered: