Skip to content

Commit 797aef7

Browse files
author
gregs
committed
buildbot better error msg for bigMapReduce.js
1 parent 30b5c67 commit 797aef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstests/sharding/bigMapReduce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ for ( iter=0; iter<5; iter++ ){
8585
gotAGoodOne = true;
8686
assert.eq( 51200 , obj.count , "Received wrong result " + obj.count );
8787
// make sure it's sharded and split
88-
assert( config.chunks.count({ns: db.mrShardedOut._fullName}) > 1, "didnt split");
88+
assert.gt( config.chunks.count({ns: db.mrShardedOut._fullName}), 1, "didnt split");
8989
}
9090
catch ( e ){
9191
if ( __mrerror__ && __mrerror__.cause && __mrerror__.cause.code == 13388 ){

0 commit comments

Comments
 (0)