summaryrefslogtreecommitdiff
path: root/dbtests/framework.cpp
Commit message (Expand)AuthorAgeFilesLines
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* fix test lockingEliot Horowitz2009-12-061-1/+1
* wrap dbtests with a big dblcok - now passesDwight2009-12-041-0/+3
* fix dbtest framework outputEliot Horowitz2009-12-041-1/+9
* fix for windowsMathias Stearn2009-12-031-1/+1
* Better formating for dbtestsMathias Stearn2009-12-031-7/+9
* better debuggingEliot Horowitz2009-11-301-1/+3
* shutdown unittest cleanlyEliot Horowitz2009-10-211-1/+2
* move oplogSize to CmdLineEliot Horowitz2009-10-161-0/+4
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-161-1/+1
* fix assert to use ours and thus make unit test passDwight2009-10-151-0/+4
* don't prealloc in unit testsEliot Horowitz2009-10-141-1/+2
* make lasterror threadsafeDwight2009-10-121-2/+2
* init threads in unit testsEliot Horowitz2009-10-091-0/+1
* fix regresstion return codeEliot Horowitz2009-10-081-4/+7
* use templated assertEliot Horowitz2009-10-081-23/+1
* fix windowsEliot Horowitz2009-10-011-2/+2
* counting fails twiceEliot Horowitz2009-10-011-1/+0
* better debuggingEliot Horowitz2009-10-011-4/+3
* win pre-compild headersunknown2009-09-301-2/+1
* some debuggingEliot Horowitz2009-09-301-3/+8
* fix framework a tiny bitEliot Horowitz2009-09-251-6/+6
* soem test framework improvementsEliot Horowitz2009-09-251-11/+38
* minor: a version that builds with boost 1.33.1Mike Dirolf2009-09-211-1/+1
* minor: more compatibility for old versions of boostMike Dirolf2009-09-211-1/+1
* minor: use is_directory for old versions of boostMike Dirolf2009-09-211-2/+1
* don't remove and recreate data directory for tests, just remove contentsMike Dirolf2009-09-211-9/+14
* minor: just use std::runtime_error to be compatable with older versions of boostMike Dirolf2009-09-181-1/+1
* minor: ignore errors when resetting unittest directory, for joyent buildslaveMike Dirolf2009-09-181-4/+13
* minor: oops move includeMike Dirolf2009-09-181-0/+1
* move CLI related stuff out of dbtests and perftest and into frameworkMike Dirolf2009-09-181-4/+96
* minor: don't try to demangle on windows - no abiMike Dirolf2009-09-181-0/+4
* use boost::program_options for test runnerMike Dirolf2009-09-181-21/+14
* minor: whitespaceMike Dirolf2009-09-181-29/+29
* new unit test frameworkEliot Horowitz2009-09-171-0/+222