summaryrefslogtreecommitdiff
path: root/test/backupstore
Commit message (Expand)AuthorAge
* Fix test failures caused by reference count database changes.Chris Wilson2014-11-16
* Merge branch 'master' of /home/chris/projects/2004/boxi/bb-gitChris Wilson2014-10-31
* Delay daemon startup while it's not being used, for clarity.Chris Wilson2014-10-31
* Add a test that temporary and permanent refcount dbs are independentChris Wilson2014-10-31
* Whitespace, comment and readability fixesChris Wilson2014-10-31
* Whitespace fixesChris Wilson2014-09-18
* Catch exceptions while executing store commands, and return an error message.Chris Wilson2014-09-04
* Split test_multiple_uploads in two.Chris Wilson2014-09-04
* More use of functions to simplify testbbackupd.Chris Wilson2014-09-04
* Define setup and teardown functions and macros, and use them.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Define some functions to reduce duplication in testbbackupd.Chris Wilson2014-09-04
* Improve commentChris Wilson2014-08-15
* Add timeouts to network operations that are missing them.Chris Wilson2014-08-15
* Remove ServerException.h and the exception code aliases that it defines.Chris Wilson2014-08-15
* Whitespace fixes.Chris Wilson2014-04-29
* Fix error when modifying a directory with missing entry in parent.Chris Wilson2014-04-29
* Remove the global logging level.Chris Wilson2014-04-09
* Directories' entries in parent directory should track current size.Chris Wilson2014-04-09
* Replace magic numbers with named constants for readability.Chris Wilson2014-04-09
* Add a Reopen method to BackupProtocolLocal2 for convenience.Chris Wilson2014-04-09
* Remove unnecessary link to HousekeepStoreAccount.oChris Wilson2014-03-02
* Always flush any incoming stream on server side.Chris Wilson2014-03-02
* Adding a directory when over limit returns an error instead of crashing.Chris Wilson2014-03-02
* Simplify codeChris Wilson2014-03-02
* Make Protocol take control of the socket object passed in.Chris Wilson2014-03-01
* Add extra checks for block counting during backup operations.Chris Wilson2014-02-27
* Test that deleting a directory doesn't leave errors in the store.Chris Wilson2014-02-27
* Move test utilities into a separate file, to share with testbbackupd.Chris Wilson2014-02-27
* Rename tests. Split up and refactor.Chris Wilson2014-02-27
* Revert part of patch that caused compile errors.Chris Wilson2014-02-13
* Change some TEST_THAT assertions to TEST_EQUAL.Chris Wilson2014-02-13
* White space and comment fixes.Chris Wilson2014-02-13
* Compile fix. Remove redefinition of ExpectedRefCounts.Chris Wilson2014-02-13
* Compile fix.Chris Wilson2014-02-13
* Add a convenience constructor to read a BackupStoreDirectory from a stream.Chris Wilson2014-02-13
* Compile fix.Chris Wilson2014-02-13
* Add some utility methods.Chris Wilson2014-02-13
* Overwrite existing files left by previous tests.Chris Wilson2014-02-13
* Compile fixes.Chris Wilson2014-02-11
* Fix testbackupstore, apart from wrong accounting for old files.Chris Wilson2014-02-10
* Rename BackupStoreInfo variable NumFiles to NumCurrentFiles.Chris Wilson2014-02-09
* Fix some backupstore test failures caused by refcount db changes.Chris Wilson2014-02-08
* Add a test that Used block counts match expected values.Chris Wilson2013-10-22
* Fix test fallout from SendStream ptr to auto_ptr change.Chris Wilson2013-09-30
* Fix testbackupstore: don't keep using a reference to a protocol objectChris Wilson2012-11-18
* Link to HousekeepStoreAccount.o in the right directory since the big refactor.Chris Wilson2012-11-08
* Ensure that newly created accounts are enabled by default.Chris Wilson2012-11-08
* Test that BackupStoreInfo::CreateForRegeneration saves AccountEnabledChris Wilson2012-11-08
* Test that the BackupStoreInfo AccountEnabled flag works properly, and isChris Wilson2012-10-22