summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* We don't need to redefine TEST_EXECUTABLE here, Test.h does it for us.Chris Wilson2015-12-24
* Remove unix shell-isms from test/s3store, to make it work on Windows.Chris Wilson2015-12-24
* Fix test/httpserver startup on Windows (compiled with MSVC).Chris Wilson2015-12-24
* Use 127.0.0.1 instead of localhost in test/httpserver, to force use of IPv4.Chris Wilson2015-12-24
* Don't start and stop bbstored on Windows.Chris Wilson2015-12-22
* Change a generated filename to avoid creating files called "con".Chris Wilson2015-12-22
* Check file counts before messing with the store in test/backupstorefix.Chris Wilson2015-12-22
* Use rd instead of rmdir command, to try to work properly in appveyor.Chris Wilson2015-12-20
* Move reusable files from bin/bbstored to lib/bbstored.Chris Wilson2015-12-20
* Replace mv command with rename(), and replace rm -r with rmdir /s/q on Windows.Chris Wilson2015-12-19
* 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