summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31464 Use localhost for default rs.initiate() configuration when only ...Sara Golemon2017-10-142-0/+30
* SERVER-31351 fix ordering of index and collection drop oplog entries under tw...Benety Goh2017-10-131-0/+13
* SERVER-31351 drop indexes with long index names under any storage engine duri...Benety Goh2017-10-131-9/+7
* SERVER-31255 Prevent dropIndex rollback from failingKatherine Walker2017-10-132-0/+66
* SERVER-31512 Use awaitNodesAgreeOnPrimary instead of waitForState in replsetp...Henrik Edin2017-10-121-2/+3
* SERVER-31468 replSets/startParallelShell.js should wait for its parallel shel...Jonathan Reams2017-10-111-2/+4
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-112-4/+88
* SERVER-30496 Update rollback test for collection rename on sync sourceWilliam Schultz2017-10-102-139/+51
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-5/+5
* SERVER-31455 Disable chaining in catchup_takeover_two_nodes_ahead.jsSiyuan Zhou2017-10-091-1/+4
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-0/+11
* SERVER-30161 Remove enableUUIDs server parameterLouis Williams2017-10-091-5/+1
* SERVER-31019 fail initial sync if fCV changes during oplog applicationJudah Schvimer2017-10-091-0/+83
* SERVER-31339 Handle NamespaceNotFound in collection_cloner count/findGeert Bosch2017-10-061-0/+76
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-052-91/+87
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-053-14/+15
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-1/+1
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-043-1/+303
* SERVER-31327 Set ReplSetTest:waitForKeys default to trueMisha Tyulenev2017-10-042-5/+4
* SERVER-30850 Handle replica set connection strings in startParallelShell()Sara Golemon2017-10-031-0/+33
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-036-10/+10
* SERVER-31321 disable dbcheck.js testGeert Bosch2017-10-021-0/+4
* SERVER-31018 Fix lintGeert Bosch2017-09-291-7/+6
* SERVER-31018 Prevent secondaries from generating UUIDs for replicated collect...Geert Bosch2017-09-291-0/+26
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-2713-37/+33
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-252-85/+41
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-2/+2
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-251-1/+1
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-221-1/+1
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-221-1/+1
* SERVER-4941 Fix lintGeert Bosch2017-09-211-1/+1
* SERVER-4941 Allow renameCollection during initial syncGeert Bosch2017-09-213-3/+2
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-0/+83
* Revert "SERVER-31114 Perform targeted session invalidation on direct writes t...Kaloian Manassiev2017-09-201-81/+0
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-0/+81
* SERVER-30530 add js test for write conflict handling in applyOps for single i...Benety Goh2017-09-201-0/+10
* SERVER-30206 Error if retryable write request has multi update or deleteJack Mulrow2017-09-191-4/+4
* SERVER-30928 add fixture for testing rollbackRobert Guo2017-09-181-0/+185
* SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all repli...kvwalker2017-09-1830-58/+63
* SERVER-30591 Do changeStream lookups by UUID instead of namespace.Siyuan Zhou2017-09-151-69/+87
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-17/+17
* SERVER-29772 Add allowUnsafeRenamesDuringInitialSync server parameterJudah Schvimer2017-09-131-0/+55
* SERVER-29934 Wait for rollback to finish in write_concern_after_stepdown.jsMatthew Russotto2017-09-111-0/+4
* SERVER-30927 Use readConcern afterClusterTime for initsync oplog queriesGeert Bosch2017-09-071-0/+49
* SERVER-30371 apply_ops_idempotency.js waits for drop-pending collections in a...Benety Goh2017-09-061-5/+5
* SERVER-30371 added js tests for renaming a collection across databasesBenety Goh2017-09-053-0/+178
* SERVER-29592 Mark JSON Schema FCV tests as [requires_persistence].Justin Seyster2017-09-011-0/+4
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-311-0/+87
* SERVER-30620 Lookup collection by UUID in fetchAndInsertMissingDocumentMaria van Keulen2017-08-291-0/+81
* SERVER-30478 New test for rename during initial syncGeert Bosch2017-08-281-0/+65