summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-03-02 13:59:21 -0500
committerTess Avitabile <tess.avitabile@mongodb.com>2017-06-14 11:07:22 -0400
commit786f52b43e6aced5a2c85efb42d8b9e363e3ad03 (patch)
treead44d98e82fbffae2d6a71fee55aaf4fca9fee63
parent06d23a1215d33f3e2262a5a17d458e94ba563576 (diff)
downloadmongo-786f52b43e6aced5a2c85efb42d8b9e363e3ad03.tar.gz
SERVER-28162 Tests that call getLatestProfilerEntry() should be blacklisted from dynamic initial sync passthrough suites
(cherry picked from commit a6a96cdfea2143c0f64458c6d9587a93ae441f02)
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml13
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml13
2 files changed, 26 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
index 201c23ca71a..832e0ab9bfc 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
@@ -43,6 +43,7 @@ selector:
- jstests/core/mr_undef.js
- jstests/core/opcounters_active.js
- jstests/core/or4.js
+ # This test is blacklisted due to both map-reduce and getLatestProfilerEntry().
- jstests/core/profile_mapreduce.js
- jstests/core/recursion.js
- jstests/core/system_profile.js
@@ -55,6 +56,18 @@ selector:
- jstests/core/geo_s2cursorlimitskip.js
# The downstream syncing node affects the top output.
- jstests/core/top.js
+ # These tests run getLatestProfilerEntry(). The downstream syncing node affects the profiler.
+ - jstests/core/profile_agg.js
+ - jstests/core/profile_count.js
+ - jstests/core/profile_delete.js
+ - jstests/core/profile_distinct.js
+ - jstests/core/profile_find.js
+ - jstests/core/profile_findandmodify.js
+ - jstests/core/profile_geonear.js
+ - jstests/core/profile_getmore.js
+ - jstests/core/profile_group.js
+ - jstests/core/profile_insert.js
+ - jstests/core/profile_update.js
run_hook_interval: &run_hook_interval 20
executor:
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml
index 0d55e127969..3b48456c92e 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml
@@ -43,6 +43,7 @@ selector:
- jstests/core/mr_undef.js
- jstests/core/opcounters_active.js
- jstests/core/or4.js
+ # This test is blacklisted due to both map-reduce and getLatestProfilerEntry().
- jstests/core/profile_mapreduce.js
- jstests/core/recursion.js
- jstests/core/system_profile.js
@@ -55,6 +56,18 @@ selector:
- jstests/core/geo_s2cursorlimitskip.js
# The downstream syncing node affects the top output.
- jstests/core/top.js
+ # These tests run getLatestProfilerEntry(). The downstream syncing node affects the profiler.
+ - jstests/core/profile_agg.js
+ - jstests/core/profile_count.js
+ - jstests/core/profile_delete.js
+ - jstests/core/profile_distinct.js
+ - jstests/core/profile_find.js
+ - jstests/core/profile_findandmodify.js
+ - jstests/core/profile_geonear.js
+ - jstests/core/profile_getmore.js
+ - jstests/core/profile_group.js
+ - jstests/core/profile_insert.js
+ - jstests/core/profile_update.js
run_hook_interval: &run_hook_interval 20
executor: