diff options
author | Judah Schvimer <judah@mongodb.com> | 2016-11-29 17:15:51 -0500 |
---|---|---|
committer | Judah Schvimer <judah@mongodb.com> | 2016-12-01 14:06:42 -0500 |
commit | 4d5bd0e6e7f5d6a8035a57a78aadded7537c05d4 (patch) | |
tree | c59f06fe88dc6cdeb914f93fd72715fd54aa4724 /buildscripts | |
parent | aba22d68115e3685428694a1b9cfc08578eb9f35 (diff) | |
download | mongo-4d5bd0e6e7f5d6a8035a57a78aadded7537c05d4.tar.gz |
SERVER-27092 blacklist apply_ops1.js from dynamic initial sync passthroughs
(cherry picked from commit e3b83164d195d3967ceab50190093c462a9a1f4d)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml | 2 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml index 0ee15201df9..31dde7b0a84 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml +++ b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml @@ -47,6 +47,8 @@ selector: - jstests/core/recursion.js - jstests/core/system_profile.js - jstests/core/temp_cleanup.js + # apply_ops1.js is blacklisted since it uses non-idempotent applyOps commands (SERVER-27096). + - jstests/core/apply_ops1.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 e2419a072a7..f5ae15d9cc7 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml +++ b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml @@ -47,6 +47,8 @@ selector: - jstests/core/recursion.js - jstests/core/system_profile.js - jstests/core/temp_cleanup.js + # apply_ops1.js is blacklisted since it uses non-idempotent applyOps commands (SERVER-27096). + - jstests/core/apply_ops1.js run_hook_interval: &run_hook_interval 20 executor: |