This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
litmus cleanup issues with OC storage #184
Comments
68 tasks
ok, my quick workaround idea would be to cheat and make it retry once with the timestamp + 100 ms or so... |
PR here: cs3org/reva#730 |
In Oc10 acceptance test implementation we get around this stuff by making sure to
Those are the things we have done to avoid "random fails" due to this problem. Various ocis tests could have that sort of logic added. But of course if the system-under-test can be made to correctly handle multiple upload/multiple delete per second, then that is even better. |
@phil-davis in any case I don't want to patch the litmus C code to add sleep there... that code is already extremely old... |
solved in ocis dd985d90b2dd9b4afb25cce1a8947741fe9a4e81 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
An old classic has returned:
basically: the tests are deleting the folder so fast that it gets the same timestamp value in the trashbin... we never had a solution for this... ref owncloud/core#23151
from the litmus copymove:
The text was updated successfully, but these errors were encountered: