diff --git a/jstests/cursor1.js b/jstests/cursor1.js new file mode 100644 index 0000000000000..8448752bb0c1f --- /dev/null +++ b/jstests/cursor1.js @@ -0,0 +1,20 @@ + +t = db.cursor1 +t.drop(); + +big = ""; +while ( big.length < 50000 ) + big += "asdasdasdasdsdsdadsasdasdasD"; + +num = Math.ceil( 10000000 / big.length ); + +for ( var i=0; i