summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41782 Enumerate and remove Query-related FeatureCompatibilityVersion 4...Anton Korshunov2019-06-213-248/+0
* SERVER-41860 Blacklist plan cache tests from the transactions passthroughsCharlie Swanson2019-06-212-7/+15
* SERVER-41250 Reset the oldest timestamp if initial sync fails and starts anot...Samy Lanka2019-06-211-0/+100
* SERVER-41164 stop documents from leaking into unrelated changestreams when re...Davis Haupt2019-06-211-0/+60
* SERVER-38251 Remove cloneCollection commandZach Yam2019-06-2111-199/+0
* SERVER-41836 Log thread Id as part of error in FSM testsArun Banala2019-06-211-2/+2
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-211-14/+49
* SERVER-41096 Fix file-based protocol for permitting stepdowns.Max Hirschhorn2019-06-202-27/+25
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-201-0/+71
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-191-0/+119
* SERVER-41609 Create ClientEncryption object for FLE shell APIMark Benvenuto2019-06-194-16/+13
* SERVER-41657 Create new ActionType called refineCollectionShardKeyJamie Heppenstall2019-06-191-0/+18
* SERVER-41152 strip white space from auth mechanismsJason Piao2019-06-191-0/+13
* SERVER-41799 await stable TS in shard_aware_initJason Carey2019-06-191-5/+25
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-196-151/+338
* SERVER-33967 Include executionTimeMillis for each shard in the explain outputAnton Korshunov2019-06-191-0/+137
* SERVER-41744 Fix lintGregory Wlodarek2019-06-191-16/+16
* SERVER-41744 Wrote acceptance test for orphaned documents in range deletionAlex Taskov2019-06-181-0/+113
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-188-3/+44
* SERVER-36469 Change shard_kill_and_pooling.js to use one shard to ensure corr...Blake Oler2019-06-181-1/+1
* SERVER-41655 Add classes RefineCollectionShardKeyCommand and ConfigsvrRefineC...Jamie Heppenstall2019-06-187-10/+37
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-0/+81
* SERVER-41785 Improve robustness of change_streams_resume_same_clustertime_dif...Bernard Gorman2019-06-181-0/+98
* SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto2019-06-1811-0/+1148
* SERVER-41575 remove 'votes: 0' option for nodes in the jstests/sharding/secon...Lamont Nelson2019-06-171-1/+1
* SERVER-41433 increase write timeout of jstests/sharding/txn_commit_optimizati...Lamont Nelson2019-06-171-1/+1
* SERVER-41753 Change indexc.js to use a single dateTed Tuckman2019-06-171-1/+2
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-06-161-4/+1
* SERVER-41183 Add test suites for change streams with transactionsJustin Seyster2019-06-1410-13/+108
* SERVER-41377 Rename JS test for rolling back unprepared transactionsWilliam Schultz2019-06-141-0/+0
* SERVER-41377 Add JS tests that the rollback data files are generated correctl...William Schultz2019-06-143-25/+129
* SERVER-41718 recover_prepared_transactions_startup_secondary_application.js w...Samy Lanka2019-06-141-2/+4
* SERVER-41754 Ban secondary read preference variant for currentop_cursors.jsJacob Evans2019-06-141-1/+1
* SERVER-39705 add regression tests for hyrid index builds.Benety Goh2019-06-143-0/+194
* Revert "SERVER-37905 add regression tests for hyrid index builds."Benety Goh2019-06-143-194/+0
* SERVER-37905 add regression tests for hyrid index builds.Benety Goh2019-06-143-0/+194
* SERVER-41688 hashindex1.js should explicitly create collection before trying ...Samy Lanka2019-06-141-8/+10
* SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ...Esha Maharishi2019-06-131-0/+19
* SERVER-7019 Return initial sync status information by default in replSetGetSt...Medha Potluri2019-06-139-22/+47
* SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall2019-06-131-1/+16
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-131-71/+0
* SERVER-41667 Disable 'wt_repair_corrupt_metadata.js' on debug buildsGregory Wlodarek2019-06-131-3/+5
* SERVER-41588 Should not expect repl.apply.ops to be the same as repl.apply.ba...Jason Chan2019-06-131-8/+16
* SERVER-41207 Test committing prepared transactions after stepdown due to reco...Vesselina Ratcheva2019-06-123-0/+101
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-121-0/+71
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-125-99/+270
* SERVER-41373 Add abortCause to mongos transactions serverStatus outputJamie Heppenstall2019-06-111-0/+27
* SERVER-41460 Fix lintGregory Wlodarek2019-06-112-2/+2
* Revert "SERVER-39705 Always observe multikey changes in IndexBuildInterceptor...Benety Goh2019-06-111-1/+4
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-06-111-47/+130