diff options
author | Aaron <aaron@10gen.com> | 2012-03-06 21:00:29 -0800 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2012-03-06 21:00:53 -0800 |
commit | 4cd88bf3117d4a29c95bfc3c62f0580b71201408 (patch) | |
tree | 0ae5c0657f51e2b8270f8ee25bf4ff1648efde05 /jstests/profile4.js | |
parent | 215901f120d47dd268032985a73626131a068874 (diff) | |
download | mongo-4cd88bf3117d4a29c95bfc3c62f0580b71201408.tar.gz |
SERVER-5034 reinstate tests in v8 mode
Diffstat (limited to 'jstests/profile4.js')
-rw-r--r-- | jstests/profile4.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/profile4.js b/jstests/profile4.js index 8fd3a6b5563..fe3c572c59d 100644 --- a/jstests/profile4.js +++ b/jstests/profile4.js @@ -1,7 +1,5 @@ // Check debug information recorded for a query. -if ( typeof _threadInject == "undefined" ) { // don't run in v8 mode SERVER-5034 - // special db so that it can be run in parallel tests var stddb = db; var db = db.getSisterDB("profile4"); @@ -71,5 +69,3 @@ finally { db.setProfilingLevel(0); db = stddb; } - -} |