summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35653: This reverts SERVER-31768r4.0.0-rc6jannaerin2018-06-181-55/+0
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-10/+1
* Revert "SERVER-32064 Requests from the shell should use an implicit session b...Jack Mulrow2018-06-1315-54/+0
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-1315-0/+54
* SERVER-31396 add tests for change streams being resilient to node failures in...Ian Boros2018-06-062-0/+213
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-06-051-1/+2
* SERVER-34705: Whole-DB or whole-cluster change streams may not provide a tota...Nick Zolnierz2018-06-043-18/+52
* SERVER-34338 Find explain in legacy query path on mongos does not retry on St...Esha Maharishi2018-06-011-0/+33
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-251-4/+3
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-234-11/+130
* SERVER-32025 Wait for replication in test before enabling profiling on secondaryMatthew Saltz2018-05-221-1/+3
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-171-1/+1
* SERVER-34692 Move txnNumber to subdocument in currentOpXiangyu Yao2018-05-161-1/+1
* SERVER-34836 Improve the logging around errors in `sharding/names.js`Kaloian Manassiev2018-05-071-8/+14
* SERVER-34506 TLASIO test for isJustForContinuationJason Carey2018-05-044-0/+4
* SERVER-34792 Update sharding tests for free mon commandsSara Golemon2018-05-034-4/+9
* SERVER-34700 Add `maxTimeMS` to diffservers1.jsKaloian Manassiev2018-05-021-13/+13
* SERVER-34520 Forbid multi-document transactions run through mongoSWilliam Schultz2018-05-011-0/+57
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-014-8/+13
* SERVER-31937 de-blacklist kill_sessions.jsMisha Tyulenev2018-04-301-1/+0
* SERVER-34138 Allow change stream to be opened against non-existent DB and col...Bernard Gorman2018-04-292-8/+39
* SERVER-34694 mongod_returns_no_cluster_time_without_keys.js should not run wi...Jack Mulrow2018-04-261-2/+5
* SERVER-34649 Return a bad status when the MovePrimarySourceManager receives a...Blake Oler2018-04-261-0/+19
* SERVER-34483 Avoid taking DBLocks when clearing in-memory database cache in F...Esha Maharishi2018-04-261-5/+4
* SERVER-34637 Prevent race condition with database drop in database_versioning...Blake Oler2018-04-241-0/+4
* SERVER-34618 Fix race condition in retryable writes testBlake Oler2018-04-241-1/+2
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-233-19/+40
* SERVER-34496 Await all operations committed in ShardingTest::checkUUIDsConsis...Blake Oler2018-04-203-2/+10
* SERVER-31013 use port instead of pid for serverExitCodeMapRobert Guo2018-04-181-9/+6
* SERVER-34370 Change commands to use AutoGetDb to get database to trigger a Da...jannaerin2018-04-181-16/+6
* SERVER-33783 Make shards and mongos do full routing/filtering metadata refres...Martin Neupauer2018-04-161-8/+70
* SERVER-33356 Ensure shards' persisted collection cache picks up collection UU...Esha Maharishi2018-04-161-0/+118
* SERVER-34459 Clear in-memory database versions on setFCV downgrade on shard p...Esha Maharishi2018-04-132-26/+118
* SERVER-34163 Make refreshing a database entry in the CatalogCache asynchronousEsha Maharishi2018-04-131-0/+243
* SERVER-34088 Add ability to watch all changes for an entire sharded clusterBernard Gorman2018-04-131-3/+27
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-0/+31
* SERVER-34181 Include 'clusterTime' in each change streamCharlie Swanson2018-04-122-2/+4
* SERVER-34093 Blacklist move primary tests from last stable suitesjannaerin2018-04-122-6/+2
* SERVER-34430 Don't drop database from old primary shard after movePrimaryEsha Maharishi2018-04-121-0/+4
* SERVER-33429 Add database versioning test cases for commands not tracked by t...jannaerin2018-04-111-37/+110
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-112-2/+4
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-118-257/+519
* SERVER-34146 OpObserver should cause secondaries to invalidate their in-memor...jannaerin2018-04-111-62/+0
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-111-2/+1
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-101-1/+2
* SERVER-34036 Add integration test for cluster find with snapshot read concernJack Mulrow2018-04-091-0/+117
* Revert "SERVER-33429 Add database versioning test cases for commands not trac...William Schultz2018-04-091-120/+35
* SERVER-33429 Add database versioning test cases for commands not tracked by t...Blake Oler2018-04-071-35/+120
* SERVER-32608 Make secondaries refresh their database metadata from the persis...jannaerin2018-04-061-10/+34
* SERVER-34274 Extend database_and_shard_versioning_all_commands.js to also use...Blake Oler2018-04-061-49/+114