summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2018-06-13 13:20:34 -0400
committerjannaerin <golden.janna@gmail.com>2019-06-25 13:15:03 -0400
commit36b70f1e39bbde5eef232982300f7b6a4044914a (patch)
tree6650ef384c42df1597eb240c05dd196274e76dea /buildscripts
parentc9bc41e991e1d0a86f215723cf86a77ce0117340 (diff)
downloadmongo-36b70f1e39bbde5eef232982300f7b6a4044914a.tar.gz
SERVER-35067 Blacklist explain2.js from retryable writes jscore stepdown suite
(cherry picked from commit 3bec524a983f2a21bfd40b1d39c937189e12db07)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
index 67704f7b6fd..f97cb7078d1 100644
--- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
@@ -72,6 +72,10 @@ selector:
- jstests/core/startup_log.js # Checks pid, which is different on each server.
- jstests/core/validate_cmd_ns.js # Calls _exec() directly, not retryable.
+ # Runs an explain expected to run for several seconds -- failovers may
+ # exhaust retry attempts
+ - jstests/core/explain2.js
+
exclude_with_any_tags:
##
# The next four tags correspond to the special errors thrown by the auto_retry_on_network_error.js