From afcb321a7d8aadabab127c84430f794feec2654d Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Tue, 25 Nov 2014 18:10:30 -0500 Subject: Revert "fix" This reverts commit cb7bad4830a2fef9ef0d3fec423371216ffcfe22. --- buildscripts/smoke.py | 2 +- jstests/libs/parallelTester.js | 2 +- 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 -- cgit v1.2.1