summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-03-02 08:37:59 -0500
committerTad Marshall <tad@10gen.com>2013-03-02 08:37:59 -0500
commit11188a46354c7a46761fdcb3e2cdb4bc589f03e8 (patch)
treea12189794cea7203b671b6bb96604edf4d2ff77e
parent6084f5cb58657f2576e5a63794fcf302b1777a8c (diff)
downloadmongo-11188a46354c7a46761fdcb3e2cdb4bc589f03e8.tar.gz
SERVER-8769 Put opcounters.js on skip list for ParallelTester
Test assumes that counters are not being changed by other threads during run.
-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 5376d0ca430..24521b11f20 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/opcounters.js",
"jstests/currentop.js"// SERVER-8673, plus rwlock yielding issues
] );