Commit Graph

28 Commits

Author SHA1 Message Date
Steve McClure
1ffbc6c2e9 SERVER-109432: Autofix JS var usage to favor let (#40637)
GitOrigin-RevId: 9674b7db36a0f3f650d39c1e3fb2ad6ff2141cfb
2025-08-28 19:21:01 +00:00
Zac
591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Matt Broadstone
771dabd098 SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
GitOrigin-RevId: 744aa110a53786b23c62ff53f87a1418b5991e8d
2024-08-20 22:00:49 +00:00
Kishore Devireddy
d4fca5696e SERVER-84801: Remove replication.eMRC from options (#22851)
GitOrigin-RevId: e8ddf575dbc4d44ccd92f341c2d1ffe7ad53ad7b
2024-06-03 22:46:18 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Irina Yatsenko
fd8bca36f6 SERVER-57460 Remove remaining GLE calls from jstests 2021-06-29 07:06:40 +00:00
Moustafa Maher
0d97b04197 SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
Ali Mir
7d0b17d451 SERVER-50668 Refactor JS tests that enable rsSyncApplyStop 2020-10-07 23:53:04 +00:00
Ali Mir
0c2f4ad0b1 SERVER-49993 Update _slaves to _secondaries in replsettest.js 2020-09-04 14:15:35 +00:00
Gregory Wlodarek
09ec1c660b SERVER-50280 Remove 'startSetIfSupportsReadMajority' test helper function in favour of the 'requires_majority_read_concern' tag 2020-08-12 23:21:21 +00:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Tess Avitabile
80ae7e58d3 SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
Kevin Albertson
7f5f161abc SERVER-25640 terminate processes in jstests 2018-02-20 09:25:17 -05:00
Kevin Albertson
c556e37709 SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
Jason Carey
f23002e965 SERVER-30848 make shell getMores use sessions
The shell should attach the logical session used to initiate cursors
(via find or aggregate) and use it for successive getMores.
2017-10-03 16:50:12 -04:00
William Schultz
58921178cd SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal variants 2016-12-01 12:53:47 -05:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Mathias Stearn
15481ed88d SERVER-23127 add additional tests of readConcern majority following writes 2016-04-12 20:11:50 -04:00
Scott Hernandez
f88e2487ba SERVER-22533: correct tests for writeConcern majority + journal behaviors 2016-03-27 11:45:02 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Scott Hernandez
d0cd37a4e2 SERVER-22533: disable ReadConcern.Majority tests for noJournal variant 2016-02-09 18:02:27 -05:00
Charlie Swanson
bf8b5340af SERVER-22148 Simplify read committed tests
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.
2016-01-12 14:21:13 -05:00
Mathias Stearn
5be08a1188 SERVER-20707 Add --enableMajorityReadConcern option 2015-10-08 12:06:52 -04:00
matt dannenberg
3ac6afd27a SERVER-19675 fix ReplicationMetadata populating and parsing 2015-08-06 03:06:02 -04:00
matt dannenberg
92c6ee5ced SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and read committed ignored on masterslave and standalone 2015-07-19 12:31:09 -04:00
matt dannenberg
9c63b79a8d SERVER-19206 fix jstests/replsets/read_committed.js 2015-07-10 10:35:40 -04:00
Mathias Stearn
28be53c1c9 SERVER-18022 Read Majority Committed implementation for primary nodes 2015-06-29 19:23:15 -04:00