diff options
author | James Wahlin <james.wahlin@10gen.com> | 2016-12-27 13:06:19 -0500 |
---|---|---|
committer | James Wahlin <james.wahlin@10gen.com> | 2016-12-27 15:23:47 -0500 |
commit | cafed1b32d4ae2cf615b8ec0085dcebd4bd45404 (patch) | |
tree | 2f712813282d41d14d3546c9b4f2cdce51ba70f3 /buildscripts/resmokeconfig | |
parent | b01a43cfa073e20503f5a8a3d91c1f2024c6a2a7 (diff) | |
download | mongo-cafed1b32d4ae2cf615b8ec0085dcebd4bd45404.tar.gz |
SERVER-27523 blacklist geo_s2cursorlimitskip.js from background initial sync passthru
(cherry picked from commit 72112a72ec3ee48cb883fc02b2904079d11f4954)
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r-- | buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml | 4 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml index f6b765d386e..14ec54f844b 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml +++ b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml @@ -49,8 +49,10 @@ selector: - jstests/core/temp_cleanup.js # apply_ops1.js is blacklisted since it uses non-idempotent applyOps commands (SERVER-27096). - jstests/core/apply_ops1.js - # operation_latency_histogram.js does not expect concurrent reads against its test collection. + # operation_latency_histogram.js and geo_s2cursorlimitskip.js do not expect concurrent reads + # against their test collections. - jstests/core/operation_latency_histogram.js + - jstests/core/geo_s2cursorlimitskip.js run_hook_interval: &run_hook_interval 20 executor: diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml index b67e4a7fec7..794ec483123 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml +++ b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml @@ -49,8 +49,10 @@ selector: - jstests/core/temp_cleanup.js # apply_ops1.js is blacklisted since it uses non-idempotent applyOps commands (SERVER-27096). - jstests/core/apply_ops1.js - # operation_latency_histogram.js does not expect concurrent reads against its test collection. + # operation_latency_histogram.js and geo_s2cursorlimitskip.js do not expect concurrent reads + # against their test collections. - jstests/core/operation_latency_histogram.js + - jstests/core/geo_s2cursorlimitskip.js run_hook_interval: &run_hook_interval 20 executor: |