Commit Graph

20 Commits

Author SHA1 Message Date
Allison Easton
f2d1b7432d SERVER-63668 Guard the chunk splitter behind the no more auto-splitter feature flag 2022-05-24 16:59:28 +00:00
Antonio Fuschetto
5f1bc9e046 SERVER-62130 Blacklist write_cmd_auto_split.js from stepdown suites 2022-04-01 09:00:55 +00:00
Pierlauro Sciarelli
80362db449 SERVER-59882 Autosplit tests may get one less chunk than expected due to wuow commit delay 2021-10-20 09:03:27 +00:00
Jordi Serra Torrens
f3617ccb88 SERVER-53105: Amend tests that target config.chunks by ns to target by ns or uuid depending on collection timestamp 2021-01-22 10:25:46 +00:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Matthew Saltz
da38575dde SERVER-34448 Enable autosplitting on the shard and disable on mongos
SERVER-34449 Handle upgrade/downgrade logic for autosplitting on shard

SERVER-34448 Wait for chunk splitting in top chunk optimization tests

SERVER-34448 Require persistence in shard_existing_coll_chunk_count.js
2018-08-09 14:30:15 -04:00
Randolph Tan
731a5ed5e2 SERVER-32970 put back random chunk size initialization in mongos auto split tracking 2018-02-05 15:07:39 -05:00
samantharitter
953df5a1f0 SERVER-31184 Make sharding tests only consider chunks for collections they actually use 2017-10-10 17:58:36 -04:00
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