summaryrefslogtreecommitdiff
path: root/jstests/slowNightly
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-01-22 13:44:50 -0500
committerSpencer T Brody <spencer@10gen.com>2013-01-22 14:20:19 -0500
commitbe68b1d0ec3eab8d35992153565f43e90fc0d6cd (patch)
treee9396cfb77cdaaef12d8da5d905e0c1b4b9678f9 /jstests/slowNightly
parentffb455ab773816ba576099886192d3f379d4b1ae (diff)
downloadmongo-be68b1d0ec3eab8d35992153565f43e90fc0d6cd.tar.gz
Make connections_opened.js more reliable
Diffstat (limited to 'jstests/slowNightly')
-rw-r--r--jstests/slowNightly/sharding_passthrough.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slowNightly/sharding_passthrough.js b/jstests/slowNightly/sharding_passthrough.js
index 135ac221c00..489012825be 100644
--- a/jstests/slowNightly/sharding_passthrough.js
+++ b/jstests/slowNightly/sharding_passthrough.js
@@ -72,7 +72,7 @@ files.forEach(
return;
}
// These aren't supposed to get run under sharding:
- if (/[\/\\](dbadmin|error1|fsync|fsync2|geo.*|indexh|remove5|update4|loglong|logpath|notablescan|compact.*|check_shard_index|bench_test.*|mr_replaceIntoDB|mr_auth|queryoptimizera|indexStatsCommand|reversecursor|connections_opened)\.js$/.test(x.name)) {
+ if (/[\/\\](dbadmin|error1|fsync|fsync2|geo.*|indexh|remove5|update4|loglong|logpath|notablescan|compact.*|check_shard_index|bench_test.*|mr_replaceIntoDB|mr_auth|queryoptimizera|indexStatsCommand|reversecursor)\.js$/.test(x.name)) {
print(" >>>>>>>>>>>>>>> skipping test that would correctly fail under sharding " + x.name)
return;
}