-
Notifications
You must be signed in to change notification settings - Fork 196
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] Test coverage for OCM bugs #10971
Comments
@prashant-gurung899 Sorry for hijacking this issue, but are there by any chance some concurrency tests already? Something like creating two OCM shares at "the same time" (I'm not sure if we need / can achieve exact same time execution). I'd be curios if we could see something like race condition situations with the current single file JSON backend if we send multiple requests at once. |
We have an open ticket for parallel sharing (but that have different use-cases than just a share). But if it's just doing multiple shares by a single user in parallel, then maybe it's possible with the current API test setup. |
Nice thanks for that information! That's what I wanted to know. 👍 |
So testing multiple parallel sharing by a single user will do for com? should we add such test for ocm? |
Yes, if it is an easy win. If it's to much effort, we can skip it for now. |
Thanks, we will let you know |
Parallel ocm sharing tests will be tracked in #11035 |
|
Description
Reference of OCM bugs collection: #9735
OCM setup : https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm
Future Federated space concept #10065
Bug Report
Tests Added
try to find federation users after deleting federated connection
ocis/tests/acceptance/features/apiOcm/share.feature
Line 1069 in c954c90
The text was updated successfully, but these errors were encountered: