summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/storage_timestamp_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-251-1/+1
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-08-101-0/+225
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-081-6/+13
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-241-12/+12
* SERVER-47123 remove AutoGetOrCreateDb from dbtestsBenety Goh2021-04-291-2/+3
* SERVER-54778: Use the same writer thread to write noop entries for donor oplo...Lingzhi Deng2021-03-021-1/+1
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-13/+2
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-261-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-4/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-47642 Ensure no active snapshot before acquiring collection X lockBrian DeLeonardis2020-10-151-0/+1
* SERVER-51330 SecondarySetWildcardIndexMultikeyOnInsert should prevent insert ...Louis Williams2020-10-051-7/+22
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-35/+30
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-2/+2
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-3/+2
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-4/+4
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-66/+68
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-0/+198
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-6/+6
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-32/+34
* SERVER-50602 make StorageTimestampTests provide commit quorum to createIndexe...Benety Goh2020-08-281-51/+38
* SERVER-50054 Advance logicalClock on transactionParticipant to commitTimestam...Tommaso Tocci2020-08-261-5/+7
* SERVER-50366 fix StorageTimestampTests for resumable index buildsBenety Goh2020-08-181-0/+29
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-4/+4
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-77/+88
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-181-2/+83
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-151-6/+6
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-57/+212
* SERVER-48510 fix race in StorageTimestampTest::TimestampIndexOplogApplication...Benety Goh2020-06-011-4/+21
* SERVER-40894 Remove unused setGhostCommitTimestampForWrite() and TimestampInd...Gregory Noma2020-05-271-157/+0
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-2/+2
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement t...Judah Schvimer2020-05-121-7/+15
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-92/+29
* SERVER-47635 remove index build from config.system.indexBuilds after completi...Benety Goh2020-05-061-2/+2
* SERVER-47635 add tests to check config.system.indexBuilds after completing in...Benety Goh2020-05-061-0/+58
* SERVER-46714 Only perform EMRC=false shutdown handling when EMRC=falseMaria van Keulen2020-04-271-0/+3
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-04-241-29/+42
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-8/+12
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-0/+7
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+1
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-031-0/+13
* SERVER-46123 Make the dropDatabase command abort in-progress index buildsGregory Wlodarek2020-02-271-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-16/+22
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-111-0/+1
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-0/+157
* SERVER-45347 Primaries should generate createIndexes oplog entry (single phas...Suganthi Mani2020-01-221-49/+21