summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54479 Fix typo in the name for pauseTenantMigrationAfterPersistingInit...Cheahuychou Mao2021-02-121-1/+1
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-111-14/+39
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-103-46/+142
* SERVER-54370 Fix misspelled test name for standalone_replication_recovery_rel...Ali Mir2021-02-101-0/+0
* SERVER-54256: Handle retryable errors when choosing a donor sync sourceXueruiFa2021-02-105-285/+259
* SERVER-51281: Skip LastOpFixer for multi-doc transactionsLingzhi Deng2021-02-101-4/+0
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-1/+1
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-092-31/+39
* SERVER-53823 Require matching FCV from donor when starting a tenant migrationVesselina Ratcheva2021-02-092-0/+132
* SERVER-54114 SERVER-54039 Pass cancelation token throughout TenantMigrationDo...Jason Zhang2021-02-081-34/+98
* SERVER-54366 Wait for node to start stepdown before killing shutdown operatio...Ali Mir2021-02-081-0/+7
* SERVER-54362: Cannot assume the batch has been inserted when using failpoint ...Lingzhi Deng2021-02-062-2/+2
* SERVER-54339: Prevent spontaneous elections in rollback_crud_op_sequences.jsXueruiFa2021-02-061-115/+52
* SERVER-54343 oplog_rollover.js to use waitForFailPoint instead of checkLogGregory Wlodarek2021-02-051-2/+12
* SERVER-53215 Write a test that ensures we don't increase minWireVersion or de...Shreyas Kalyan2021-02-051-0/+51
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-054-2/+289
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-052-0/+2
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-053-0/+153
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-051-5/+45
* SERVER-53023 Create TTL index on config.tenantMigrationRecipientVishnu Kaushik2021-02-049-94/+196
* SERVER-52781 Implement the new rename collection path in `_shardsvrRenameColl...Pierlauro Sciarelli2021-02-041-0/+2
* SERVER-52722 Handle cloning restart in TenantMigrationRecipientServiceJason Chan2021-02-042-13/+24
* SERVER-54153 Fix accounting for indexes in tenant_migration_aborted_buildindex.Matthew Russotto2021-02-031-0/+3
* SERVER-53276: Clean up references to donor RSM after migration completesXueruiFa2021-02-021-11/+8
* SERVER-47807 Remove shardConnPoolStats commandJason Zhang2021-02-022-2/+0
* SERVER-54084 Add server parameter tenantMigrationDisableX509Auth to enable ke...Cheahuychou Mao2021-02-021-26/+260
* SERVER-54084 Formalize ssl configuration validation for tenant migrationCheahuychou Mao2021-02-021-0/+177
* 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-015-149/+55
* SERVER-54147 initial_sync_nodes_contribute_to_liveness_majorities.js should c...Pavi Vetriselvan2021-02-011-1/+1
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-1/+2
* SERVER-54125 Make sure the recipient can fetch keys from the donor if it sync...Cheahuychou Mao2021-01-291-2/+31
* SERVER-50423 Rename jstests with slave referencesAli Mir2021-01-293-0/+15
* SERVER-53883: Disable TLS authenticated tenant migration tests on WindowsAndrew Shuvalov2021-01-2941-41/+66
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-0/+1
* SERVER-53562 Write FCV to multitenant recipient state document and check itVesselina Ratcheva2021-01-291-0/+79
* SERVER-53282 Handle collection drop mid-query-stage in TenantCollectionClonerVesselina Ratcheva2021-01-291-14/+16
* SERVER-54118 Make sure to include certificate fields in commands in tenant_mi...Cheahuychou Mao2021-01-291-5/+10
* SERVER-53985 Ensure joinUnblockStepDown thread has connected and is waiting b...Jason Chan2021-01-281-0/+8
* SERVER-47817 Remove resetError commandAlexandre Bique2021-01-282-2/+0
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-286-21/+71
* SERVER-53405 Make tenant migration recipient copy the donor's cluster time si...Cheahuychou Mao2021-01-284-19/+70
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-286-138/+446
* SERVER-48862 Donor should not be able to start/commit a index build for a ten...Matthew Russotto2021-01-273-96/+247
* SERVER-53318 Create view on tenant migration donor oplog for retryable writesPavi Vetriselvan2021-01-271-0/+122
* SERVER-54062 Stop donor replica set if feature flag is not enabledCheahuychou Mao2021-01-271-0/+1
* SERVER-54061 Rename failpoints in TenantMigrationDonorServiceCheahuychou Mao2021-01-2718-56/+68
* SERVER-54062 Test that tenant migration fails with NamespaceExists if the rec...Cheahuychou Mao2021-01-271-0/+78
* SERVER-52723 Handle oplog application restart in TenantMigrationRecipientServiceJason Chan2021-01-261-0/+108