summaryrefslogtreecommitdiff
path: root/jstests/replsets/libs/tenant_migration_util.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-10/+34
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-091-1/+1
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-041-1/+1
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-021-1/+1
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-251-1/+1
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-231-1/+1
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-211-0/+14
* Revert "SERVER-60579 - Adding a feature flag for shard split"Daniel Gottlieb2021-10-211-14/+0
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-201-0/+14
* SERVER-60585 - Update uses of sliceMerge in the codebase to not refermathisbessamdb2021-10-151-10/+10
* SERVER-59726 Use slice merge protocol in testsA. Jesse Jiryu Davis2021-09-101-1/+19
* SERVER-57895 Cleaner FCV testA. Jesse Jiryu Davis2021-09-031-5/+6
* SERVER-57895 Feature flag for slice mergeA. Jesse Jiryu Davis2021-09-021-0/+13
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-181-10/+0
* SERVER-58480 Add the necessary parameters to the ContinuousTenantMigration ho...r5.1.0-alphaJason Zhang2021-07-231-43/+12
* SERVER-57710 Ignore "can't connect to new replica set primary" in tenant dbha...Jason Zhang2021-06-161-1/+8
* SERVER-57090 Investigate tenant dbhash check behavior with concurrent failoversJason Zhang2021-06-041-65/+142
* SERVER-55343 Include temp collections for tenant migration DBHash check.Wenbin Zhu2021-05-191-6/+0
* SERVER-56471 Give tenant migration recipients privilege to skip cluster time ...Jack Mulrow2021-05-051-1/+4
* 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-0/+24
* SERVER-54207 Add test coverage for interrupting tenant migration donor operat...Jason Zhang2021-04-201-1/+62
* SERVER-54893 Make tenant_migration_recipient_rollback_recovery.js not use Rol...Cheahuychou Mao2021-04-191-3/+26
* SERVER-53251 Add dbhash check to tenant migration passthroughJason Zhang2021-03-251-1/+74
* SERVER-54868 Regenerate test tenant migration certificates with only the nece...Cheahuychou Mao2021-03-021-2/+2
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-0/+11
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-101-0/+40
* SERVER-54124 Make functions in TenantMigrationTest and TenantMigrationUtil us...Cheahuychou Mao2021-02-011-74/+39
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-211-0/+55
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-051-2/+33
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-3/+39
* SERVER-51286 Switch to use new feature flag syntax for tenant migrationsJason Chan2020-11-181-1/+10
* SERVER-51596: Create TenantMigrationTest test fixture for JS testsXueruiFa2020-11-171-188/+70
* SERVER-50967 Change TenantMigrationAccessBlocker's Access enum to State and a...Jason Zhang2020-11-021-3/+9
* SERVER-50528: Test a tenant migration end to end without failoverXueruiFa2020-10-141-1/+17
* SERVER-50948 Change databasePrefix and dbPrefix to tenantIdJudah Schvimer2020-10-141-23/+23
* SERVER-49177 Make "start blocking" write's onAbort handler call TenantMigrati...Cheahuychou Mao2020-10-091-0/+24
* SERVER-51331 Make TenantMigrationUtil retry donorStartMigration and donorForg...Cheahuychou Mao2020-10-071-36/+57
* SERVER-50572 Make initial sync clear and recover a tenant migration donor's i...Jason Zhang2020-09-291-1/+10
* SERVER-51169 Add a helper function to tenant_migration_util.js for running do...Cheahuychou Mao2020-09-281-0/+52
* SERVER-48940 Make replication rollback clear and recover a tenant migration d...Cheahuychou Mao2020-09-281-0/+57
* SERVER-50787 Update donorStartMigration command to have a "polling" interfaceCheahuychou Mao2020-09-221-10/+20
* SERVER-50425 [stepup] TenantMigrationDonor's run() should skip down to the ap...Cheahuychou Mao2020-09-171-1/+1
* SERVER-50616 TenantMigrationDonor should retry its steps until success, the d...Cheahuychou Mao2020-09-171-0/+36