summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-12-03 17:11:09 -0500
committerEliot Horowitz <eliot@10gen.com>2009-12-03 17:25:39 -0500
commitcb39613c0f6ae9afd799d77c84189e457e56c54f (patch)
tree9ab5d98ae6511b2d1c0181621552e06336108bb1
parentad7fc8908396a3351a0f07bb1e2fc4baba2802ad (diff)
downloadmongo-cb39613c0f6ae9afd799d77c84189e457e56c54f.tar.gz
better testsr1.1.4
-rw-r--r--jstests/mr1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/mr1.js b/jstests/mr1.js
index 8c7785552fc..e768a4285ec 100644
--- a/jstests/mr1.js
+++ b/jstests/mr1.js
@@ -134,7 +134,7 @@ if ( true ){
print( "t1: " + Date.timeFunc(
function(){
var out = db.runCommand( { mapreduce : "mr1" , map : m , reduce : r } );
- if ( ks == "_id" ) assert( out.ok , "XXX" );
+ if ( ks == "_id" ) assert( out.ok , "XXX : " + tojson( out ) );
db[out.result].drop();
} , 10 ) + " (~500 on 2.8ghz) - itcount: " + Date.timeFunc( function(){ db.mr1.find().itcount(); } , 10 ) );