summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Fix timing issue with bbackupd test for recovery after error.Chris Wilson2014-08-24
* Fix tests broken by bbackupquery list recursive option change.Chris Wilson2014-08-17
* Improve commentChris Wilson2014-08-15
* Add missing network operation timeouts to test/basicserver.Chris Wilson2014-08-15
* Fix compile error caused by auto consume streams patch.Chris Wilson2014-08-15
* Add timeouts to network operations that are missing them.Chris Wilson2014-08-15
* Add missing timeouts for network operations.Chris Wilson2014-08-15
* Add a TEST_PROTOCOL_ERROR_OR assertion.Chris Wilson2014-08-15
* Remove ServerException.h and the exception code aliases that it defines.Chris Wilson2014-08-15
* Whitespace, wrapping, comments and dead code cleanups.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 NoObject reply, and adapt BackupQueries accordingly.Chris Wilson2014-04-09
* 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
* Fix Clang warning about passing NULL as a string.Chris Wilson2014-02-27
* Check number of blocks used before the test that was failing.Chris Wilson2014-02-27
* Use an in-process BackupDaemon for some intercept tests.Chris Wilson2014-02-27
* 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
* Use the new test utilities to remove some duplicate code.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
* The new backupstore check detects 4 errors instead of 3, adjust test to match.Chris Wilson2014-02-11
* Re-enable the disabled test_dir_fixingChris Wilson2014-02-11
* Remove unnecessary importChris Wilson2014-02-11
* Fix compile error in MemBlockStream.Chris Wilson2014-02-11
* 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
* Allow test/bbackupd to test bbackupquery completions.Chris Wilson2014-02-07