0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

26 Commits

Author SHA1 Message Date
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
Mathias Stearn
a5f3bf878d SERVER-33135 Remove metadata accessors from command reply APIs
Now that OP_COMMAND is dead, all remaining implementations return the same
BSONObj for data and metadata.
2018-07-30 14:13:08 -04:00
Dianna Hohensee
e7c2cbf88b SERVER-36101 Replication should not depend on the presence of lastStableCheckpointTimestamp in status reports to identify recoverable rollback capable nodes 2018-07-25 16:10:42 -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
Vesselina Ratcheva
79da069140 SERVER-34236 Move configureFailpoint to replica set startup in read_committed_no_snapshots.js 2018-05-07 18:17:07 -04:00
Tess Avitabile
80ae7e58d3 SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
Andy Schwerin
64e649a622 SERVER-31802 SERVER-31239 Remove master-slave replication and resync command. 2018-03-13 15:09:53 -04:00
Vesselina Ratcheva
c5a4250a64 Revert "SERVER-32144 Remove test coverage for replication protocol version 0"
This reverts commit d05e04551b.
2018-03-09 15:10:52 -05:00
Vesselina Ratcheva
d05e04551b SERVER-32144 Remove test coverage for replication protocol version 0 2018-03-09 11:02:49 -05: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
kvwalker
cc41e10c5f SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all replication jstests 2017-09-18 14:21:49 -04:00
Mathias Stearn
e3fe73454a SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget} 2017-06-28 11:57:04 -04:00
William Schultz
58921178cd SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal variants 2016-12-01 12:53:47 -05:00
Scott Hernandez
f5821cbc18 SERVER-23476: re-enable resync tests 2016-08-18 12:49:57 -04:00
Scott Hernandez
bfe6a0cefe SERVER-19200: move initial sync behavior out of rs_sync 2016-04-05 13:10:19 -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
33e06843f1 SERVER-19925 move protocolVersion field to top level 2015-08-17 10:13:17 -04:00
matt dannenberg
2475abdf1f SERVER-19890 fix jstests/replsets/read_committed_no_snapshots.js to use lastOpVisible 2015-08-17 09:59:35 -04:00
Mathias Stearn
7e8fb8df8e SERVER-19891 Fix read_committed_no_snapshots.js
This includes a workaround that will need to be addressed in SERVER-19890
2015-08-12 17:01:00 -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