Commit Graph

9 Commits

Author SHA1 Message Date
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Kaloian Manassiev
3ed6635a5f 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:05:00 -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