summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/utils.js')
-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
] );