summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2021-05-17 22:26:46 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-18 02:58:27 +0000
commit162e0d14fe2944b8e782263539944d41f1f3d0c9 (patch)
tree9e4cda8ad9d8add760fb38fa9be06ed363b20ba8 /buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml
parentb0e213e963fe9ca76fb07212c6c2a1c9316af060 (diff)
downloadmongo-162e0d14fe2944b8e782263539944d41f1f3d0c9.tar.gz
SERVER-56953: Allow testing for new-style retryable findAndModify for basic operations.
Diffstat (limited to 'buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml
index 18d7ef78952..6d7d6381375 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml
@@ -296,6 +296,9 @@ executor:
# so. Therefore, the garbage collection delay doesn't need to be large.
tenantMigrationGarbageCollectionDelayMS: 1
ttlMonitorSleepSecs: 1
+ # Tenant migrations is not currently compatible with implicitly replicated retryable
+ # findAndModify images.
+ storeFindAndModifyImagesInSideCollection: false
tlsMode: allowTLS
tlsCAFile: jstests/libs/ca.pem
tlsAllowInvalidHostnames: ''