summaryrefslogtreecommitdiff
path: root/netfs/unittests
Commit message (Collapse)AuthorAge
* Add option terminator to test run command linesDan Goodliffe2019-09-24
|
* Zero out f_fsid of VFSnetfs-1.3.3.2Dan Goodliffe2019-04-02
| | | | | | See following comment in statfs(2) Nobody knows what f_fsid is supposed to contain (but see below). The general idea is that f_fsid contains some random stuff....
* Test configs are runtime, not build time depsnetfs-1.3.3Dan Goodliffe2019-04-01
|
* Enable performance tidy checksDan Goodliffe2019-04-01
|
* Enable hicpp tidy checksDan Goodliffe2019-04-01
|
* First round of clang tidy changesDan Goodliffe2019-03-31
|
* Add missing flush in async test caseDan Goodliffe2019-02-11
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* Initialize the test data writtenDan Goodliffe2019-01-05
|
* Take a shared lock of global state during regular operationDan Goodliffe2019-01-05
| | | | | Fixes issue where proxies might be replaced whilst in-use. Splits file/dir proxy map lock.
* Ice 3.7netfs-1.3.0Dan Goodliffe2018-04-15
| | | | Rename service library as IceBox++11 expects ++11 suffix.
* Upgrade to Ice-3.7Dan Goodliffe2018-04-05
|
* Allow listdir to be disabledDan Goodliffe2018-01-01
| | | | | | Adds covering unit tests over readdir now. Removes async caching of contents when using readdir, you want caching, that's what listdir is for.
* General test config for alternative setupsDan Goodliffe2018-01-01
|
* Add test for writes with async disabled (now default)Dan Goodliffe2017-12-29
|
* Fix locking issues around BG writes and add covering unit testsDan Goodliffe2017-12-29
|
* Create a large thread pool when running core testsDan Goodliffe2017-12-29
|
* Pass initialization params into the mock daemon's communicatorDan Goodliffe2017-12-29
|
* Add missing library links so tests can be run cleanly from the command lineDan Goodliffe2017-12-29
|
* Use an interval map for tracking in-progress writesDan Goodliffe2017-12-16
|
* Adds a (currently NOOP) flush implementationDan Goodliffe2017-12-16
|
* Remove calls to stringbf in favour of CTFnetfs-1.2.2Dan Goodliffe2017-12-16
|
* Improve permissions tests on symlinkDan Goodliffe2017-12-16
|
* Improve permissions tests on mknodDan Goodliffe2017-12-16
|
* Improve permissions tests on renameDan Goodliffe2017-12-16
|
* Tidy up permissions testsDan Goodliffe2017-12-16
|
* Add tests over permissions with creation of filesDan Goodliffe2017-12-16
|
* Relax mode checking in rmdir as it is actually too strictDan Goodliffe2017-12-16
| | | | See d41485f12e8b72d6d01165d461966e22bb5d1331
* Greatly simplify the mess of fuse_operations initialisation and remove the ↵Dan Goodliffe2017-10-25
| | | | now redundent fuseCall wrapper
* Add missing test for chmoding a missing fileDan Goodliffe2017-10-25
|
* Add missing test for opening a missing fileDan Goodliffe2017-10-25
|
* Rename libraries cos I never liked the original naming, more in keeping with ↵Dan Goodliffe2017-05-18
| | | | other projects now
* EIO makes more sense than ENOSYS when remote operations can't be performedDan Goodliffe2016-06-04
|
* Move libfusepp stuff into netfs, that's all it's gonna be used inDan Goodliffe2016-06-03
|
* Fix volume removalnetfs-1.2.0.1Dan Goodliffe2016-06-03
|
* Add more assertions around timesDan Goodliffe2016-04-09
|
* Fix warnings from files passed to testsDan Goodliffe2016-04-09
|
* Use macros in BOOST_TEST_ instead of just BOOST_Dan Goodliffe2016-04-04
|
* Test utimens behaviourDan Goodliffe2016-02-15
|
* Test chown behaviourDan Goodliffe2016-02-15
|
* Test readlink on not a symlinkDan Goodliffe2016-02-15
|
* Test and fix rename behaviourDan Goodliffe2016-02-15
|
* Test error casesDan Goodliffe2016-02-15
|
* Test mknod behaviourDan Goodliffe2016-02-15
|
* Test permissions behaviour, fix write permissions check (might need further ↵Dan Goodliffe2016-02-15
| | | | work)
* Test symlink behaviourDan Goodliffe2016-02-15
|
* Test file behaviourDan Goodliffe2016-02-15
|
* Test statfs on missing fileDan Goodliffe2016-02-15
|
* Enforce O_EXCL on createDan Goodliffe2016-02-15
|
* Almost complete coverage of basic directory operationsDan Goodliffe2016-02-14
|