summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-02-05 17:52:07 -0500
committerEliot Horowitz <eliot@10gen.com>2011-02-05 17:52:37 -0500
commited2b128e5de0ddd2bf5303fda7980bd1d0b2c683 (patch)
tree16f026cf326fd6dc83f5473d2100158b9a8f31f4 /jstests
parent471fd7da06644d80c906e2ac69190216791ef450 (diff)
downloadmongo-ed2b128e5de0ddd2bf5303fda7980bd1d0b2c683.tar.gz
fix SlaveOk getMore with replica sets for non sharded collections SERVER-2482
Diffstat (limited to 'jstests')
-rw-r--r--jstests/slowNightly/sharding_rs2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slowNightly/sharding_rs2.js b/jstests/slowNightly/sharding_rs2.js
index 7ef0e08d9b0..d71b3d0aebd 100644
--- a/jstests/slowNightly/sharding_rs2.js
+++ b/jstests/slowNightly/sharding_rs2.js
@@ -93,7 +93,7 @@ db.getLastError( 3 , 10000 );
assert.eq( 100 , ts.count() , "B4" )
assert.eq( 100 , ts.find().itcount() , "B5" )
-//assert.eq( 100 , ts.find().batchSize(5).itcount() , "B6" )
+assert.eq( 100 , ts.find().batchSize(5).itcount() , "B6" )
// --- sharded ----