summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/write_op_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-10/+31
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-23/+36
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-3/+3
* SERVER-68722 Improved error handling for updates when one shard throws retrya...Mohammad Dashti2022-11-221-87/+134
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-28/+30
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-25/+58
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-5/+5
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-17/+17
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-3/+16
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-28/+11
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-11/+28
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-28/+11
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-271-2/+0
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-241-3/+1
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-21/+12
* SERVER-60989 Make TransactionRouter take in txnNumberAndRetryCounter instead ...Sanika Phanse2021-11-201-2/+3
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-13/+13
* SERVER-59618 add LockerMongos and LockerMongosClientObserver. Register in sha...Benety Goh2021-09-281-2/+10
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-13/+13
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-10/+10
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-1/+1
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-13/+26
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-22/+22
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-26/+9
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-487/+120
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-191-31/+22
* SERVER-43915 Update shard targeting logic to correctly target by compound has...Arun Banala2019-12-131-0/+332
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40751 BatchWriteOp::noteBatchError doesn't update it's state to error ...Randolph Tan2019-05-011-1/+101
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-8/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37501 Version multi-updates and multi-deletes in sharded transactionsJack Mulrow2018-11-271-0/+65
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-6/+5
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-35/+18
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-111/+88
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+12
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-10/+10
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-3/+3
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-3/+3
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-3/+3
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-3/+3
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-6/+7
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-6/+13
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-7/+7