Commit Graph

7 Commits

Author SHA1 Message Date
Kaloian Manassiev
c078dc37a9 SERVER-21050 Cleanup ReplSetTest
This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
2015-12-08 13:15:06 -05:00
David Percy
7aadbc29c0 SERVER-13635 No system.indexes in jstests/replsets 2014-10-17 17:33:48 -04:00
Greg Studer
6ee3a36bdb SERVER-13057 push shell write errors more in line with other drivers 2014-03-18 15:26:25 -04:00
Randolph Tan
eb41492c6f SERVER-13190 migrate replset jstest suite to use write commands api 2014-03-14 12:05:05 -04:00
Eric Milkie
03cd7b93e6 SERVER-5706 test was taking too long; slow debug builders were failing test 2012-05-21 14:06:08 -04:00
Eric Milkie
fdc9fead63 SERVER-5040 retry initial sync if errors occur when creating indexes
If you clone a database and a document, due to an update, moves forward in memory, cloner might clone both the old and new document.
When this happens, creating a unique index might fail. This change restarts the clone when this happens, and will abort after 3 failed cloning attempts.
2012-05-18 14:43:55 -04:00
Eric Milkie
1619603731 SERVER-5040 better test, use replsets instead of master/slave 2012-05-18 14:43:55 -04:00