Commit Graph

16 Commits

Author SHA1 Message Date
Gregory Wlodarek
cfd65015b3 SERVER-40712 Ensure the dropDatabase() command accepts a write concern. 2019-05-13 22:53:52 -04:00
William Schultz
1e51304268 SERVER-36664 Use awaitReplication instead of getLastError in read_committed_with_catalog_changes.js 2018-08-14 17:28:58 -04:00
Louis Williams
f899002aad SERVER-36208 Remove repairDatabase server command and shell helper 2018-08-13 13:10:34 -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
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
kvwalker
cc41e10c5f SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all replication jstests 2017-09-18 14:21:49 -04:00
Benety Goh
58518c5174 SERVER-29876 read_committed_with_catalog_changes.js drops collection during the preparation phase instead of during the performOp phase so that dropDatabase does not block 2017-06-28 12:40:50 -04:00
Benety Goh
358cf1d12d SERVER-29277 fixed dropDatabase test cases in read_committed_with_catalog_changes.js to work with a replica set with less than a majority of nodes 2017-06-21 21:07:44 -04:00
Matthew Russotto
c121509fa4 SERVER-28277 Need to increase timeout in read_committed_with_catalog_changes.js
The slowest builds (ASAN + DEBUG) sometimes fail with current timeout.
2017-04-14 17:03:15 -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
Judah Schvimer
67f96b8337 SERVER-24143 Increased maxTimeMS timeout in read_committed_with_catalog_changes.js 2016-05-17 12:09:44 -04:00
Mathias Stearn
1ccff91829 SERVER-23127 Add additional tests of majority readConcern following catalog changes 2016-04-12 20:11:50 -04:00