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 dont keep shared database locks when running cli scripts 2018-04-11 19:21:45 +02:00
LockingProvider.php prevent lock values from going negative with memcache backend 2018-07-05 14:39:10 +02:00
MemcacheLockingProviderTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
NonCachingDBLockingProviderTest.php dont keep shared database locks when running cli scripts 2018-04-11 19:21:45 +02:00