summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/read_majority.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-50/+10
* SERVER-72959 Fix read_majority.js to work with point-in-time catalog lookupsGregory Wlodarek2023-03-021-31/+73
* SERVER-68271 Integrate point-in-time catalog lookups into the lock-free read ...Matthew Saltz2023-01-261-0/+9
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-8/+0
* SERVER-55098 read_majority.js test fixupJustin Seyster2021-04-171-2/+1
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-1/+4
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-8/+62
* SERVER-49083 Unblacklist noPassthrough tests from resumable index builds variantSamy Lanka2020-08-261-2/+2
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-081-1/+1
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-161-10/+1
* Revert "SERVER-44343 Make 'reIndex' a standalone-only command"Samy Lanka2020-04-131-1/+10
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-091-10/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-197/+195
* SERVER-20445 Add support for majority read concern level to MapReduce and Agg...Martin Neupauer2018-11-131-4/+2
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+1
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-131-10/+0
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-2/+3
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+1
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-4/+0
* SERVER-34195 Support speculative readConcern behavior in transactions.Matthew Russotto2018-04-241-8/+0
* SERVER-33165 Don't return from ReplSetTest.initiate until there is a stable c...Judah Schvimer2018-04-201-1/+3
* SERVER-34094 Change snapshot read tests to use multi-statement transactionsXiangyu Yao2018-04-171-31/+14
* SERVER-32858 Add Evergreen tasks back to Linux (No Journal) builderIan Whalen2018-03-091-0/+8
* SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...Tess Avitabile2018-03-061-4/+4
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-0/+4
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-182/+221
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-1/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-23/+29
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-2/+2
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-1/+1
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-4/+4
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-172/+182
* SERVER-22341 fix jslint errors in jstests/noPassthrough with eslint --fixMike Grundy2016-02-051-1/+1
* SERVER-22148 Simplify read committed testsCharlie Swanson2016-01-121-1/+17
* SERVER-21046 Explain no longer supports majority readConcernMathias Stearn2015-11-041-22/+9
* SERVER-20214 Stop supporting majority read concern level with MapReduce and A...Mathias Stearn2015-09-171-1/+31
* SERVER-20213 Repair must make majority reads wait for complete visibilityMathias Stearn2015-09-171-8/+16
* SERVER-20260 New indexes should bump their Collection's minimum SnapshotNameMathias Stearn2015-09-171-3/+15
* SERVER-20213 ReIndex must make majority reads wait for complete visibilityMathias Stearn2015-09-171-3/+11
* SERVER-20052 yield when waiting/blocking for read committedEric Milkie2015-08-311-0/+19
* Revert "SERVER-20052 yield when waiting/blocking for read committed"Benety Goh2015-08-261-19/+0
* SERVER-20052 yield when waiting/blocking for read committedmatt dannenberg2015-08-261-0/+19
* SERVER-19984 Block read committed reads after metadata changes, rather than r...matt dannenberg2015-08-191-7/+3
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-16/+67
* SERVER-19446 add server parameter for testing snapshots without replicationmatt dannenberg2015-08-071-37/+19
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-6/+9
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+85