summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-1315-266/+1
* SERVER-35980 Experimental new output format for planCacheListPlansHaley Connelly2018-08-132-1/+67
* SERVER-36586 The test shard_existing_coll_chunk_count.js should restart both ...Matthew Saltz2018-08-101-2/+5
* SERVER-36467: pass arguments to original function when overriding ReplSetTest...David Bradford2018-08-101-3/+3
* SERVER-36438 Test copyDatabase() and cloneDatabase() with 4.0 serversMaria van Keulen2018-08-102-0/+120
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-0/+192
* SERVER-36265: Correct number of expected files for nojournal in aggregation_b...Daniel Gottlieb2018-08-101-1/+1
* SERVER-35809 Never implicitly abort prepared transactionsSiyuan Zhou2018-08-091-1/+9
* SERVER-35881 Gate prepareTransaction on featureCompatibilityVersion 4.2Judah Schvimer2018-08-091-0/+56
* SERVER-36360 top_drop.js occasionally failsSean Tao2018-08-091-3/+3
* SERVER-36527 Add 'queryHash' to 'queryPlanner' explain output.David Storch2018-08-091-0/+20
* SERVER-36123: Reject $out with mode: replaceCollection if the output collecti...Nick Zolnierz2018-08-092-5/+9
* SERVER-36297 Add stubs for the transaction two-phase commit voting commandsEsha Maharishi2018-08-091-0/+2
* SERVER-34448 Enable autosplitting on the shard and disable on mongosMatthew Saltz2018-08-0912-78/+89
* SERVER-36392 Make tests that rely on the autosplitter unintentially not requi...Matthew Saltz2018-08-096-24/+38
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-091-0/+120
* SERVER-36233 prevent the profile command from being run on secondary read ove...Robert Guo2018-08-091-4/+4
* SERVER-34954 Add test to check unique indexes on a newly added --shardsvr nodeSulabh Mahajan2018-08-093-13/+56
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-0/+69
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-083-4/+9
* SERVER-35770 Running a multi-statement transaction when all WiredTiger write ...Matthew Russotto2018-08-081-0/+95
* SERVER-36391 Don't allow creation of TTL indexes in embedded.Henrik Edin2018-08-082-16/+30
* SERVER-20865 Record sharding related counters in serverStatusSarah Zhou2018-08-081-0/+83
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-086-12/+156
* SERVER-36211 Remove CmdCopyDbSaslStartMaria van Keulen2018-08-085-4/+1
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-0729-938/+48
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-072-7/+257
* SERVER-36470 Prevent change_stream_failover.js to elect a new primary which i...Suganthi Mani2018-08-071-0/+3
* SERVER-36329 Deprecate failIndexKeyTooLong server parameterXiangyu Yao2018-08-062-58/+10
* SERVER-36102 Create initial chunks on appropriate shards for zoned shardingCheahuychou Mao2018-08-061-13/+85
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-062-15/+12
* SERVER-35037 Create new concurrency suite that runs consecutive operations in...Samy Lanka2018-08-035-5/+114
* SERVER-35982 Include hash of plan cache key in cache transition log linesHaley Connelly2018-08-031-0/+26
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-023-22/+37
* SERVER-35989 add document count functions to the shellPavi Vetriselvan2018-08-021-0/+60
* SERVER-36313 Re-enable global snapshot find and aggregate testsBlake Oler2018-08-023-8/+263
* SERVER-36119 Explicitly downgrade new shard's FCV in the mixed version conver...Kaloian Manassiev2018-08-021-2/+14
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-022-0/+154
* SERVER-35808 Returns error when new txns start on a session with existing pre...Pavi Vetriselvan2018-08-021-0/+57
* SERVER-36361 Round timeOpenMicros to have millisecond precision for assertion...jinichu2018-08-021-2/+5
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-013-14/+178
* SERVER-35864 Ensure the active transaction on the session has not already bee...Samy Lanka2018-08-011-0/+54
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-0/+46
* SERVER-36373 add test to fill wiredtiger cache after restarting secondary nodeBenety Goh2018-08-011-0/+70
* SERVER-23332 Expose query plan cache key in system.profile entry and query lo...Haley Connelly2018-07-313-0/+198
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-46/+0
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-07-312-6/+8
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-0/+46
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-0/+12
* SERVER-24705 Update top when createIndex is calledAudrey Fang2018-07-312-2/+26