summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30835 Increase wtimeout in auth2.js testSpencer T Brody2017-08-251-1/+1
* SERVER-30762 Add dbCheck jstests.Ian Kuehne2017-08-251-0/+474
* SERVER-30212 add two phase drop test for renameCollection in a replica set wi...Benety Goh2017-08-241-0/+89
* Revert "SERVER-30478 New test for rename during initial sync"Geert Bosch2017-08-231-64/+0
* SERVER-30508 Fail rollback via refetch if transactions collection UUID is dif...Jack Mulrow2017-08-231-0/+7
* SERVER-30478 New test for rename during initial syncGeert Bosch2017-08-231-0/+64
* SERVER-30212 apply_ops_idempotency.js waits for drop-pending collections to b...Benety Goh2017-08-221-0/+17
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-68/+74
* SERVER-29203 Implement SessionsCollectionShardedsamantharitter2017-08-181-21/+19
* SERVER-29894 Start oplog application during recovery at checkpoint timestampJudah Schvimer2017-08-181-119/+1
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-0/+76
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-171-0/+213
* SERVER-30627 Avoid network errors in restartServerReplication() in catchup ta...Siyuan Zhou2017-08-142-4/+9
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-2/+3
* SERVER-30625 Reconnect connection after waiting for repl state transition in ...Spencer T Brody2017-08-111-1/+6
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-3/+2
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-2/+3
* SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops non-a...Benety Goh2017-08-092-0/+22
* SERVER-30554 add library for applyOps concurrent testsBenety Goh2017-08-093-154/+246
* SERVER-29802 non-atomic applyOps does not acquire global lockBenety Goh2017-08-071-1/+1
* SERVER-29802 add test for concurrent non-atomic applyOpsBenety Goh2017-08-071-0/+154
* SERVER-29667 Update rollback of document refetch to use UUIDsAllison Chang2017-08-032-2/+3
* SERVER-29802 add applyOps 'allowAtomic' flag.Benety Goh2017-08-021-9/+1
* SERVER-30262 Add jstest for retryable writes on failed over primaryJack Mulrow2017-08-021-0/+162
* SERVER-29500 Call for catchup takeover election when catchup takeover timeout...Samy Lanka2017-08-022-0/+140
* SERVER-30262 Update session info during batch apply in secondariesJack Mulrow2017-07-311-0/+219
* SERVER-27067 Remove unnecessary references to setLastOpToSystemLastOpTimeJudah Schvimer2017-07-261-0/+14
* SERVER-30049 applyOperation_inlock() allows exceptions from Collection::inser...Benety Goh2017-07-252-0/+94
* SERVER-29747 Add two phase collection drop JS test libraryWilliam Schultz2017-07-254-157/+320
* SERVER-29747 Drop indexes before collection drops if index names are too longWilliam Schultz2017-07-171-16/+34