diff options
-rw-r--r-- | jstests/sharding/write_cmd_auto_split.js | 6 |
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'); |