nextcloud/tests/lib/Lock
Robin Appelman 3d5acbb1d0
prevent lock values from going negative with memcache backend
This can be caused by the code releasing more locks then it acquires,
once the lock value becomes negative it's likely that it will never be able
to change into an exclusive lock again.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-07-05 14:39:10 +02:00
..
DBLockingProviderTest.php
LockingProvider.php prevent lock values from going negative with memcache backend 2018-07-05 14:39:10 +02:00
MemcacheLockingProviderTest.php
NonCachingDBLockingProviderTest.php