summaryrefslogtreecommitdiff
path: root/dbtests/pairingtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-12/+12
* fix pairing testEliot Horowitz2010-07-301-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* rsDwight Merriman2010-04-211-1/+1
* some missing operatorsEliot Horowitz2010-02-261-1/+1
* new unit test frameworkEliot Horowitz2009-09-171-5/+5
* begin cmdline.hDwight2009-08-251-5/+6
* reset shared database after each test suite MINORAaron2009-05-121-1/+1
* Replace emptyObj with BSONObj()Aaron2009-03-191-1/+1
* virtual dtors == goodAaron2009-02-181-0/+2
* bsonobjbuilder cleanupDwight2009-02-091-2/+2
* doneAndDecouple() -> obj()Dwight2009-02-091-1/+1
* rename classes and add a new client connect methodDwight2009-02-061-4/+4
* Make arbitration smarter -- arbiter forwards negotiate request to paired nodeAaron2009-02-021-42/+25
* fix dbtests for my renamingdwight2009-01-181-3/+3
* Indent all lines within namespaces one levelAaron2009-01-151-312/+312
* Allow compiler on Hudson to 'extern' variables in mongo namespaceAaron2009-01-141-1/+3
* Replace tab indentation with spacesAaron2009-01-141-2/+6
* Put our code in 'mongo' namespaceAaron2009-01-141-1/+1
* Make Arbitrate test work with Dwight's new dbclient codeAaron2009-01-121-6/+6
* Sanity check, verify that the Base's static PairSync variables haven't been m...Aaron2008-12-291-0/+2
* Check pairSync status instead of comparing pointers (fixes Hudson compilation...Aaron2008-12-291-1/+1
* Reinstate pairing testsAaron2008-12-281-18/+55
* Replace tab indentation with spacesAaron2008-12-281-275/+283
* Disable pairing tests until I can fix themAaron2008-12-151-1/+3
* Not master if haven't caught upAaron2008-12-121-18/+73
* Change arg ordering for ASSERT_EQUALS to match current unittest library spec ...Aaron2008-12-111-5/+5
* Only dominant node in pair can assign master & slave status; fixes potential ...Aaron2008-12-101-8/+11
* Add arbitration unit test; adjust tab formatting of some filesAaron2008-12-071-193/+216
* Fix auto_ptr usage in testAaron Staple2008-12-051-1/+2
* Adding some pairing testsAaron Staple2008-12-051-0/+221