Commit Graph

6 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
Randolph Tan
a051e68a4e SERVER-21102 Add more basic tests for split and auto split 2015-10-27 11:33:23 -04:00
Randolph Tan
456a72d926 SERVER-10866 Figure out split triggering mechanism
Enable update auto aplit test.
2013-11-12 16:26:02 -05:00
Randolph Tan
bfea19f2b6 SERVER-10866 Figure out split triggering mechanism
Wire auto-split logic for update write commands.
2013-10-30 17:03:47 -04:00
Greg Studer
8c37eeba9d SERVER-9469 fix auto split test to add mandatory delete limit 2013-10-30 11:07:21 -04:00
Randolph Tan
ff9f15747c SERVER-10866 Figure out split trigger mechanism
Implement auto-split for insert write commands on mongos. Note that this patch currently also take documents from the delete commands into account as well (this will be fixed in the next iteration). However, deletes will never trigger an auto-split request.
2013-10-25 17:42:27 -04:00