summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml6
3 files changed, 14 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml b/buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml
index f039f0a535a..c4e760278a2 100644
--- a/buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml
@@ -54,7 +54,11 @@ selector:
- 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_list_collections.js # system.profile not replicated
+ - jstests/core/profile_list_indexes.js # system.profile not replicated
- jstests/core/profile_mapreduce.js # system.profile not replicated
+ - jstests/core/profile_parallel_collection_scan.js # system.profile not replicated
+ - jstests/core/profile_repair_cursor.js # system.profile not replicated
- jstests/core/profile_sampling.js # system.profile not replicated
- jstests/core/profile_update.js # system.profile not replicated
- jstests/core/read_after_optime.js # verifies read after optime fails on standalone
diff --git a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
index 4012e322e8f..deeef8cb1c8 100644
--- a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
@@ -51,7 +51,11 @@ selector:
- 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_list_collections.js # system.profile not replicated
+ - jstests/core/profile_list_indexes.js # system.profile not replicated
- jstests/core/profile_mapreduce.js # system.profile not replicated
+ - jstests/core/profile_parallel_collection_scan.js # system.profile not replicated
+ - jstests/core/profile_repair_cursor.js # system.profile not replicated
- jstests/core/profile_sampling.js # system.profile not replicated
- jstests/core/profile_update.js # system.profile not replicated
- jstests/core/read_after_optime.js # verifies read after optime fails on standalone
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
index c0cd21971fe..b6aafa2d998 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
@@ -45,6 +45,12 @@ selector:
- jstests/core/or4.js
# This test is blacklisted due to both map-reduce and getLatestProfilerEntry().
- jstests/core/profile_mapreduce.js
+ # Tests that query the system.profile collection cannot run in this suite since an initial sync
+ # may insert unexpected operations into the profile collection.
+ - jstests/core/profile_list_collections.js
+ - jstests/core/profile_list_indexes.js
+ - jstests/core/profile_parallel_collection_scan.js
+ - jstests/core/profile_repair_cursor.js
- jstests/core/recursion.js
- jstests/core/system_profile.js
- jstests/core/temp_cleanup.js