You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...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.
Similar to owncloud/QA#828 but only do multiple concurrent shares by a user. Currently, our test infrastructure doesn't support parallel requests (at least using scenario steps). But it should be possible to do the parallel requests in php.
Original: #10971 (comment)
Similar to owncloud/QA#828 but only do multiple concurrent shares by a user. Currently, our test infrastructure doesn't support parallel requests (at least using scenario steps). But it should be possible to do the parallel requests in php.
Parallel requests example:
ocis/tests/acceptance/bootstrap/Provisioning.php
Lines 592 to 606 in 210f337
Open Task:
The text was updated successfully, but these errors were encountered: