summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_mongod_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-346/+0
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-20/+0
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-3/+3
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+1
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+1
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-111-0/+1
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-2/+1
* SERVER-41925 enumerate the FCV 4.4 dependencies in the sharding codeMisha Tyulenev2019-08-061-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+6
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-4/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-29/+27
* SERVER-40387 Shutdown shard registry after catalog cacheBen Caimano2019-04-011-0/+4
* SERVER-38522 Reduce the execution time and logging of sharding MongoD testsKaloian Manassiev2019-02-221-0/+1
* SERVER-38522 Add an `onCommands` syntactic sugar to ShardingTestFixtureCommonKaloian Manassiev2019-02-221-18/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-8/+2
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-7/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-2/+2
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-11/+5
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-2/+4
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-26/+12
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-1/+8
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-121-0/+5
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-4/+6
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-6/+4
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-4/+6
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-281-7/+2
* SERVER-28752 Get rid of usages of Batched Insert/Update/Delete Request in sha...Kaloian Manassiev2017-07-191-2/+0
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-47/+14
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-11/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+7
* SERVER-29274 make reaper mandatory in Database::dropCollection()Benety Goh2017-06-011-0/+4
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-2/+5
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-081-2/+10
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-1/+6
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-0/+5
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-5/+0
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-0/+5
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-1/+1
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-011-6/+0
* SERVER-27704 persist chunk metadata on shard primaryDianna Hohensee2017-03-011-0/+1
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-7/+0