summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_state_machine.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-19/+22
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-181-6/+0
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-2/+7
* SERVER-56010 Wait for primary services to finish rebuilding before completing...Wenbin Zhu2021-06-221-2/+2
* SERVER-55202 Add assertion if migration committed or aborted in TenantMigrati...Wenbin Zhu2021-05-121-9/+5
* SERVER-55913 Display recipient and donor access blocker status in serverStatu...Vishnu Kaushik2021-04-271-8/+9
* SERVER-56100 Ban tenant migration tests from macOs, inMemory and ephemeralFor...Vishnu Kaushik2021-04-221-1/+1
* SERVER-54263: Add tenantMigrations serverStatus sectionAndrew Shuvalov2021-03-111-3/+80
* SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker s...Cheahuychou Mao2021-03-031-8/+8
* SERVER-53582 Create and remove TenantMigrationAccessBlocker on recipientCheahuychou Mao2021-02-251-12/+41
* SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp ...Matthew Russotto2021-02-161-2/+7
* SERVER-53883: Disable TLS authenticated tenant migration tests on WindowsAndrew Shuvalov2021-01-291-1/+2
* SERVER-54061 Rename failpoints in TenantMigrationDonorServiceCheahuychou Mao2021-01-271-2/+4
* SERVER-51073 Use the onMajorityCommitPointUpdate to inform TenantMigrationAcc...Cheahuychou Mao2021-01-071-2/+2
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-051-2/+2
* SERVER-53107 Tenant migration tests should use donorForgetMigration when the ...Pavi Vetriselvan2021-01-041-2/+4
* SERVER-48814: Implement recipientForgetMigration commandLingzhi Deng2020-12-101-3/+1
* SERVER-51734 Enable tenant migration recipient testing for tests w/o node fai...Suganthi Mani2020-12-021-1/+3
* Revert "SERVER-51734 Enable tenant migration recipient testing for tests w/o ...Suganthi Mani2020-11-301-3/+1
* SERVER-51734 Enable tenant migration recipient testing for tests w/o node fai...Suganthi Mani2020-11-301-1/+3
* SERVER-51286 Switch to use new feature flag syntax for tenant migrationsJason Chan2020-11-181-2/+5
* SERVER-51596: Create TenantMigrationTest test fixture for JS testsXueruiFa2020-11-171-51/+28
* SERVER-50967 Change TenantMigrationAccessBlocker's Access enum to State and a...Jason Zhang2020-11-021-10/+10
* SERVER-50191 Create TTL index on config.tenantMigrationDonors to garbage coll...Cheahuychou Mao2020-10-201-1/+0
* SERVER-48796 Disables tenant migration recipient testing.Suganthi Mani2020-10-191-2/+11
* SERVER-50948 Change databasePrefix and dbPrefix to tenantIdJudah Schvimer2020-10-141-19/+19
* SERVER-49177 Make "start blocking" write's onAbort handler call TenantMigrati...Cheahuychou Mao2020-10-091-0/+1
* SERVER-51011 Determine if tenant migration tests should run on "majority read...Cheahuychou Mao2020-09-301-1/+1
* SERVER-50787 Update donorStartMigration command to have a "polling" interfaceCheahuychou Mao2020-09-221-18/+34
* SERVER-48941 Make startup recovery recover a tenant migration donor's in-memo...Jason Zhang2020-09-181-1/+1
* SERVER-50425 [stepup] TenantMigrationDonor's run() should skip down to the ap...Cheahuychou Mao2020-09-171-2/+5
* SERVER-50616 TenantMigrationDonor should retry its steps until success, the d...Cheahuychou Mao2020-09-171-34/+24
* SERVER-50943 Speed up tenant_migration_donor_state_machine.js by making it ma...Esha Maharishi2020-09-161-4/+7
* SERVER-50837 Make sure that donorForgetMigration command can be retriedCheahuychou Mao2020-09-091-3/+23
* SERVER-49204 Implement donorForgetMigration commandCheahuychou Mao2020-09-091-58/+98
* SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigratio...Judah Schvimer2020-09-011-3/+7
* SERVER-50456 Add incompatible_with_eft tag to tenant migration testsCheahuychou Mao2020-08-241-1/+6
* SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47Lingzhi Deng2020-08-051-1/+1
* SERVER-50034 Make donorStartMigration command retries join the active migrationLuis Osta2020-08-041-13/+25
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-041-3/+25
* SERVER-49176 Make op observer for "commit" and "abort" writes update Migratin...Cheahuychou Mao2020-08-031-3/+7
* SERVER-49175 Make donorStartMigration write commitOrAbortOpTime on transition...Cheahuychou Mao2020-07-301-30/+79
* SERVER-49751 Rename all classes/functions/filenames/nss/variables etc to rela...Luis Osta2020-07-271-6/+5
* SERVER-49173 Add function for the donor's "data sync" state and make donorSta...Luis Osta2020-07-221-0/+57