summaryrefslogtreecommitdiff
path: root/test/backupstore/testbackupstore.cpp
Commit message (Expand)AuthorAge
* Try listing files to help debug random failures of test_multiple_uploads().Chris Wilson2015-12-27
* Remove asserts that caused tests to blow up when directory permissions were w...Chris Wilson2015-12-14
* Fix invalid constant name, picked up by MSVC (and not by GCC or LLVM)Chris Wilson2015-12-13
* Fix mismatched start and end test macros on WindowsChris Wilson2015-12-09
* Add a test for reading and writing BackupStoreDirectory binary data.Chris Wilson2015-09-20
* Improve exception handling on backup store side.Chris Wilson2015-08-15
* Add a BackupStoreFile encoding streaming verifierChris Wilson2015-08-07
* Replace TEST_CHECK_THROWS() with TEST_COMMAND_RETURNS_ERROR().Chris Wilson2015-08-06
* Major test refactor to support test suites.Chris Wilson2015-07-01
* Fix test failures on Windows caused by keeping files open too long.Chris Wilson2015-05-16
* Fix system exit codes from tests, so we can use them in the shell.Chris Wilson2015-05-04
* Fix warning caused by saving a const string in a non-const pointerChris Wilson2015-04-06
* Fix test failures caused by failure to commit the temporary refcount DB.Chris Wilson2015-04-06
* 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
* 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