Commit Graph

11 Commits

Author SHA1 Message Date
Esha Maharishi
99c905a87a SERVER-26309 for renamed tests, change test name in blacklists to match 2016-09-30 17:54:39 -04:00
Dan Pasette
9a4474ea06 Revert "SERVER-26309 Disable auto splitting in ShardingTest by default"
This reverts commit c47eb7408d.
2016-09-29 19:19:59 -04:00
Esha Maharishi
c47eb7408d SERVER-26309 Disable auto splitting in ShardingTest by default 2016-09-29 14:38:42 -04:00
Kaloian Manassiev
0aff7dc5e6 SERVER-24576 Increase the default findHost timeout 2016-06-15 16:34:56 -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
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