summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/fixtures/replicaset.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-33248 Allow choosing a sync source that we are up to date with...Tess Avitabile2019-03-221-5/+13
* SERVER-37511 Ensure sessions collection is created in replica set fixtureBlake Oler2018-12-071-0/+6
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-221-13/+5
* SERVER-35383 Raise election timeout to 24 hours for stepdown suites.Max Hirschhorn2018-07-071-3/+3
* SERVER-34384 Use 5-node linear chain topology for secondary reads passthroughXiangyu Yao2018-05-071-4/+12
* SERVER-19630 allow FSM tests to connect to an existing clusterRobert Guo2018-04-301-36/+68
* SERVER-34635 import pymongo.write_concern in replicaset.pyJudah Schvimer2018-04-241-0/+1
* SERVER-33165 Don't return from ReplSetTest.initiate until there is a stable c...Judah Schvimer2018-04-201-0/+58
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-1/+1
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-36/+39
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-29/+17
* SERVER-33396 Update fixture teardown to throw ServerFailureYves Duhem2018-03-021-17/+24
* SERVER-32888 Set a default oplog size for replica sets started by resmoke.pyEddie Louie2018-02-141-0/+3
* SERVER-31562 Archival for test failures from suites not using a resmoke fixtureJonathan Abrahams2018-02-141-10/+2
* SERVER-26884 Support archiving data files in Evergreen on test failureJonathan Abrahams2018-02-081-0/+3
* SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn2018-01-301-2/+9
* SERVER-30642 Raise election timeouts in python fixturesJudah Schvimer2018-01-231-0/+7
* SERVER-31670 fixture secondary defaults to 0 votesKevin Albertson2018-01-081-1/+6
* SERVER-30979 Run the fuzzer with CSRS primary stepdowns.Max Hirschhorn2017-12-011-5/+13
* SERVER-30683 Support failovers in ReplicaSetFixtureYves Duhem2017-09-011-31/+70
* SERVER-19541 supporting connecting to an external cluster in resmoke.pyRobert Guo2017-08-211-6/+16
* SERVER-29433 Improve logging during ReplicaSetFixture initializationSpencer T Brody2017-06-021-3/+5
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-05-161-2/+3
* SERVER-28477 Resmoke logging refactoringYves Duhem2017-03-291-4/+4
* SERVER-27854 initiate replicasets faster in resmoke.pyRobert Guo2017-03-141-21/+40
* SERVER-27285 Run jsCore tests while periodically killing secondaries.Max Hirschhorn2017-01-301-4/+13
* SERVER-27551 added retries to replSetInitiate call in python test fixtureJudah Schvimer2017-01-241-1/+23
* SERVER-27490 Stop consulting storage engine isDurable flag in ReplicationCoor...Andy Schwerin2017-01-071-3/+9
* SERVER-26754 Disallow read concern majority reads with protocol version 0.Spencer T Brody2016-12-071-3/+0
* SERVER-26754 Allow readConcern majority reads with protocol version 0Spencer T Brody2016-10-251-0/+3
* SERVER-26516 resmoke should wait for initsync node to be in SECONDARY state b...Robert Guo2016-10-141-1/+5
* SERVER-25399 Disable chaining in initial sync static passthroughJudah Schvimer2016-08-091-0/+3
* SERVER-24538 Add small_oplog_rs_initsync_static passthrough to include period...Judah Schvimer2016-07-191-3/+37
* SERVER-24716 Remove the CheckReplDBHashDeprecated hookMike Grundy2016-07-131-27/+0
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-271-1/+6
* SERVER-22806 CheckReplDBHash hook should fsync firstRobert Guo2016-02-231-1/+7
* SERVER-21990 Deprecation warning from resmoke.py - replicaset.py insert is de...Mike Grundy2016-01-251-4/+5
* SERVER-21565 Support more than 7 nodes in a replica set in resmoke.pyJonathan Abrahams2015-12-231-0/+3
* Improve startup time for resmoke suitesEric Milkie2015-10-231-2/+2
* SERVER-20899 Fix issue with resmoke.py fixtures and CleanEveryN hook.Max Hirschhorn2015-10-151-3/+6
* SERVER-19448 implement resmoke.py support for c++ integration testsAdam Midvidy2015-08-111-5/+12
* SERVER-19731 SERVER-19524 Make resmoke.py properly set up replica set config...Spencer T Brody2015-08-081-1/+6
* SERVER-18756 Write all executions to the report.json file.Max Hirschhorn2015-06-221-1/+1
* SERVER-18390 Check dbhash of all databases during small_oplog suitesCharlie Swanson2015-05-201-6/+15
* SERVER-1424 Rewrite smoke.py.Max Hirschhorn2015-05-081-0/+183