summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_oplog_view.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2021-08-09 20:40:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-17 23:22:23 +0000
commit61619013017ff0b6ef5f12cebb4a67246dbb4ffb (patch)
tree741d622fde818262fd80036c5de4a80498e5f38a /jstests/replsets/tenant_migration_oplog_view.js
parent9a3fcb5a162fafd90ff20637821460b22c4af537 (diff)
downloadmongo-61619013017ff0b6ef5f12cebb4a67246dbb4ffb.tar.gz
SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation query instead of a find
Diffstat (limited to 'jstests/replsets/tenant_migration_oplog_view.js')
-rw-r--r--jstests/replsets/tenant_migration_oplog_view.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/tenant_migration_oplog_view.js b/jstests/replsets/tenant_migration_oplog_view.js
index d7d121da353..180f74cba7f 100644
--- a/jstests/replsets/tenant_migration_oplog_view.js
+++ b/jstests/replsets/tenant_migration_oplog_view.js
@@ -31,6 +31,7 @@ const donorRst = new ReplSetTest({
// up the test.
tenantMigrationGarbageCollectionDelayMS: kGarbageCollectionDelayMS,
ttlMonitorSleepSecs: 1,
+ storeFindAndModifyImagesInSideCollection: false,
}
}
});