aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache/watcher.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-196/+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
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
|
* Fix watcher tests to explicitly set policyVincent Petry2015-07-291-0/+3
|
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-8/+2
| | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* Use base class to reset the file mapperJoas Schilling2014-11-191-1/+1
|
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-2/+13
|
* - drop permissions table and related codeThomas Müller2014-06-051-2/+0
| | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
* add unit tests for watcher policiesRobin Appelman2014-02-191-1/+55
|
* Fixed filesize issue in watchr testVincent Petry2013-11-051-0/+3
| | | | | | | Added clearstatcache to make sure we get the correct file size after re-writing into the same file. This failed on openSUSE 12.3 x86_64
* raise failed tests from first commit to size @mediumJörn Friedrich Dreyer2013-06-101-0/+3
|
* add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-0/+3
|
* merge master into filecache_mtimeRobin Appelman2013-02-151-1/+0
|\
| * Cache: reuse known folder sizes when doing a shallow scanRobin Appelman2013-02-111-1/+0
| |
* | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-101-5/+5
|/
* Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-7/+7
|
* Filecache Watcher: use scan or scanFile based on the current item, not the ↵Robin Appelman2012-12-151-0/+34
| | | | cached item
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-1/+2
|
* add filesystem watcher to detect updatesRobin Appelman2012-10-281-0/+86