Commit Graph

28 Commits

Author SHA1 Message Date
Matt Broadstone
771dabd098 SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
GitOrigin-RevId: 744aa110a53786b23c62ff53f87a1418b5991e8d
2024-08-20 22:00:49 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Sebastien Mendez
1dbdd89ea2 SERVER-56497 Add assert.throwsCode shell helper for testing 2021-06-11 12:54:42 +00:00
Moustafa Maher
0d97b04197 SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +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
Pavi Vetriselvan
783e113bbb SERVER-50408 Change NotMaster error name to NotWritablePrimary 2020-09-03 13:19:48 +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
Charlie Swanson
54b691fb03 SERVER-41275 rename $merge option replaceWithNew to replace 2019-05-23 14:54:28 -04:00
Jacob Evans
4087836e62 SERVER-41200 Change syntax from $out to $merge for tests in other directories 2019-05-21 12:08:31 -04:00
Jacob Evans
ea0e6b047c SERVER-41200 Change syntax from $out to $merge for tests in other directories 2019-05-21 10:55:01 -04:00
Judah Schvimer
b205efb00f SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToReplStateChange 2019-05-20 16:10:46 -04:00
Jason Chan
22e1ef5134 SERVER-37948 Satisfy linearizable read concern on getmore cursors. 2019-02-14 13:09:29 -05:00
Louis Williams
83336cb56b Revert "SERVER-37948 Satisfy linearizable read concern on getMores"
This reverts commit 0cdb86f3cf.
2019-02-14 15:10:32 +11:00
Jason Chan
0cdb86f3cf SERVER-37948 Satisfy linearizable read concern on getMores 2019-02-13 18:28:19 -05:00
Matthew Russotto
c3a72d61dc SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
Kyle Suarez
8612660727 SERVER-36255 prohibit $out with readConcern level "linearizable" 2018-09-12 10:20:07 -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
Nathan Louie
0ca1e56c5c SERVER-34817 find replace from InterruptedDueToReplStateChange error code to InterruptedDueToStepDown 2018-06-06 09:43:38 -04:00
Kevin Albertson
c556e37709 SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
kvwalker
cc41e10c5f SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all replication jstests 2017-09-18 14:21:49 -04:00
William Schultz
58921178cd SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal variants 2016-12-01 12:53:47 -05:00
Benety Goh
d4a7ae5740 SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS tests 2016-11-07 15:54:09 -05:00
Benety Goh
fe7ab40614 SERVER-26640 remove flag for linearizable read support
Revert "SERVER-26169 added startup parameter for linearizable read support defaulting to disabled"

This reverts commit 7f6eb7f236.
2016-10-14 15:32:22 -04:00
Benety Goh
7f6eb7f236 SERVER-26169 added startup parameter for linearizable read support defaulting to disabled 2016-09-28 17:50:04 -04:00
Eric Milkie
01b4101645 SERVER-25888 remove majority-snapshot usage in linearizable read 2016-09-15 12:48:36 -04:00
Judah Schvimer
d22cd69f51 SERVER-25589 increase awaitReplication() timeout in linearizable_read_concern.js 2016-08-15 11:49:38 -04:00
hari devaraj
a0b7e4fc8c SERVER-24497 Linearizable read concern implemented 2016-08-10 18:39:27 -04:00