You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
6 years ago
..
DBLockingProviderTest.php dont keep shared database locks when running cli scripts 6 years ago
LockingProvider.php prevent lock values from going negative with memcache backend 6 years ago
MemcacheLockingProviderTest.php Move tests/ to PSR-4 (#24731) 8 years ago
NonCachingDBLockingProviderTest.php dont keep shared database locks when running cli scripts 6 years ago