summaryrefslogtreecommitdiff
path: root/jstests/replsets/libs
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-61917 rollback fixture waits for index build to scan collectionBenety Goh2021-12-061-1/+2
|
* 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-192-26/+46
|
* SERVER-59495 Donor and recipient tenant migration state machines will ↵Suganthi Mani2021-11-091-1/+1
| | | | persist the migration protocol info and tenantId info will be an empty string for 'Merge' protocol."
* Revert "SERVER-59495 Donor and recipient tenant migration state machines ↵Gregory Wlodarek2021-11-041-1/+1
| | | | | | will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protocol." This reverts commit bbc96fbba2deaac539165bcd86bbdaf6037f41dd.
* SERVER-59495 Donor and recipient tenant migration state machines will ↵Suganthi Mani2021-11-021-1/+1
| | | | persist the migration protocol info and tenantId info will be an empty string for 'Merge' protocol.
* Revert "SERVER-59495 Donor and recipient tenant migration state machines ↵Suganthi Mani2021-10-251-1/+1
| | | | | | will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protcol." This reverts commit 56a5ddbf5a2ba92169e81ec24f9387c5fe1c0931.
* SERVER-59495 Donor and recipient tenant migration state machines will ↵Suganthi Mani2021-10-231-1/+1
| | | | | | persist the migration protocol info and tenantId info will be an empty string for 'Merge' protcol. Added a new optional "protocol" field to 'recipientSyncData' cmd & made 'tenantId' field as optional.
* 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
| | | | This reverts commit 6a3f79217875f1417645489b677d07429ad0207a.
* 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-59042 Remove special handling of index build bulk load lock yielding ↵Yuhong Zhang2021-10-011-7/+2
| | | | for multiversion tests after backports
* SERVER-59685 Expect appropriate errors for index buildAdi Zaimi2021-09-301-5/+9
|
* SERVER-59058 Enforce fast count validation in ValidateCollections Python hookGregory Noma2021-09-303-21/+6
|
* SERVER-58166 Suppress heartbeat log messages in rollback resumable index ↵Gregory Noma2021-09-141-9/+4
| | | | build tests
* 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-52864: Wait for state doc to be fully replicated to all theKshitij Gupta2021-09-021-2/+4
| | | | secondaries.
* SERVER-58200 Require calling parallel shell callback for every spawned ↵Richard Samuels2021-08-311-2/+6
| | | | parallel shell
* SERVER-59480 Call waitForAllNewlyAddedRemovals in tags.js before ↵Samy Lanka2021-08-231-0/+1
| | | | partitioning replica set
* Revert "SERVER-59058 Enforce fast count validation in ValidateCollections ↵Gregory Noma2021-08-213-6/+21
| | | | | | Python hook" This reverts commit 038958ef6ef7351f669d0ddf893546095ad9ab3c.
* SERVER-59428 Use more robust regex matching in rollback resumable index ↵Yuhong Zhang2021-08-201-1/+2
| | | | build fixture
* SERVER-59058 Enforce fast count validation in ValidateCollections Python hookGregory Noma2021-08-193-21/+6
|
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-183-41/+1
|
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation ↵Jason Chan2021-08-171-12/+0
| | | | query instead of a find
* SERVER-51806 bulk key insertion phase of index build holds IX lock without ↵Yuhong Zhang2021-08-051-3/+10
| | | | yielding
* SERVER-58480 Add the necessary parameters to the ContinuousTenantMigration ↵r5.1.0-alphaJason Zhang2021-07-231-43/+12
| | | | hook to allow for proper transient error retry
* SERVER-44251 Replaced setFailPoint and clearFailPoint with configureFailPointMina Mahmood2021-07-011-2/+3
|
* SERVER-54726 Fix typo in numScannedAfterResumeGregory Noma2021-07-011-2/+2
|
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-3/+0
|
* SERVER-57710 Ignore "can't connect to new replica set primary" in tenant ↵Jason Zhang2021-06-161-1/+8
| | | | dbhash check hook
* SERVER-57090 Investigate tenant dbhash check behavior with concurrent failoversJason Zhang2021-06-041-65/+142
|
* SERVER-57352: Have initial_sync_test_fixture_test.js be more resilient to ↵Daniel Gottlieb2021-06-031-2/+13
| | | | irrelevant changes.
* SERVER-50745 Remove ResumableIndexBuildTest::resumableIndexBuildsEnabled()Gregory Wlodarek2021-05-191-10/+0
|
* SERVER-57010 Check default write concern during replica set reconfig When ↵Moustafa Maher2021-05-191-0/+9
| | | | the feature flag is enabled
* SERVER-55343 Include temp collections for tenant migration DBHash check.Wenbin Zhu2021-05-191-6/+0
|
* SERVER-56953: Allow testing for new-style retryable findAndModify for basic ↵Daniel Gottlieb2021-05-191-0/+13
| | | | operations.
* Revert "SERVER-56953: Allow testing for new-style retryable findAndModify ↵Daniel Gottlieb2021-05-181-13/+0
| | | | | | for basic operations." This reverts commit 162e0d14fe2944b8e782263539944d41f1f3d0c9.
* Revert "SERVER-55690 Check default write concern during replica set reconfig ↵Samy Lanka2021-05-181-9/+0
| | | | | | if CWWC is not set" This reverts commit 9ebb4355dcfb7e0adf9793d9445d71e89fc24784.
* SERVER-56953: Allow testing for new-style retryable findAndModify for basic ↵Daniel Gottlieb2021-05-181-0/+13
| | | | operations.
* SERVER-55690 Check default write concern during replica set reconfig if CWWC ↵Ali Mir2021-05-171-0/+9
| | | | is not set
* SERVER-55202 Add assertion if migration committed or aborted in ↵Wenbin Zhu2021-05-121-0/+23
| | | | TenantMigrationTest fixture.
* SERVER-56711 Remove unused auth code in tenant_migration_test.jsCheahuychou Mao2021-05-061-46/+0
|
* SERVER-55706 Test that we can specify a custom write concern default via CWWCSamy Lanka2021-05-051-0/+9
|
* SERVER-56471 Give tenant migration recipients privilege to skip cluster time ↵Jack Mulrow2021-05-051-1/+4
| | | | validation
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion ↵Cheahuychou Mao2021-05-041-1/+8
| | | | promise gets killed on stepdown
* SERVER-55703 Update getDefaultRWConcernMoustafa Maher2021-04-295-0/+22
|