summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2011-01-31 17:42:24 -0800
committerAaron <aaron@10gen.com>2011-01-31 17:42:24 -0800
commit15e5552dbbd58b858ae0ac4c786ba7e7e91a69cd (patch)
tree84eb887ba40972800b0e4f19c9f52e1c78dda7d4 /jstests
parentc4c41d831e6b65f6e11f274cd65b149bc53c45aa (diff)
downloadmongo-15e5552dbbd58b858ae0ac4c786ba7e7e91a69cd.tar.gz
mr_killop remove kill time check, as it may not be a valid check running in parallel suite
Diffstat (limited to 'jstests')
-rw-r--r--jstests/mr_killop.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/mr_killop.js b/jstests/mr_killop.js
index b58e8c5436a..899997df55a 100644
--- a/jstests/mr_killop.js
+++ b/jstests/mr_killop.js
@@ -75,12 +75,10 @@ if ( typeof _threadInject == "undefined" ) { // don't run in v8 mode - SERVER-19
db.killOp( o );
debug( "did kill" );
- var killTime = new Date();
// When the map reduce op is killed, the spawned shell will exit
s();
debug( "parallel shell completed" );
- assert.gt( 20000, new Date() - killTime, "op killed by timeout, not explicitly" );
assert.eq( -1, op( where ) );
}