We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b5c67 commit 797aef7Copy full SHA for 797aef7
jstests/sharding/bigMapReduce.js
@@ -85,7 +85,7 @@ for ( iter=0; iter<5; iter++ ){
85
gotAGoodOne = true;
86
assert.eq( 51200 , obj.count , "Received wrong result " + obj.count );
87
// make sure it's sharded and split
88
- assert( config.chunks.count({ns: db.mrShardedOut._fullName}) > 1, "didnt split");
+ assert.gt( config.chunks.count({ns: db.mrShardedOut._fullName}), 1, "didnt split");
89
}
90
catch ( e ){
91
if ( __mrerror__ && __mrerror__.cause && __mrerror__.cause.code == 13388 ){
0 commit comments