summaryrefslogtreecommitdiff
path: root/dbtests/framework.cpp
AgeCommit message (Expand)Author
2011-06-27use --journal on dbtests sometimes even if not a pure dur build so that this ...dwight
2011-06-2056 bit disklocs in btree v1dwight
2011-05-29cleaning and a small insert optimizationdwight
2011-05-28show perf dbtests results vs historical resultsdwight
2011-05-03fix overlogging of temp debuggingDwight
2011-05-03Merge branch 'master' into mainDwight
2011-04-18trap segfaults and such and try to log them on windowsdwight
2011-04-14Abort dbtests if a single test runs for more than 30 minMathias Stearn
2011-03-25towards some actual performance testsDwight
2011-01-15dur enable paranoid mode for dbtests. only on for _DEBUG for nowdwight
2011-01-09FileAllocator cleaningEliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-29enableDurability() is now a static member called autmatically by dur::startup()Mathias Stearn
2010-12-26largefiles option for dbtestsdwight
2010-12-13_DURABLEDEFAULTON option for testing (only)Dwight
2010-12-13dur compileEliot Horowitz
2010-12-10Pull some durability code into a class for easy disablingMathias Stearn
2010-11-30--dur cmd line option to dbtest programDwight
2010-11-13durdwight
2010-10-13fix SIGHUP handling SERVER-1934Eliot Horowitz
2010-09-27minor durdwight
2010-06-09./test takes a --filter option to filter out certain testsEliot Horowitz
2010-05-28Pull all the code for defining and printing the version of executables to one...alerner
2010-05-19log less during unit testsDwight
2010-04-27stdafx->pchDwight
2010-04-26cleaning socket error logging and move demangleName to global locationEliot Horowitz
2010-04-23Get rid of xassertMathias Stearn
2010-04-20rsDwight
2010-03-31do'nt require boost options in mongoclient SERVER-855Eliot Horowitz
2010-03-18move --fork --logpath --logappend into cmdline so it works for mongos SHARDIN...Eliot Horowitz
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-06fix test lockingEliot Horowitz
2009-12-04wrap dbtests with a big dblcok - now passesDwight
2009-12-04fix dbtest framework outputEliot Horowitz
2009-12-03fix for windowsMathias Stearn
2009-12-03Better formating for dbtestsMathias Stearn
2009-11-30better debuggingEliot Horowitz
2009-10-21shutdown unittest cleanlyEliot Horowitz
2009-10-16move oplogSize to CmdLineEliot Horowitz
2009-10-16move CurOp into Client and make inprog handle multiple in progressDwight
2009-10-15fix assert to use ours and thus make unit test passDwight
2009-10-14don't prealloc in unit testsEliot Horowitz
2009-10-12make lasterror threadsafeDwight
2009-10-09init threads in unit testsEliot Horowitz
2009-10-08fix regresstion return codeEliot Horowitz
2009-10-08use templated assertEliot Horowitz
2009-10-01fix windowsEliot Horowitz
2009-10-01counting fails twiceEliot Horowitz
2009-10-01better debuggingEliot Horowitz
2009-09-30win pre-compild headersunknown