summaryrefslogtreecommitdiff
path: root/jstests/cursora.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-10-19 23:22:57 -0400
committerEliot Horowitz <eliot@10gen.com>2010-10-19 23:22:57 -0400
commit68d6aa0b41d36b2324246c2e3758b2c49e7def98 (patch)
tree5686054441b4028793ae12d9cb0146cc39d5c722 /jstests/cursora.js
parent515192a80636a026db86264fa9fce0b1fc53e957 (diff)
downloadmongo-68d6aa0b41d36b2324246c2e3758b2c49e7def98.tar.gz
Revert "SERVER-1967 suspend test for now to investigate timing issue"
This reverts commit 515192a80636a026db86264fa9fce0b1fc53e957.
Diffstat (limited to 'jstests/cursora.js')
-rw-r--r--jstests/cursora.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/cursora.js b/jstests/cursora.js
index 287753813b4..0916fa769ee 100644
--- a/jstests/cursora.js
+++ b/jstests/cursora.js
@@ -25,10 +25,10 @@ function run( n , atomic ){
print( "warning: shouldn't have counted all n: " + n + " num: " + num );
}
-// run( 1500 )
-// run( 5000 )
+run( 1500 )
+run( 5000 )
-// run( 1500 , true )
-// run( 5000 , true )
+run( 1500 , true )
+run( 5000 , true )