diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-06-15 17:42:49 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-06-15 17:42:49 -0400 |
commit | eefddcd5a9948fa4ac29e3c93618fa6e18070fc0 (patch) | |
tree | 96ac724568cdb8d06a7af8bdb11cf5efb1abcd8e /jstests/sharding/auto2.js | |
parent | e25c1febc1ec2c09d6a0f73b93db3e4e2a6de772 (diff) | |
download | mongo-eefddcd5a9948fa4ac29e3c93618fa6e18070fc0.tar.gz |
checkpoint for moving chunk filtering to mongod SERVER-943
Diffstat (limited to 'jstests/sharding/auto2.js')
-rw-r--r-- | jstests/sharding/auto2.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/auto2.js b/jstests/sharding/auto2.js index 357adde80fa..12b3c0b0bee 100644 --- a/jstests/sharding/auto2.js +++ b/jstests/sharding/auto2.js @@ -44,6 +44,7 @@ print( "checkpoint B" ) assert.eq( j * 100 , counta + countb , "from each a:" + counta + " b:" + countb + " i:" + i ); print( "checkpoint B.a" ) +s.printChunks(); assert.eq( j * 100 , coll.find().limit(100000000).itcount() , "itcount A" ); print( "checkpoint C" ) |