summaryrefslogtreecommitdiff
path: root/test/bbackupd
Commit message (Expand)AuthorAge
* Add test for hardlink handling.Chris Wilson2015-01-04
* Fix test failing on OpenBSD because tar -m behaves differently.Chris Wilson2015-01-02
* Fix more minor test breaks on WindowsChris Wilson2015-01-02
* Fix test to handle console encoding already in UTF-8.Chris Wilson2015-01-02
* Fix warning about assigning literal string constants to a char *Chris Wilson2014-12-26
* Fix test failures caused by connections left open on Windows.Chris Wilson2014-12-26
* Fix compile errors in tests on Windows.Chris Wilson2014-12-26
* Add comments about why some tests are skipped on Windows.Chris Wilson2014-12-26
* Catch exceptions in individual tests and clean up nicely.Chris Wilson2014-12-26
* Don't try to kill daemons at beginning of each deselected test.Chris Wilson2014-12-26
* Fix tar commands to work on OpenBSD.Chris Wilson2014-12-21
* Increase timing accuracy of client store marker test.Chris Wilson2014-12-21
* Fix test_changing_client_store_marker_pauses_daemon on NetBSD.Chris Wilson2014-12-15
* Fix timing issue causing test_changing_client_store_marker_pauses_daemon to f...Chris Wilson2014-12-10
* Add comment to explain why freshly extracted files should be backed up.Chris Wilson2014-12-10
* Fix test_changing_client_store_marker_pauses_daemon failing randomly.Chris Wilson2014-12-06
* Don't start an independent daemon in test_bbackupd_exclusions.Chris Wilson2014-12-06
* Don't fail tests if running on a NetBSD system with no xattr support.Chris Wilson2014-12-06
* Workaround for old gnu tar, failing to restore timestamps on symlinks.Chris Wilson2014-12-06
* Reduce wait in test_store_error_reporting from 100 seconds to 10.Chris Wilson2014-12-03
* Refactor StartClient and StopClient out of testbbackupd.Chris Wilson2014-10-31
* Minor test fixes to testbbackupd.Chris Wilson2014-09-18
* Fix inability to access locations starting with a slash.Chris Wilson2014-09-18
* 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