summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-4415: Updated dbtest to allow infBrandon Diamond2011-12-061-4/+0
|
* Revert "remove old code for running 'test' binary with journaling enabled ↵Aaron2011-12-041-0/+7
| | | | | | (journaling is now the default)" This reverts commit c409dd93ec121d607c177424165104749f610dfb.
* remove old code for running 'test' binary with journaling enabled ↵Aaron2011-12-041-7/+0
| | | | (journaling is now the default)
* mergedwight2011-12-031-1/+1
|
* revert dbholdermutexdwight2011-12-032-2/+1
|
* compiledwight2011-12-034-18/+26
|
* clarify namedwight2011-12-039-16/+18
|
* buildbot tojson NaN SERVER-2157dwight2011-12-031-2/+9
|
* SERVER-3522 alternate (better) mem leak fixKevin Matulef2011-12-021-83/+81
|
* fix testDwight2011-12-011-7/+10
|
* SERVER-3522 fixed memory leakKevin Matulef2011-12-011-0/+2
|
* warning compilerDwight2011-12-011-1/+1
|
* SERVER-4401 attempt to advance to next or clause if a cursor becomes invalid ↵Aaron2011-11-301-0/+92
| | | | on yield recovery
* add tests for recloning missing docs SERVER-3367Kristina2011-11-301-0/+42
|
* redo how we handle concurrency when opening a database initially.dwight2011-11-262-0/+4
| | | | | | | | | | this was awkward at best before (very old code). however the change is pretty big and is thus worth a careful review - the main issue possible is not being locked as widely as it should be somewhere, not so much the specifics of any one line of the change. also cleaned up the Context constructors to be more readable and got rid of one completely made several Context object members const
* vcxprojdwight2011-11-231-5/+5
|
* SERVER-4304 -- Generate .CPP files from JavaScript in Visual StudioTad Marshall2011-11-192-2/+18
| | | | | | | | | | | | We no longer need mongo_vstudio.cpp and it is removed from the Git repository with this commit. Visual Studio 2010 will now generate its own copies of shell/mongo.cpp and shell/mongo-server.cpp. The code that creates these files closely mimics the jsToH function in SConstruct such that the resulting files are identical (quirks and all). SConstruct no longer creates shell/mongo_vstudio.cpp and Visual Studio creates and uses the same filename as SCons (shell/mongo.cpp). All projects that were using mongo_vstudio.cpp will now instead generate shell/mongo.cpp as a "Pre-Build" step.
* preparation for having a clean collection objectDwight2011-11-173-1/+3
|
* concurrency workdwight2011-11-172-733/+742
|
* finish migration of Database::validDBName to NamespaceString::validDBNameEliot Horowitz2011-11-161-3/+4
|
* Change replset tests to use non-static applyOperationKristina2011-11-121-12/+11
|
* dynamic naming implementation workDwight2011-10-251-1/+1
|
* fix runtime of testDwight2011-10-141-2/+2
|
* make spinlocks degrade better when under high contentionEliot Horowitz2011-10-131-2/+8
|
* - SERVER-3676: JSTests::NumberLong failsagirbal2011-10-061-1/+47
|
* compareandswap perftest / minordwight2011-10-061-1/+16
|
* towards cloud/azuredwight2011-10-042-11/+93
|
* output cleaningdwight2011-10-041-11/+14
|
* compileEliot Horowitz2011-10-041-1/+1
|
* dont compile mutexdebugger on release builds; compiledwight2011-10-031-2/+4
|
* rwlock refactoringDwight2011-10-032-12/+12
|
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-10-039-2551/+2682
|\ | | | | | | | | | | | | | | | | | | Conflicts: db/btree.cpp db/db.vcxproj dbtests/test.vcxproj server.h util/concurrency/rwlock.h util/concurrency/value.h
| * cloud cmd for custom dynamic naming beginningsdwight2011-10-031-58/+12
| |
| * add test for SERVER-3799Kristina2011-09-201-1/+23
| |
| * elim some warningsdwight2011-09-141-1/+1
| |
| * put QueryOptimizerCursor tests in a separate fileAaron2011-09-132-1720/+1763
| |
| * more readable assertion if bestGuessCursor passed query and unindexed sortAaron2011-09-131-0/+8
| |
| * compiledwight2011-09-131-2/+5
| |
| * more perftestdwight2011-09-121-16/+69
| |
| * perftestdwight2011-09-121-2/+14
| |
| * fix Timer change, prev commit wasnt quite rightdwight2011-09-121-1/+1
| |
| * timer class was slow on windows; fixed.dwight2011-09-121-2/+2
| |
| * perftests addition and pstats fix thereindwight2011-09-121-2/+18
| |
| * clean up perftestdwight2011-09-121-36/+1
| |
| * two step key addition to indexesdwight2011-09-122-1/+22
| |
| * make test more reliableEliot Horowitz2011-09-091-1/+1
| |
| * SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.dwight2011-09-061-0/+34
| | | | | | | | | | in addition fix a case where compare order of bindata types, when subtype and len, were in consistent with BSONObj's compare. this ordering is somewhat arbitrary but must be consistent.
* | rwlock refactoringDwight2011-09-261-5/+5
| |
* | SERVER-3717 related testDwight2011-09-061-0/+26
| |
* | Merge branch 'master' of github.com:mongodb/mongoDwight2011-08-294-861/+799
|\ \ | |/ | | | | | | | | Conflicts: db/db.vcxproj dbtests/test.vcxproj