summaryrefslogtreecommitdiff
path: root/netfs/unittests/testGlacier.cpp
Commit message (Collapse)AuthorAge
* Fix Glacier testsDan Goodliffe2022-04-14
| | | | | | | Creates a class which is usable as a global fixture for handling a Glacier instance. Fixes the issue in the previous version where flock was used, but in conjunction with --daemon and a pidfile, so it only prevented concurrent startup, not concurrent execution.
* Reformat with new clang-formatDan Goodliffe2022-04-08
|
* Don't create a big mess when multiple invocations of glacier occurDan Goodliffe2021-01-03
|
* Clang format all the codeDan Goodliffe2020-08-30
|
* Remove glacier.pid before and after runs of testDan Goodliffe2020-04-01
|
* Enable hicpp tidy checksDan Goodliffe2019-04-01
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* Use definedDirsDan Goodliffe2016-01-11
|
* Run UT Glacier on non-default portDan Goodliffe2015-10-20
|
* Fix unused return value warning in testDan Goodliffe2015-09-06
|
* Switch to the StringSeq interface where possible because it's considerably ↵Dan Goodliffe2015-07-20
| | | | less annoying
* Start mock clients with a real configuration file that has specific parts ↵Dan Goodliffe2015-07-19
| | | | replaced at run-time
* Start mock daemons with a real configuration file that has specific parts ↵Dan Goodliffe2015-07-19
| | | | replaced at run-time
* Classify test cases into their own filesDan Goodliffe2015-07-19