summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2013-02-22 11:38:54 -0500
committerEric Milkie <milkie@10gen.com>2013-02-22 11:38:59 -0500
commit2145ebc9c7bfacd78f0ad3a17cf4312ef74d96d0 (patch)
tree412fcc7cd86156420438a1396c4f085941879f4a
parent420e61e130be8ae5f4d2d283e4f84711121dd8c0 (diff)
downloadmongo-2145ebc9c7bfacd78f0ad3a17cf4312ef74d96d0.tar.gz
SERVER-8671 do not run currentop.js in parallel suite until fixes can be made
-rw-r--r--src/mongo/shell/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 476293ed536..bf2a2332e29 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -223,6 +223,7 @@ if ( typeof _threadInject != "undefined" ){
"jstests/loglong.js",// log might overflow before
// this has a chance to see the message
"jstests/connections_opened.js" // counts connections, globally
+ "jstests/currentop.js"// SERVER-8673, plus rwlock yielding issues
] );
// some tests can't be run in parallel with each other