source: box/trunk/test @ 3083

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3082   7 days chris Force all options to be present to BackupClientRestore?(), to fix …
(edit) @3075   9 days chris Disable automatic backups in the temploc configuration, and enable the …
(edit) @3040   3 months chris Test that invalid directory entries (pointers to nonexistent objects) are …
(edit) @3001   5 months chris Ignore some auto-generated files.
(edit) @2983   6 months chris Combine client and server protocols to make way for an offline/local …
(edit) @2973   8 months chris Fix test/bbackupd build for new object locations.
(edit) @2945   10 months chris Major refactoring to make lib/backupclient depend on lib/backupstore …
(edit) @2944   10 months chris Reformat for readability.
(edit) @2943   10 months chris Log the expected and actual values when comparison failed.
(edit) @2942   10 months chris Log the line numbers where basicserver comms tests failed.
(edit) @2841   13 months chris Fix compile error on Windows.
(edit) @2838   13 months chris Add intercept logging, seems to work around intermittent failures in …
(edit) @2828   13 months chris Log the path, name and size of files being restored at TRACE level for …
(edit) @2793   16 months chris Fix location of memleaks file to fix test/bbackupd again.
(edit) @2754   17 months chris Allow restoring directories with a single argument, using the remote name …
(edit) @2708   18 months chris Test that numbers of files are adjusted correctly during normal store …
(edit) @2646   2 years chris Add test for failure to remove an unreferenced object as expected during …
(edit) @2598   2 years chris Run Perl scripts quietly during make.
(edit) @2547   3 years chris Change bbstored port in backupstorepatch test to 22011.
(edit) @2543   3 years chris Allow RaidFileWrite? to test that the reference count of an object is …
(edit) @2542   3 years chris Test that housekeeping can recreate the refcount database if it's …
(edit) @2538   3 years chris Link testbackupstore against HousekeepStoreAccount? so that it can call …
(edit) @2535   3 years chris Update reference counts when files and directories are uploaded.
(edit) @2513   3 years chris Fix httpserver tests on win32.
(edit) @2510   3 years chris Log while sleeping in test/bbackupd. Only show warning about diff test …
(edit) @2509   3 years chris Improve debugging output from external check script.
(edit) @2506   3 years martin Fixes for gcc 4.4.
(edit) @2504   3 years chris Move S3Simulator into its own class, like S3Client, for reuse elsewhere.
(edit) @2502   3 years chris Add missing #include <algorithm> to fix compile on lenny.
(edit) @2501   3 years chris Fix speeling misteak.
(edit) @2499   3 years chris Fix race conditions where backups happen too slowly and tests fail.
(edit) @2497   3 years chris Fix compile error due to misisng signals on Windows. httpserver test still …
(edit) @2496   3 years chris Show reasons for waiting during bbackupd and backupstorepatch tests, to …
(edit) @2481   3 years chris Change type of BackupStoreFilename? not to derive from std::string, so it …
(edit) @2464   3 years chris Debug logging of reason for request failure.
(edit) @2460   3 years chris Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 to 64 …
(edit) @2454   3 years chris Add comment about running test as root.
(edit) @2452   3 years chris Fix race condition where bbackupd would run just before test finished …
(edit) @2449   3 years chris Fix compile error on FreeBSD due to missing #include of signal.h
(edit) @2447   3 years chris Move S3Client class into its own files for public access.
(edit) @2446   3 years chris Add support for PUT requests in HTTP simulator.
(edit) @2444   3 years chris Initial implementations of S3Client class.
(edit) @2442   3 years chris Add Amazon S3 signature checking to simulator.
(edit) @2441   3 years chris Add support for HTTP PUT requests (uploads) in S3 simulator.
(edit) @2435   3 years chris First part of S3 Simulator, read-only GET requests.
(edit) @2428   3 years chris Add ability to send an HTTPRequest to a socket and to parse an …
(edit) @2427   3 years chris Move TEST_EQUAL macro into lib/common/Test.h, rename to TEST_EQUAL_LINE, …
(edit) @2423   3 years chris Compile and config verify fixes for HTTP server code.
(edit) @2421   3 years chris Copy tests for HTTP server.
(edit) @2415   3 years chris Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as …
(edit) @2386   3 years chris Fix permissions on restored files after test, so that test build system …
(edit) @2372   3 years chris Fix test for slight change to logging format.
(edit) @2370   3 years chris Revert incorrectly committed file.
(edit) @2369   3 years chris Use the same ostringstream formatting for protocol logging to file that we …
(edit) @2355   3 years chris Fix warning about converting string constant to char * on debian lenny.
(edit) @2347   3 years chris Add missing extern "C" on intercept function definitions in testbbackupd. …
(edit) @2320   3 years chris Fix bbackupd/housekeeping deletion test for Unix again, and hopefully make …
(edit) @2316   3 years chris Fix directory record conflicts caused by including the same directory …
(edit) @2291   3 years chris Reinstate and fix the intercept tests for SSL keepalives.
(edit) @2276   3 years chris Test for read errors being reported at more points during the tests. Test …
(edit) @2269   3 years chris Shorten long line
(edit) @2266   3 years chris Include signal.h if it exists.
(edit) @2237   4 years chris Test that store-full error is not wrongly generated on aborted …
(edit) @2233   4 years chris Link bbackupd test with objects from bin/bbstored.
(edit) @2220   4 years chris Fix conflict with local variables called "line".
(edit) @2216   4 years chris Windows compile and deletion/housekeeping test fix.
(edit) @2215   4 years chris Name the timers to help with debugging.
(edit) @2188   4 years chris Fix compile error on Windows.
(edit) @2184   4 years chris Add bbackupquery -W<level> option to set explicit warning level, …
(edit) @2165   4 years chris Add support to notifyscript to use a tag, useful for tests with …
(edit) @2164   4 years chris Add new bbackupd config files for bbackupd test.
(edit) @2135   4 years chris Improve debugging when failing to create the large file for diff speed …
(edit) @2127   4 years chris Undo mangling by tailor
(edit) @2124   4 years chris Tailorization Import of the upstream sources from Repository: …
(edit) @2123   4 years chris Add missing space in trace output.
(edit) @2122   4 years chris Remove uses of obsolete TRACE macros in tests.
(edit) @2116   4 years chris Allow configuration of the server port that the client will connect to …
(edit) @2107   4 years chris Fix missing space before bbstored_args in test to make them work …
(edit) @2100   4 years chris Fix multiple connections to server (not supported on Windows) in test …
(edit) @2097   4 years chris Disable another symlink test on Win32.
(edit) @2096   4 years chris Delete bbstored PID file after killing the daemon on Windows, as the …
(edit) @2083   4 years chris Add a sleep after every access to the read-only connection, to ensure that …
(edit) @2056   4 years chris Ignore terminal type error messages from bbackupquery, may happen in …
(edit) @2014   4 years chris Send data back from test daemon to test code, and wait for it to be …
(edit) @2010   4 years chris Pass test options to test daemons.
(edit) @2000   4 years chris Report line of test where failed to kill internal daemon during SSL …
(edit) @1994   4 years chris Move comment, add whitespace.
(edit) @1941   4 years chris Fix keepalive test failure: * zero memory buffer before use to keep …
(edit) @1936   4 years chris Re-initialise the timers when aborting test run during SSL KeepAlive?
(edit) @1933   4 years chris Another compile fix for [1931]
(edit) @1932   4 years chris Compile fix for [1931]
(edit) @1931   4 years chris Handle bbackupd_args without leading space.
(edit) @1929   4 years chris Fix calling bbackupd with NO args in keepalive tests (fixes [1928])
(edit) @1928   4 years chris Pass bbackupd_args to the internal daemon (spaces are NOT supported). …
(edit) @1925   4 years chris This is C++ not ruby (oops)
(edit) @1924   4 years chris Add some debugging for a keepalive timer test failure reported by Matt …
(edit) @1923   4 years chris Use lstat() instead of stat() to check whether a file exists. Thanks to …
(edit) @1922   4 years chris Add some sleeps to ensure that timestamps change enough to invalidate the …
(edit) @1918   4 years chris Wait for long enough after creating test files that they will actually be …
(edit) @1913   4 years chris Include the time taken by bbackupquery compare in the time between syncs, …
Note: See TracRevisionLog for help on using the revision log.