summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2013-11-12 12:01:56 -0500
committerRandolph Tan <randolph@10gen.com>2013-11-12 16:26:02 -0500
commit456a72d926b1e4d44635533bc1e6e5a152661b71 (patch)
tree537cc9fdc85ae40b27ebe4c5d40e4bcc1d46d75a
parent0be500e771b210650741d5b5783896d4dff2679a (diff)
downloadmongo-456a72d926b1e4d44635533bc1e6e5a152661b71.tar.gz
SERVER-10866 Figure out split triggering mechanism
Enable update auto aplit test.
-rw-r--r--jstests/sharding/write_cmd_auto_split.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/sharding/write_cmd_auto_split.js b/jstests/sharding/write_cmd_auto_split.js
index bfe4535b1e4..0e7e3cbd0c9 100644
--- a/jstests/sharding/write_cmd_auto_split.js
+++ b/jstests/sharding/write_cmd_auto_split.js
@@ -30,8 +30,6 @@ for (var x = 0; x < 1100; x++) {
assert.gt(configDB.chunks.find().itcount(), 1);
testDB.dropDatabase();
-// TODO: uncomment after update commands in mongos is fully operational
-/*
jsTest.log('Test single batch update should auto-split');
configDB.adminCommand({ enableSharding: 'test' });
@@ -50,7 +48,6 @@ for (var x = 0; x < 1100; x++) {
assert.gt(configDB.chunks.find().itcount(), 1);
testDB.dropDatabase();
-*/
jsTest.log('Test single delete should not auto-split');
@@ -99,8 +96,6 @@ for (var x = 0; x < 1100; x += 400) {
assert.gt(configDB.chunks.find().itcount(), 1);
testDB.dropDatabase();
-// TODO: uncomment after update commands in mongos is fully operational
-/*
jsTest.log('Test batched update should auto-split');
configDB.adminCommand({ enableSharding: 'test' });
@@ -126,7 +121,6 @@ for (var x = 0; x < 1100; x += 400) {
assert.gt(configDB.chunks.find().itcount(), 1);
testDB.dropDatabase();
-*/
jsTest.log('Test batched delete should not auto-split');