summaryrefslogtreecommitdiff
path: root/jstests/replsets/read_committed.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57460 Remove remaining GLE calls from jstestsIrina Yatsenko2021-06-291-1/+2
|
* SERVER-55703 Update getDefaultRWConcernMoustafa Maher2021-04-291-0/+4
|
* SERVER-50668 Refactor JS tests that enable rsSyncApplyStopAli Mir2020-10-071-4/+5
|
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-041-1/+1
|
* SERVER-50280 Remove 'startSetIfSupportsReadMajority' test helper function in ↵Gregory Wlodarek2020-08-121-9/+3
| | | | favour of the 'requires_majority_read_concern' tag
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-6/+6
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-158/+160
|
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-1/+1
|
* SERVER-25640 terminate processes in jstestsKevin Albertson2018-02-201-0/+1
|
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
|
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-2/+2
| | | | | The shell should attach the logical session used to initiate cursors (via find or aggregate) and use it for successive getMores.
* SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal ↵William Schultz2016-12-011-1/+1
| | | | variants
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-10/+7
|
* SERVER-23127 add additional tests of readConcern majority following writesMathias Stearn2016-04-121-38/+123
|
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-271-10/+24
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-52/+53
|
* SERVER-22533: disable ReadConcern.Majority tests for noJournal variantScott Hernandez2016-02-091-0/+2
|
* SERVER-22148 Simplify read committed testsCharlie Swanson2016-01-121-12/+14
| | | | | | Many read committed tests share some fairly complex code to determine if the current storage engine supports committed reads. This commit moves that duplicate code into rslib.js.
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-8/+14
|
* SERVER-19675 fix ReplicationMetadata populating and parsingmatt dannenberg2015-08-061-9/+8
|
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and ↵matt dannenberg2015-07-191-2/+5
| | | | read committed ignored on masterslave and standalone
* SERVER-19206 fix jstests/replsets/read_committed.jsmatt dannenberg2015-07-101-2/+2
|
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+66