summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJames Wahlin <james.wahlin@10gen.com>2016-03-29 10:22:27 -0400
committerJames Wahlin <james.wahlin@10gen.com>2016-04-11 09:16:04 -0400
commit02b84f058f3f551b5a8f0ba65c049414551f5d9e (patch)
treec13b332f9c24776a553172ab7692e09e42ed16f5 /buildscripts
parentc5fcd8a55623a97e34879ec36d47dc1b1d675de5 (diff)
downloadmongo-02b84f058f3f551b5a8f0ba65c049414551f5d9e.tar.gz
SERVER-23256 Refactor and expand system.profile metrics coverage tests
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/core_minimum_batch_size.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml14
2 files changed, 12 insertions, 3 deletions
diff --git a/buildscripts/resmokeconfig/suites/core_minimum_batch_size.yml b/buildscripts/resmokeconfig/suites/core_minimum_batch_size.yml
index 3fcc6181dfb..43f5c34b78d 100644
--- a/buildscripts/resmokeconfig/suites/core_minimum_batch_size.yml
+++ b/buildscripts/resmokeconfig/suites/core_minimum_batch_size.yml
@@ -8,7 +8,6 @@ selector:
- jstests/core/finda.js # Reduction of objsLeftInBatch.
- jstests/core/profile1.js # Extra operation for a getmore.
- jstests/core/profile2.js # Extra operation for a getmore.
- - jstests/core/profile4.js # Query now includes batchSize.
- jstests/core/sortk.js # Negative limit value changes result to batchSize.
- jstests/core/tailable_skip_limit.js # Negative limit value changes result to batchSize.
diff --git a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
index 4ed4ca42eb7..da97c11d67b 100644
--- a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
@@ -38,11 +38,21 @@ selector:
- jstests/core/mr_outreduce2.js # mr temp tables aren't replicated
- jstests/core/opcounters_active.js # off by n problem with opcounters
- jstests/core/opcounters_write_cmd.js # off by n problem with opcounters
+ - jstests/core/profile_agg.js # system.profile not replicated
+ - jstests/core/profile_count.js # system.profile not replicated
+ - jstests/core/profile_delete.js # system.profile not replicated
+ - jstests/core/profile_distinct.js # system.profile not replicated
+ - jstests/core/profile_find.js # system.profile not replicated
+ - jstests/core/profile_findandmodify.js # system.profile not replicated
+ - jstests/core/profile_geonear.js # system.profile not replicated
+ - jstests/core/profile_getmore.js # system.profile not replicated
+ - jstests/core/profile_group.js # system.profile not replicated
+ - jstests/core/profile_insert.js # system.profile not replicated
+ - jstests/core/profile_mapreduce.js # system.profile not replicated
+ - jstests/core/profile_update.js # system.profile not replicated
- jstests/core/profile1.js # system.profile not replicated
- jstests/core/profile2.js # system.profile not replicated
- jstests/core/profile3.js # system.profile not replicated
- - jstests/core/profile4.js # system.profile not replicated
- - jstests/core/profile5.js # system.profile not replicated
- jstests/core/read_after_optime.js # verifies read after optime fails on standalone
- jstests/core/remove8.js # db.eval() used
- jstests/core/rename4.js # db.eval() used