summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53926 replace recipientSyncData (with returnAfterTimestamp) errors wit...Vishnu Kaushik2021-02-181-0/+109
* SERVER-53918 Enforce minimumReshardingDurationAmirsaman Memaripour2021-02-181-0/+85
* SERVER-53168: Set maxTenantMigrationDonorThreadPoolSize default to 128Lingzhi Deng2021-02-171-0/+67
* SERVER-52862 Move logAuthentication hooks to AuthenticationSessionBen Caimano2021-02-171-1/+1
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-172-16/+40
* SERVER-52921 Integrate config.txn cloner for resharding into RecipientStateMa...Randolph Tan2021-02-171-0/+75
* SERVER-54312 Remove 'sbe_incompatible' tag from jstests/aggregation/bugs/serv...Mihai Andrei2021-02-171-3/+0
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-1713-12/+273
* SERVER-50017 Remove unused parameters in getShardVersion responseCheahuychou Mao2021-02-172-7/+0
* SERVER-54320 [SBE] Failure in jstests/aggregation/explain_limit.js due to exp...Anton Korshunov2021-02-172-6/+35
* SERVER-54325 Fix SBE behavior with projections on dotted pathsIan Boros2021-02-172-6/+0
* SERVER-53374 Clean up oplog related collections created for reshardingjannaerin2021-02-171-0/+36
* SERVER-54528 Avoid race between initial sync failing and shutdown in initial_...Samy Lanka2021-02-171-1/+0
* SERVER-54540 Allow for network errors when restarting heartbeats to induce ro...Samy Lanka2021-02-161-2/+5
* SERVER-51843 Blocklist sort_merge.js from mulitversion suitesMihai Andrei2021-02-161-0/+4
* SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp ...Matthew Russotto2021-02-165-6/+63
* SERVER-36794 Non-blocking plans with just one search term do not need an OR s...Hartek Sabharwal2021-02-162-14/+50
* SERVER-54478 Fix issue where recipient primary failover after forget migratio...Vishnu Kaushik2021-02-161-0/+71
* SERVER-54534: No need to wait for writeConcern on aborting multi-document tra...Lingzhi Deng2021-02-162-16/+1
* SERVER-52760 Add shardsvr_reshard_collection command and a DDL coordinator to...Marcos José Grillo Ramirez2021-02-164-1/+4
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-0/+71
* SERVER-50580 SBE should obey ASSERT_MIN_TS_HAS_NOT_FALLEN_OFF_OPLOG flagBernard Gorman2021-02-152-0/+270
* SERVER-54482 Fix crash if collation.backwards param is undefined/nullA. Jesse Jiryu Davis2021-02-151-0/+15
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-14308-977/+194
* SERVER-54469 ensure unique collection names in time-series tests (collMod exp...Benety Goh2021-02-131-23/+22
* SERVER-54093 Optimize allocation in javascript_heap_limit.jsCharlie Swanson2021-02-121-2/+2
* SERVER-53080 generate optimized covered shard filtering plans in SBEDavid Storch2021-02-123-65/+157
* SERVER-51843 [SBE] Support MERGE_SORT stage with children that are not fetchedMihai Andrei2021-02-129-81/+311
* SERVER-54496 Tenant migration donor should not specify timeout for recipientS...Cheahuychou Mao2021-02-121-0/+42
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2021-02-122-1/+37
* SERVER-54172 SERVER-54181 Make verify_index_stats_output.js wait for hangAfte...Nikita Lapkov2021-02-122-18/+50
* SERVER-54453 Backup and restore to exercise time-series collectionsGregory Wlodarek2021-02-121-0/+87
* Revert "SERVER-54453 Backup and restore to exercise time-series collections"Gregory Wlodarek2021-02-121-80/+0
* SERVER-50495 Make tenant_migration_jscore_passthrough simulate migrations tha...Cheahuychou Mao2021-02-121-146/+166
* SERVER-53907: resharding donors report approxBytesToClone and approxDocuments...LaMont Nelson2021-02-121-0/+114
* SERVER-53823 Move multiversion tenant migration tests into correct directoryVesselina Ratcheva2021-02-126-211/+222
* 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-54442 Test that operation context does not keep aborted transaction me...Pierlauro Sciarelli2021-02-111-122/+0
* SERVER-54182: Add logging to improve debugging of aggregation_currentop.jsHana Pearlman2021-02-111-7/+9
* SERVER-54453 Backup and restore to exercise time-series collectionsGregory Wlodarek2021-02-111-0/+80
* SERVER-53388 Week start parameter for $dateDiff aggregation expressionMindaugas Malinauskas2021-02-112-7/+101
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov2021-02-114-12/+100
* SERVER-54417 Rely on donors to pin own history in resharding tests.Max Hirschhorn2021-02-111-5/+0
* SERVER-54029 Fix mock_kms.js mock server startup waitMark Benvenuto2021-02-103-0/+6
* 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-54422 [SBE] FieldPath field names may not start with '$'Martin Neupauer2021-02-101-1/+0
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-2/+16
* SERVER-54256: Handle retryable errors when choosing a donor sync sourceXueruiFa2021-02-105-285/+259