Skip to content

Commit

Permalink
don't run loglong in sharding passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Feb 22, 2012
1 parent 3250cde commit 5db31ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jstests/slowNightly/sharding_passthrough.js
Expand Up @@ -72,8 +72,8 @@ files.forEach(
return;
}
// These aren't supposed to get run under sharding:
if (/[\/\\](dbadmin|error1|fsync|fsync2|geo.*|indexh|remove5|update4|notablescan|compact.*|check_shard_index|bench_test.*|mr_replaceIntoDB|mr_auth)\.js$/.test(x.name)) {
print(" >>>>>>>>>>>>>>> skipping test that would fail under sharding " + x.name)
if (/[\/\\](dbadmin|error1|fsync|fsync2|geo.*|indexh|remove5|update4|loglong|notablescan|compact.*|check_shard_index|bench_test.*|mr_replaceIntoDB|mr_auth)\.js$/.test(x.name)) {
print(" >>>>>>>>>>>>>>> skipping test that would correctly fail under sharding " + x.name)
return;
}

Expand Down

0 comments on commit 5db31ca

Please sign in to comment.