summaryrefslogtreecommitdiff
path: root/jstests/replsets/libs/tenant_migration_test.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59786: Prevent concurrent mergesChristopher Caplinger2021-12-021-2/+7
* SERVER-61128 voteCommitMigrationProgress commandA. Jesse Jiryu Davis2021-11-291-2/+10
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-16/+12
* SERVER-52864: Wait for state doc to be fully replicated to all theKshitij Gupta2021-09-021-2/+4
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-181-26/+0
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-171-12/+0
* SERVER-56953: Allow testing for new-style retryable findAndModify for basic o...Daniel Gottlieb2021-05-191-0/+13
* Revert "SERVER-56953: Allow testing for new-style retryable findAndModify for...Daniel Gottlieb2021-05-181-13/+0
* SERVER-56953: Allow testing for new-style retryable findAndModify for basic o...Daniel Gottlieb2021-05-181-0/+13
* SERVER-55202 Add assertion if migration committed or aborted in TenantMigrati...Wenbin Zhu2021-05-121-0/+23
* SERVER-56711 Remove unused auth code in tenant_migration_test.jsCheahuychou Mao2021-05-061-46/+0
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-041-1/+8
* SERVER-55913 Display recipient and donor access blocker status in serverStatu...Vishnu Kaushik2021-04-271-2/+2
* SERVER-55051: Donor should block non-timestamped reads after migration has co...Lingzhi Deng2021-04-231-1/+11
* SERVER-54207 Add test coverage for interrupting tenant migration donor operat...Jason Zhang2021-04-201-61/+3
* SERVER-54893 Make tenant_migration_recipient_rollback_recovery.js not use Rol...Cheahuychou Mao2021-04-191-1/+1
* SERVER-53251 Add dbhash check to tenant migration passthroughJason Zhang2021-03-251-65/+4
* SERVER-54266 Add data size and estimated time stats to recipient currentOpVishnu Kaushik2021-03-191-1/+4
* SERVER-54263: Add tenantMigrations serverStatus sectionAndrew Shuvalov2021-03-111-1/+46
* SERVER-53584 Create recipient TenantMigrationAccessBlockers on startup, initi...Cheahuychou Mao2021-03-041-0/+41
* SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker s...Cheahuychou Mao2021-03-031-12/+25
* SERVER-54868 Regenerate test tenant migration certificates with only the nece...Cheahuychou Mao2021-03-021-26/+18
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-5/+25
* SERVER-54697: kAbortingIndexBuilds state should be valid in tenant_migration_...Lingzhi Deng2021-02-251-0/+1
* SERVER-54757: Add auth permissions for transaction/retryable writes in tenant...XueruiFa2021-02-241-0/+32
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-221-17/+21
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-091-19/+0
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-051-2/+1
* SERVER-53023 Create TTL index on config.tenantMigrationRecipientVishnu Kaushik2021-02-041-9/+28
* SERVER-53126 Drop oplog buffer collection once the migration is garbage colle...Vishnu Kaushik2021-02-011-1/+6
* SERVER-54148 Fix upsert query when writing external key docs for tenant migra...Cheahuychou Mao2021-02-011-1/+2
* SERVER-54124 Make functions in TenantMigrationTest and TenantMigrationUtil us...Cheahuychou Mao2021-02-011-64/+11
* SERVER-53405 Make tenant migration recipient copy the donor's cluster time si...Cheahuychou Mao2021-01-281-0/+2
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-281-7/+85
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-211-0/+16
* SERVER-53839 Make assertions in TenantMigrationTest.forgetMigration account f...Cheahuychou Mao2021-01-161-3/+7
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-051-1/+20
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-4/+10
* SERVER-53107 Tenant migration tests should use donorForgetMigration when the ...Pavi Vetriselvan2021-01-041-22/+43
* SERVER-50935: Expand dbhash checks to ensure two replica sets are in sync for...XueruiFa2020-12-151-10/+83
* SERVER-51179 TenantMigrationDonorInstance should distinguish local and remote...Jason Zhang2020-12-101-4/+0
* SERVER-52897 Handle collection drop in TenantCollectionCloner up to query stageVesselina Ratcheva2020-12-091-0/+1
* SERVER-51734 Enable tenant migration recipient testing for tests w/o node fai...Suganthi Mani2020-12-021-6/+4
* Revert "SERVER-51734 Enable tenant migration recipient testing for tests w/o ...Suganthi Mani2020-11-301-4/+6
* SERVER-51734 Enable tenant migration recipient testing for tests w/o node fai...Suganthi Mani2020-11-301-6/+4
* SERVER-51286 Switch to use new feature flag syntax for tenant migrationsJason Chan2020-11-181-1/+25
* SERVER-51596: Create TenantMigrationTest test fixture for JS testsXueruiFa2020-11-171-0/+416