summaryrefslogtreecommitdiff
path: root/test/bbackupd
Commit message (Expand)AuthorAge
* Relax timings on test_changing_client_store_marker_pauses_daemonChris Wilson2017-06-18
* Break dependency on Cygwin commands in Windows tests.Chris Wilson2016-09-03
* Exclude one more symlink from untarring on Windows with 7za.Chris Wilson2015-12-26
* Fix keepalive test on Windows, which depends on number of files present.Chris Wilson2015-12-26
* Replace Unix-specific paths used by test/bbackupd with native paths.Chris Wilson2015-12-26
* Fix recursive directory deletion on Windows.Chris Wilson2015-12-24
* Replace shell implementation of test/bbackupd kill_running_daemons() with pur...Chris Wilson2015-12-24
* Use 7za to extract tgz files on Windows, as there's no (reliable) tar command.Chris Wilson2015-12-24
* Move reusable files from bin/bbstored to lib/bbstored.Chris Wilson2015-12-20
* Fix Windows file locking to work with MSVCChris Wilson2015-12-14
* Add CTest configurations to CMake. Make some tests work on Windows/MSVC.Chris Wilson2015-12-13
* Remove more references to unistd.h.Chris Wilson2015-12-10
* Remove all timing dependency from test_ssl_keepalives().Chris Wilson2015-09-20
* Rename global TLSContext variable to avoid conflicts.Chris Wilson2015-09-20
* Fix random failures of testbbackup test_backup_pauses_when_store_is_full.Chris Wilson2015-08-07
* Stop daemon on test setup, in case the previous test didn't.Chris Wilson2015-08-06
* Move load_config_file to Test.cpp to allow reuse.Chris Wilson2015-07-25
* Fix test_backup_pauses_when_store_is_full by waiting for housekeeping.Chris Wilson2015-07-18
* Major test refactor to support test suites.Chris Wilson2015-07-01
* Compile fix for test/bbackupd after ClientException moveChris Wilson2015-06-28
* Ensure that errored tests are reported as failures, not successesChris Wilson2015-06-10
* Fix system exit codes from tests, so we can use them in the shell.Chris Wilson2015-05-04
* Fix test_ssl_keepalives to not depend on directory listing order.Chris Wilson2015-02-27
* 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