summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76408 create feature flag for large batched writesBenety Goh2023-05-111-2/+1
|
* SERVER-74353: Tenant Migration test utils handle shard mergeChristopher Caplinger2023-05-1026-363/+310
|
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-4/+0
|
* SERVER-76920: Fix primary_commit_split_prepare_transactions.js ↵Lingzhi Deng2023-05-101-27/+26
| | | | config.transactions checks
* SERVER-76045 Introduce the new resetPlacementHistory server commandPaolo Polato2023-05-082-0/+8
|
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-0728-195/+193
|
* SERVER-75974: Add new internal command: streams_listStreamProcessors.Sandeep Dhoot2023-05-022-0/+2
|
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling ↵David Storch2023-05-021-10/+19
| | | | | | | | | | in debug builds This behavior is intended to provide extra test coverage for $group spilling. In the past, the extra spilling happened unless disk use was explicitly enabled. Now that disk use is allowed by default, it makes more sense to spill unless disk use is explicitly disallowed.
* SERVER-76695 initial_sync_nodes_maintain_and_gossip_commit_point.js should ↵Kaitlin Mahar2023-05-011-7/+13
| | | | wait longer for initial sync node to advance commit point
* SERVER-75440 Add new consistency check for preimagesJordi Olivares Provencio2023-04-281-0/+1
|
* SERVER-75946 Make fixes to update response in bulkWriteFrederic Vitzikam2023-04-271-7/+4
|
* SERVER-75953: Implement support for stats() command.Sandeep Dhoot2023-04-272-0/+2
|
* SERVER-72949 Add PrimaryOnlyService for cleanupStructuredEncryptionDataShreyas Kalyan2023-04-263-0/+3
|
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-2656-56/+56
|
* SERVER-76422 wait all nodes to finish reconfig before stop replica setJiawei Yang2023-04-251-0/+13
|
* SERVER-74024: Shard Merge supports change stream pre-imagesChristopher Caplinger2023-04-241-254/+481
|
* SERVER-76434 skipClusterParameterRefresh failpoint requires FCV 7.1Tommaso Tocci2023-04-241-1/+1
|
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-242-4/+4
|
* SERVER-75470 Reject change stream getMore commands after a split or merge ↵Mickey. J Winters2023-04-221-0/+20
| | | | has been committed
* SERVER-74062 Remove test checks for DB version >= 7.0 in tests relying on ↵Dianna Hohensee2023-04-211-8/+1
| | | | idempotency of create command
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-214-47/+9
|
* SERVER-73034 Enable command validations for checkMetadataConsistency ↵Pol Pinol Castuera2023-04-211-2/+2
| | | | command, resolving previous skip behavior
* Revert "SERVER-75470 Reject change stream getMore commands after a split or ↵auto-revert-processor2023-04-201-20/+0
| | | | | | merge has been committed" This reverts commit d674d78896b572797df816a093ab8682ab860eca.
* SERVER-75470 Reject change stream getMore commands after a split or merge ↵Mickey. J Winters2023-04-191-0/+20
| | | | has been committed
* SERVER-75955: Add internal streams_stopStreamProcessor commandMatthew Normyle2023-04-182-2/+4
|
* SERVER-61231 Adapt tenant migration tests for shard mergeDidier Nadeau2023-04-1812-63/+84
|
* SERVER-76139 sync_source_changes.js should wait for node to no longer be ↵Kaitlin Mahar2023-04-181-0/+3
| | | | newly added before asserting on sync source
* SERVER-75896: Implement support for sample().Sandeep Dhoot2023-04-182-0/+6
|
* SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton ↵Shreyas Kalyan2023-04-172-0/+2
| | | | for mongod
* SERVER-75990: Tenant Migrations are not resilient to recipient failoverChristopher Caplinger2023-04-1718-2441/+173
|
* Revert "SERVER-75990: Tenant Migrations are not resilient to recipient failover"auto-revert-processor2023-04-1518-173/+2441
| | | | This reverts commit c92d1161fdf333a3e3219631557a480fae30a593.
* SERVER-75798 Use LastOpFixer for updates and deletes in bulkWrite commandKaitlin Mahar2023-04-142-50/+343
|
* SERVER-75990: Tenant Migrations are not resilient to recipient failoverChristopher Caplinger2023-04-1418-2441/+173
|
* SERVER-76012 Rename kNone option for ↵Pavi Vetriselvan2023-04-143-3/+3
| | | | storageEngineConcurrencyAdjustmentAlgorithm server parameter
* SERVER-76005: Fix evergreen redness post 7.1 FCV upgradeXueruiFa2023-04-121-7/+2
|
* SERVER-75799 Markup jstests with tag for manual full validationMatt Kneiser2023-04-121-0/+4
|
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated ↵Christopher Caplinger2023-04-102-3/+2
| | | | | | collection" This reverts commit 636ad08bdb6fb5c9ad98ee4cdde8f52929c29830.
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-04-082-2/+3
|
* SERVER-67180 Pause startup_recovery_for_restore_needs_rollback.js before ↵Samy Lanka2023-04-071-1/+20
| | | | expected error
* SERVER-75751 remove TODO SERVER-74810Jiawei Yang2023-04-071-4/+1
|
* SERVER-75753 Remove autosplit references from CSRSPierlauro Sciarelli2023-04-071-1/+1
|
* SERVER-74964 Pass namespace to LastOpFixer for each operationKaitlin Mahar2023-04-071-1/+52
|
* SERVER-73053 TransactionHistoryIterator queries change collections if its ↵Mickey. J Winters2023-04-061-4/+17
| | | | for a serverless change stream
* SERVER-73695 Add JS test for primary crashing in the middle of committing ↵Lingzhi Deng2023-04-063-2/+283
| | | | split prepared transactions
* SERVER-72199 tenant_migration_shard_merge_import_write_conflict_retry.js ↵Suganthi Mani2023-04-061-4/+0
| | | | test fix.
* SERVER-75686 Fix assert indexes racing with oplog applier in index build testsYu Jin Kang Park2023-04-061-2/+3
|
* SERVER-72199 Shard merge handles initial sync, resync and unclean restarts.Suganthi Mani2023-04-063-1/+111
|
* SERVER-74107 Use transaction in cluster parameter refresher to get ↵Gabriel Marks2023-04-051-1/+1
| | | | up-to-date FCV
* SERVER-75618 oplog_sampling.js checks oplog fast count between insertsBenety Goh2023-04-041-1/+25
|
* Revert "SERVER-73053 TransactionHistoryIterator queries change collections ↵Mickey. J Winters2023-04-041-26/+20
| | | | | | if its for a serverless change stream" This reverts commit 11f7a63fcd931ccd1834a1b5131dcdaeee8b626a.