summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-11-25 18:10:30 -0500
committerRandolph Tan <randolph@10gen.com>2014-11-25 18:10:30 -0500
commitafcb321a7d8aadabab127c84430f794feec2654d (patch)
treebb79c8e537ec6507086bf9bf9530c8ec54a6be31
parent06d1ad73640c6bc5787d62602ed2f5960e13487b (diff)
downloadmongo-afcb321a7d8aadabab127c84430f794feec2654d.tar.gz
Revert "fix"
This reverts commit cb7bad4830a2fef9ef0d3fec423371216ffcfe22.
-rwxr-xr-xbuildscripts/smoke.py2
-rw-r--r--jstests/libs/parallelTester.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index d5a4cc03808..9b7258f229a 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -404,7 +404,7 @@ def skipTest(path):
parentDir = os.path.basename(parentPath)
if small_oplog: # For tests running in parallel
if basename in ["cursor8.js", "indexh.js", "dropdb.js", "dropdb_race.js",
- "connections_opened.js", "opcounters_write_cmd.js", "dbadmin.js"]:
+ "connections_opened.js", "opcounters.js", "dbadmin.js"]:
return True
if use_ssl:
# Skip tests using mongobridge since it does not support SSL
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index 8c44d2df553..d5cb5346abe 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -145,7 +145,7 @@ if ( typeof _threadInject != "undefined" ){
"loglong.js",// log might overflow before
// this has a chance to see the message
"connections_opened.js", // counts connections, globally
- "opcounters_write_cmd.js",
+ "opcounters.js",
"currentop.js", // SERVER-8673, plus rwlock yielding issues
"set_param1.js", // changes global state
"geo_update_btree2.js", // SERVER-11132 test disables table scans