Commit Graph

18 Commits

Author SHA1 Message Date
kvwalker
cc41e10c5f SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all replication jstests 2017-09-18 14:21:49 -04:00
Eric Milkie
77dc691742 SERVER-28620 Adorn all oplog writes with timestamps
These timestamps are now used to implement oplog visibility rules, in place of the current
in-memory vector of uncommitted ops that the WiredTiger glue code currently uses.
This change also introduces a TimestampedBSONObj class, which encapsulates a BSONObject with its
associated write timestamp.
2017-08-22 13:45:12 -04:00
Jonathan Abrahams
d4b173439a SERVER-25376 Add checkOplog hook for replica sets 2016-09-30 16:25:50 -04:00
Scott Hernandez
1a22dd148b SERVER-26348: cleanup test 2016-09-27 18:17:58 -04:00
Judah Schvimer
b583407ac2 SERVER-26254 Initial write should be w: all in resync_with_write_load.js 2016-09-23 09:41:54 -04:00
Judah Schvimer
0fef13b45a SERVER-26227 Increase waitForState timeouts in replicaset tests 2016-09-22 09:40:38 -04:00
Scott Hernandez
f5821cbc18 SERVER-23476: re-enable resync tests 2016-08-18 12:49:57 -04:00
Benety Goh
128fdb3672 SERVER-24901 do not use fast count when checking collection size in replset tests 2016-07-07 09:56:37 -04:00
Eric Milkie
a43ab70f96 SERVER-23091 allow enough time for data load to finish on OS X builders 2016-03-11 16:56:29 -05:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mike Grundy
f768da59c3 SERVER-22341 fix jslint errors in jstests/replsets with eslint --fix 2016-02-05 15:00:51 -05:00
Kaloian Manassiev
20cd3a392e SERVER-21050 Introduce ReplSetTest.State enumeration everywhere
Makes all JS tests access the replica set member state from the class
itself instead of the object instance. Also removes some unused code.
2015-12-11 13:21:22 -05:00
Kaloian Manassiev
3ed6635a5f SERVER-21050 Cleanup ReplSetTest
This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
2015-12-08 13:05:00 -05:00
matt dannenberg
21acf19010 SERVER-21437 give the restarted node more time to catch up in resync_with_write_load.js 2015-11-12 09:51:56 -05:00
Eric Milkie
5598c216ca SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
Scott Hernandez
8da54bf660 fix race in resync_with_write_load 2014-09-17 16:08:40 -04:00
Scott Hernandez
41fcb70192 rewrite fastsync jstest, and slow down resync_with_write_load 2014-09-12 08:35:39 -04:00
Scott Hernandez
823486e53a SERVER-14805: initialsync multithreaded oplog apply 2014-09-05 16:56:49 -04:00