summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2018-06-13 13:20:34 -0400
committerCheahuychou Mao <cheahuychou.mao@mongodb.com>2018-06-15 10:34:53 -0400
commit3bec524a983f2a21bfd40b1d39c937189e12db07 (patch)
treee2dde923090fab14065c07dce551a264b656df13 /buildscripts
parentc741174b36bcbeb97d9b8e4bf61fad75a7e21da4 (diff)
downloadmongo-3bec524a983f2a21bfd40b1d39c937189e12db07.tar.gz
SERVER-35067 Blacklist explain2.js from retryable writes jscore stepdown suite
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 c277370f948..f715c90c450 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