summaryrefslogtreecommitdiff
path: root/jstests/libs
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-42761 Move feature_compatibility_version.js into src/mongo/shellJason Chan2019-09-091-55/+0
* SERVER-30357 Allow users to run the validate cmd with {background:true}Dianna Hohensee2019-09-051-0/+6
* SERVER-42211 Remove RepairCursorCmd and RecordStore::getCursorForRepair()Evgeni Dobranov2019-08-302-6/+4
* SERVER-42473 Create concurrency workload to validate current cleanupOrphaned ...Alex Taskov2019-08-291-1/+0
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-2/+2
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...jannaerin2019-08-221-5/+11
* SERVER-42903 Remove sharding test for M/R output conversionNick Zolnierz2019-08-191-5/+0
* SERVER-42867 Fix txn command massage for mapReduceCharlie Swanson2019-08-161-15/+10
* SERVER-42636 Add map reduce in aggregation formatterXinhao Zhang2019-08-161-0/+5
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-144-7/+7
* SERVER-41177 Remove Javascript ScopedThread classMathew Robinson2019-08-123-30/+12
* SERVER-41746 Test varying lengths of collection namesGregory Wlodarek2019-08-091-0/+4
* SERVER-42740 If the 'top' command fails due to BSONObjectTooLarge in testing,...Gregory Wlodarek2019-08-091-1/+5
* Revert "SERVER-41746 Test varying lengths of collection names"Gregory Wlodarek2019-08-092-18/+2
* SERVER-41746 Test varying lengths of collection namesGregory Wlodarek2019-08-082-2/+18
* SERVER-42639 Rollback should use the collection UUID and not its name to crea...Gregory Wlodarek2019-08-081-0/+10
* SERVER-42614: Remove error code 17405 and use ErrorCodes::NotMaster insteadLingzhi Deng2019-08-081-3/+3
* SERVER-42479 Remove FCV checks for propagating commit point through hearbeatsJason Chan2019-08-061-6/+0
* SERVER-41419 remove dead code in network_error_and_txn_override.jsJudah Schvimer2019-08-051-6/+0
* SERVER-42591 Remove currentop_waiting_for_latch.js from parallel_compatibilityRahul Sundararaman2019-08-011-0/+3
* SERVER-41696 Modify tests depending on the 'ns' field from index specs to no ...Gregory Wlodarek2019-07-291-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2742-2984/+2927
* SERVER-42378 Validate python environment before config expansion timeout testJonathan Reams2019-07-261-2/+10
* SERVER-42129 modifies test to account for ephemeralForTest engine's missing o...Vishnu Kaushik2019-07-241-0/+6
* SERVER-42216 Ensure pin_getmore_cursor.js waits for server to finish killing ...samontea2019-07-191-1/+2
* SERVER-42091 Look for at least 2 log messages in flow_control_logging.jsMaria van Keulen2019-07-171-13/+30
* SERVER-41950 Flush database cache on primary shard when creating a database i...Esha Maharishi2019-07-111-6/+9
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-34/+8
* Revert "SERVER-36547 After 4.2 check_unique_indexes.js shouldn't rely on a sp...Xiangyu Yao2019-07-101-8/+34
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Vishnu Kaushik2019-07-081-0/+6
* SERVER-36547 After 4.2 check_unique_indexes.js shouldn't rely on a specific F...Xiangyu Yao2019-07-051-34/+8
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-021-2/+1
* SERVER-41917 Copy Date and Timestamp objects correctly in network_error_and_t...Judah Schvimer2019-06-271-0/+4
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-251-1/+12
* SERVER-41843 add result details to retry messageBenety Goh2019-06-241-1/+1
* SERVER-38251 Remove cloneCollection commandZach Yam2019-06-212-2/+0
* SERVER-41183 Add test suites for change streams with transactionsJustin Seyster2019-06-144-7/+53
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-06-101-2/+0
* SERVER-41283 Added test that running stepdown on secondary does not lead to 3...Judah Schvimer2019-06-051-0/+6
* SERVER-40882 Restore the --noIndexBuildRetry server parameter flag and the st...Dianna2019-05-222-0/+6
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-0/+2
* SERVER-40643 SERVER-40645 Add jstests that test the split horizon featureHenrik Edin2019-05-212-0/+140
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-2/+2
* SERVER-40841 Re-issue invalid test certificatesJonathan Reams2019-05-2017-416/+1190
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-191-4/+4
* Revert "SERVER-37574 Force reconfig should kill operations that conflict state"Suganthi Mani2019-05-191-4/+4
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-191-4/+4
* SERVER-40001 abortTransaction through mongos does not properly set error labelsEsha Maharishi2019-05-161-2/+1
* SERVER-41050 Ban txnNumbers outside of transactions and retryable writesTess Avitabile2019-05-161-11/+9
* SERVER-409050 auth test for searchBeta agg stageIan Boros2019-05-151-4/+28