summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Remove asserts that caused tests to blow up when directory permissions were w...Chris Wilson2015-12-14
* 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
* Fix invalid constant name, picked up by MSVC (and not by GCC or LLVM)Chris Wilson2015-12-13
* Define TEST_EXECUTABLE to allow it to have different names on MSVC/CMake.Chris Wilson2015-12-13
* Remove more references to unistd.h.Chris Wilson2015-12-10
* Fix mismatched start and end test macros on WindowsChris Wilson2015-12-09
* Merge Arnaud Grandville's Windows fixes.Chris Wilson2015-12-09
|\
| * Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-21
| |\
| | * Remove all timing dependency from test_ssl_keepalives().Chris Wilson2015-09-20
| | * Rename global TLSContext variable to avoid conflicts.Chris Wilson2015-09-20
| * | Add a test for reading and writing BackupStoreDirectory binary data.Chris Wilson2015-09-20
| |/
* / Remove unused headers to aid compilation on Windows (MSVC).Chris Wilson2015-12-08
|/
* Disable httpserver keepalive tests until keepalive support is implemented.Chris Wilson2015-08-29
* Whitespace, import order and comment fixesChris Wilson2015-08-29
* Improve exception handling on backup store side.Chris Wilson2015-08-15
* Add a BackupStoreFile encoding streaming verifierChris Wilson2015-08-07
* Fix random failures of testbbackup test_backup_pauses_when_store_is_full.Chris Wilson2015-08-07
* Really fix check for s3simulator memleaks.Chris Wilson2015-08-06
* Replace TEST_CHECK_THROWS() with TEST_COMMAND_RETURNS_ERROR().Chris Wilson2015-08-06
* Fix memleaks file in test after changed in s3simulator daemon.Chris Wilson2015-08-06
* Stop daemon on test setup, in case the previous test didn't.Chris Wilson2015-08-06
* Test that root directory was created properlyChris Wilson2015-07-31
* Add missing bbackupd.keys file and a marker to create subdirs.Chris Wilson2015-07-31
* Add missing files for S3Store test.Chris Wilson2015-07-31
* 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 another test failure on Windows caused by holding files open.Chris Wilson2015-05-16
* Fix test failures on Windows caused by keeping files open too long.Chris Wilson2015-05-16
* Fix missing account lock while checking for errors.Chris Wilson2015-05-06
* Fix system exit codes from tests, so we can use them in the shell.Chris Wilson2015-05-04
* Fix file locking on Windows.Chris Wilson2015-04-13
* 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_ssl_keepalives to not depend on directory listing order.Chris Wilson2015-02-27
* Fix testbackupstorefix in release mode.Chris Wilson2015-02-27
* Reduce verbosity of testcommon by hiding some log messages.Chris Wilson2015-02-25
* Reduce test output noise by hiding some error messages in tests.Chris Wilson2015-02-25
* Fix test failure caused by logging fd change.Chris Wilson2015-02-23
* Fix testhttpserver, broken by renaming test executables.Chris Wilson2015-02-23
* Fix misisng timeouts on network operations.Chris Wilson2015-02-23
* Fix test failures caused by renaming the test executable, thanks to Achim for...Chris Wilson2015-02-15
* 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