summaryrefslogtreecommitdiffstats
path: root/tests/lib/lock
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-389/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Make lock ttl configurableRobin Appelman2016-04-071-2/+2
|
* Test locking with strange filenameJörn Friedrich Dreyer2016-04-051-0/+2
|
* Remove all locks after ttl from the dbRobin Appelman2015-12-091-7/+1
|
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
|
* expire old lock rowsRobin Appelman2015-09-171-1/+55
|
* log a warning while trying to acquire a db lock from within a transactionRobin Appelman2015-08-101-1/+1
|
* Fix db schemaRobin Appelman2015-08-031-1/+1
|
* Add database backend for high level lockingRobin Appelman2015-08-031-0/+43
|
* split off keeping track of acquire locksRobin Appelman2015-08-031-0/+30
|
* add method to atomically change between shared and exclusive lockRobin Appelman2015-06-011-0/+53
|
* unit test for releaseallRobin Appelman2015-06-011-0/+24
|
* allow getting the path from the lockedexceptionRobin Appelman2015-04-301-0/+19
|
* add memcache based shared/exclusive lockingRobin Appelman2015-04-302-0/+163