summaryrefslogtreecommitdiff
path: root/jstests/disk
diff options
context:
space:
mode:
authoragirbal <antoine@10gen.com>2011-10-06 17:30:14 -0700
committeragirbal <antoine@10gen.com>2011-10-06 17:30:14 -0700
commitd312c1abe458919c977cbb82ba3970f8af456478 (patch)
tree5f8e68a0dbc59f067d4d9570f69d748280843b7c /jstests/disk
parentfedce713e91f0a664cf244bafa730898f73d98c8 (diff)
downloadmongo-d312c1abe458919c977cbb82ba3970f8af456478.tar.gz
- SERVER-2076: killall may fail in v8
Diffstat (limited to 'jstests/disk')
-rw-r--r--jstests/disk/killall.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/disk/killall.js b/jstests/disk/killall.js
index a1487bba130..70d6bdd3a1c 100644
--- a/jstests/disk/killall.js
+++ b/jstests/disk/killall.js
@@ -1,7 +1,7 @@
// running ops should be killed
// dropped collection should be ok after restart
-if ( typeof _threadInject == "undefined" ) { // don't run in v8 mode - SERVER-2076
+//if ( typeof _threadInject == "undefined" ) { // don't run in v8 mode - SERVER-2076
port = allocatePorts( 1 )[ 0 ]
@@ -39,4 +39,4 @@ m.getDB( "test" ).getCollection( baseName ).drop();
stopMongod( port );
-} \ No newline at end of file
+//}