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
Joshua Siegel
2b478122cb
SERVER-95853 Rename this.kDefaultTimeoutMS to this.timeoutMS ( #28378 )
...
GitOrigin-RevId: dba78e418316df34f86ec9f4538c5b9bf6466ac2
2024-10-24 18:04:28 +00:00
Moustafa Maher
2fd5f78d5a
SERVER-95421 make initiateWithHighElectionTimeout the default in ReplSetTest ( #28174 )
...
GitOrigin-RevId: df168ee363c3f0e86526270437d3688ac4bb326d
2024-10-22 02:53:25 +00:00
auto-revert-app[bot]
ac66db99e1
Revert "SERVER-95421 make initiateWithHighElectionTimeout the default in ReplSetTest ( #27947 )" ( #28132 )
...
GitOrigin-RevId: de1b147732fb34b89450da992fe559b24d32f1e2
2024-10-16 09:01:25 +00:00
Moustafa Maher
ba308e1391
SERVER-95421 make initiateWithHighElectionTimeout the default in ReplSetTest ( #27947 )
...
GitOrigin-RevId: f73cbfbbdc6a2c557bed145cdb429c3a8d8b3447
2024-10-15 13:24:11 +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
Jiawei Yang
30a5ef7f6c
SERVER-87414 fix tests using wrong read after majority write assumption ( #20034 )
...
GitOrigin-RevId: 4b01fe8c48ea513acb38754b9d09c723a5cc35ec
2024-03-19 23:57:22 +00:00
Matt Broadstone
a4f458fe4d
SERVER-79735 Convert jstest corpus to use es modules
2023-08-06 20:48:04 +00:00
Frederic Vitzikam
780455ded3
SERVER-60696 Add a server parameter to disallow multiple arbiters
2022-02-04 00:30:30 +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
93cff71bfc
SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests
2020-09-28 18:05:55 +00:00
Ali Mir
2b5dc35f01
SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests
2020-09-09 23:29:23 +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
James Wahlin
35528523c0
SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout
...
Adds a new 'MaxTimeMSExpired' error code, returned when a timeout occurs
due to exceeding of maxTimeMS. Timeouts unrelated to maxTimeMS will
continue to return 'ExceededTimeLimit'.
2018-07-24 13:09:41 -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
Judah Schvimer
0291277c5f
SERVER-32167 do a second majority write before committed read in read_committed_after_rollback.js
2017-12-06 14:13:27 -05:00
William Schultz
410a36fcf7
SERVER-31166 Ensure all rollback tests check dbhash and oplog consistency
2017-10-23 14:53:06 -04:00
Eric Milkie
7ef892d32c
SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps instead of named snapshots
2017-10-05 16:05:11 -04: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
Spencer T Brody
87f49488f1
SERVER-27123 Only update the commit point as a secondary from oplog queries against your sync source
2017-01-04 16:00:25 -05:00
William Schultz
58921178cd
SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal variants
2016-12-01 12:53:47 -05:00
Spencer T Brody
637ddd4b1c
SERVER-26401 Increase gle timeout in read_committed_after_rollback.js
2016-09-30 11:58:55 -04:00
Eric Milkie
0c3430437b
SERVER-23351 test read committed snapshots after a rollback occurs
2016-04-07 14:31:47 -04:00