summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2009-04-13
|
* Add missing #include <algorithm> to fix compile on lenny.Chris Wilson2009-04-10
|
* Fix speeling misteak.Chris Wilson2009-04-09
|
* Fix race conditions where backups happen too slowly and tests fail.Chris Wilson2009-04-09
|
* Fix compile error due to misisng signals on Windows. httpserver testChris Wilson2009-04-09
| | | | | still does not pass.
* Show reasons for waiting during bbackupd and backupstorepatch tests,Chris Wilson2009-04-09
| | | | | | | | | | | to help with interpreting test output. When running at Trace level, where extra output from bbackupd etc. is common, log a single line at the start of waiting, instead of progress dots, to help with interpreting output. Show number of seconds waited for on Windows as well as Unixes.
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
| | | | | | | | it can't accidentally be used as one. Fix use of encrypted filename in deleted file message, thanks to Kenny Millington for reporting.
* Debug logging of reason for request failure.Chris Wilson2009-03-24
|
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
| | | | | 64 bits.
* Add comment about running test as root.Chris Wilson2009-03-16
|
* Fix race condition where bbackupd would run just before test finished Chris Wilson2009-03-15
| | | | | | waiting for its 90 second error timeout on slow machines, e.g. FreeBSD VM, causing bbackupd test to fail.
* Fix compile error on FreeBSD due to missing #include of signal.hChris Wilson2009-03-15
|
* Move S3Client class into its own files for public access.Chris Wilson2009-01-09
|
* Add support for PUT requests in HTTP simulator.Chris Wilson2009-01-09
|
* Initial implementations of S3Client class.Chris Wilson2009-01-07
|
* Add Amazon S3 signature checking to simulator.Chris Wilson2009-01-06
|
* Add support for HTTP PUT requests (uploads) in S3 simulator.Chris Wilson2009-01-05
|
* First part of S3 Simulator, read-only GET requests.Chris Wilson2009-01-04
|
* Add ability to send an HTTPRequest to a socket and to parse an Chris Wilson2009-01-03
| | | | | HTTPResponse from a socket, to create a simple HTTP client.
* Move TEST_EQUAL macro into lib/common/Test.h, rename to TEST_EQUAL_LINE, Chris Wilson2009-01-03
| | | | | provide TEST_EQUAL that only takes two arguments for simplicity.
* Compile and config verify fixes for HTTP server code.Chris Wilson2009-01-03
|
* Copy tests for HTTP server.Chris Wilson2009-01-03
|
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
| | | | | | well (e.g. wxWidgets) and it causes conflicts which are difficult to resolve.
* Fix permissions on restored files after test, so that test buildChris Wilson2008-11-24
| | | | | system stops complaining that it can't delete them.
* Fix test for slight change to logging format.Chris Wilson2008-10-29
|
* Revert incorrectly committed file.Chris Wilson2008-10-29
|
* Use the same ostringstream formatting for protocol logging to fileChris Wilson2008-10-29
| | | | | | that we use for standard logging, to fix 64bit platform warnings reported by Matt Brown.
* Fix warning about converting string constant to char * on debian lenny.Chris Wilson2008-10-17
|
* Add missing extern "C" on intercept function definitions inChris Wilson2008-10-11
| | | | | | | testbbackupd. Fix assignment of string constants to non-const char pointers.
* Fix bbackupd/housekeeping deletion test for Unix again, and hopefullyChris Wilson2008-10-04
| | | | | make it work on Windows too. Improve comments about this test.
* Fix directory record conflicts caused by including the same directoryChris Wilson2008-10-03
| | | | | | | twice. Fix/reduce locked file timing conflict problems.
* Reinstate and fix the intercept tests for SSL keepalives.Chris Wilson2008-09-26
|
* Test for read errors being reported at more points during the tests.Chris Wilson2008-09-12
| | | | | Test that symlink to self does not cause restore to fail.
* Shorten long lineChris Wilson2008-09-06
|
* Include signal.h if it exists.Chris Wilson2008-09-03
|
* Test that store-full error is not wrongly generated on aborted connections.Chris Wilson2008-08-10
|
* Link bbackupd test with objects from bin/bbstored.Chris Wilson2008-08-10
|
* Fix conflict with local variables called "line".Chris Wilson2008-08-06
|
* Windows compile and deletion/housekeeping test fix.Chris Wilson2008-08-03
|
* Name the timers to help with debugging.Chris Wilson2008-08-03
|
* Fix compile error on Windows.Chris Wilson2008-05-28
|
* Add bbackupquery -W<level> option to set explicit warning level, Chris Wilson2008-05-28
| | | | | | | | | | | | | | | | | | | Obsolete old (inconsistent) meaning of -q in bbackupquery. Replace -q with -Wwarning or -Werror in tests to reduce noise and fix tests. Test that reading a nonexistent directory on the server doesn't crash server or client. Test that bbackupd does continue backup run and delete files when storage limit is exceeded. Use logging guards to hide expected warnings in testbbackupd. Remove apparently pointless listing files on server at the end of testbbackupd.
* Add support to notifyscript to use a tag, useful for tests with Chris Wilson2008-05-28
| | | | | frequently-generated messages such as backup-start.
* Add new bbackupd config files for bbackupd test.Chris Wilson2008-05-28
|
* Improve debugging when failing to create the large file for diff speedChris Wilson2008-04-05
| | | | | tests. (merges [1946])
* Undo mangling by tailorChris Wilson2008-04-04
|
* TailorizationChris Wilson2008-04-04
| | | | | | | | | | | Import of the upstream sources from Repository: http://localhost:8000/ Kind: hg Revision: 7807b7768163f1c2537756abe5416063989cebb1 Original author: tailor@rocio.int.aidworld.org Date: 2008-03-16 19:44:36+00:00
* Add missing space in trace output.Chris Wilson2008-04-04
|
* Remove uses of obsolete TRACE macros in tests.Chris Wilson2008-04-04
|
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
| | | | | | | | | | | | | (bbackupd and bbackupquery). Redesign ConfigurationVerify to use classes instead of structs. Use port 22011 instead of 2201 during tests, to reduce the chances of conflicting with a running bbstored or other process. Ignore autogen_* in svn:ignore everywhere instead of individual per-file ignores.