summaryrefslogtreecommitdiff
path: root/test/bbackupd
Commit message (Expand)AuthorAge
...
* Add test for disappearing directory causing attempt to upload an empty stream.Chris Wilson2014-09-18
* Move MockClientContext and MockBackupDaemon up in testbbackupd fileChris Wilson2014-09-18
* Add a function to compare a backup using a local protocolChris Wilson2014-09-18
* Whitespace fixesChris Wilson2014-09-18
* Major refactor of testbbackupd.Chris Wilson2014-09-04
* Add missing timeouts in StreamableMemBlock::Set and testbbackupd.Chris Wilson2014-09-04
* More use of functions to simplify testbbackupd.Chris Wilson2014-09-04
* Changed many uses of BackupProtocolClient to BackupProtocolCallable.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
* 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
* 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
* Remove NoObject reply, and adapt BackupQueries accordingly.Chris Wilson2014-04-09
* Remove the global logging level.Chris Wilson2014-04-09
* 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
* Use the new test utilities to remove some duplicate code.Chris Wilson2014-02-27
* Allow test/bbackupd to test bbackupquery completions.Chris Wilson2014-02-07
* Fix bbackupquery accepting a command starting with options.Chris Wilson2014-02-07
* Fix compile error due to missing mode on open(O_CREAT).Chris Wilson2013-02-13
* Link testbbackupd with bbackupquery object files, so that we can useChris Wilson2012-11-27
* Fix random failures of bbackupd test by locking the account before makingChris Wilson2012-11-18
* Link to HousekeepStoreAccount.o in the right directory since the big refactor.Chris Wilson2012-11-08
* Add support for SyncAllowScript to set maximum upload bandwidth dynamically.Chris Wilson2012-03-10
* Force all options to be present to BackupClientRestore(), to fix Chris Wilson2012-02-02
* Disable automatic backups in the temploc configuration, and enable theChris Wilson2012-02-01
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Fix test/bbackupd build for new object locations.Chris Wilson2011-06-22
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
* Reformat for readability.Chris Wilson2011-04-23
* Add intercept logging, seems to work around intermittent failures inChris Wilson2011-01-09
* Log the path, name and size of files being restored at TRACE level forChris Wilson2011-01-08
* Fix location of memleaks file to fix test/bbackupd again.Chris Wilson2010-10-18
* Allow restoring directories with a single argument, using the remote nameChris Wilson2010-09-22
* Log while sleeping in test/bbackupd.Chris Wilson2009-04-26
* Improve debugging output from external check script.Chris Wilson2009-04-26
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
* Fix speeling misteak.Chris Wilson2009-04-09
* Fix race conditions where backups happen too slowly and tests fail.Chris Wilson2009-04-09
* Show reasons for waiting during bbackupd and backupstorepatch tests,Chris Wilson2009-04-09
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Fix race condition where bbackupd would run just before test finished Chris Wilson2009-03-15
* Move TEST_EQUAL macro into lib/common/Test.h, rename to TEST_EQUAL_LINE, Chris Wilson2009-01-03
* Fix permissions on restored files after test, so that test buildChris Wilson2008-11-24