summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32692 Make zbigMapReduce.js, sharding_balance4.js, and bulk_shard_inse...Matthew Saltz2019-11-183-0/+30
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-132-2/+14
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate shardin...Sara Golemon2019-11-131-3/+26
* SERVER-43085 Regenerate X509 test certificatesSara Golemon2019-11-1344-1647/+1662
* SERVER-44319 Skip keyfile check in replica_sets/auth1.js on windowsBen Caimano2019-11-111-15/+16
* SERVER-42961 Fix Split Horizon testing on SLESBen Caimano2019-11-111-10/+25
* SERVER-43972 initial_sync_capped_index.js waits for SECONDARY state before ru...Pavithra Vetriselvan2019-11-081-0/+6
* SERVER-44005 Improve robustness of rollback_after_enabling_majority_reads.jsVesselina Ratcheva2019-11-081-2/+16
* SERVER-42756 $multiply with NaN operand violates commutativityAnton Korshunov2019-11-081-0/+48
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-071-0/+29
* SERVER-43096 Pre-allocate smaller buffer for "distinct" commandsJames Wahlin2019-11-051-0/+23
* SERVER-43322 Report oplog processing and truncation data in serverStatusMaria van Keulen2019-11-052-0/+44
* SERVER-44085 Add correct tags to client_metadata_slowlog_rs.jsMark Benvenuto2019-11-041-0/+1
* SERVER-43576 DBClientRS does not propagate applicationNameMark Benvenuto2019-11-041-0/+59
* SERVER-42262: Repeat stepdown and freeze on test shutdown validationLingzhi Deng2019-11-011-16/+37
* SERVER-43843 skip validate during the rollback fuzzer "restartNode" commandJudah Schvimer2019-10-311-2/+5
* SERVER-43398 Fix race in replSetGetStatus_new_term_oplog_entry_fields.jsSamyukta Lanka2019-10-301-1/+1
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-291-0/+10
* SERVER-44248 Use tojson instead of JSON.stringify in disk/repair_collection_f...Louis Williams2019-10-251-2/+1
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-241-0/+54
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-232-16/+226
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Samyukta Lanka2019-10-2211-64/+354
* SERVER-42312 disallow validate cmd during rollback and recovering statesPavithra Vetriselvan2019-10-182-0/+45
* SERVER-41507 Track the time the new term oplog entry was written in replSetSt...Samyukta Lanka2019-10-181-0/+24
* SERVER-42534 Step down primary for less time in freeze_timeout.js and increas...Samyukta Lanka2019-10-161-11/+12
* SERVER-42014 repairDatabase should catch and report exceptions fromLouis Williams2019-10-161-0/+124
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-102-6/+24
* SERVER-43009 Add requires_majority_read_concern tag to migration_waits_for_ma...Janna Golden2019-10-081-1/+1
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-072-5/+77
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-071-0/+49
* SERVER-36222 Wait for rollback is racy in shard_identity_rollback.jsJanna Golden2019-10-071-21/+16
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesSamyukta Lanka2019-10-072-0/+33
* SERVER-43230 Fix race in catchup_takeover_two_nodes_ahead.jsSamyukta Lanka2019-10-041-4/+4
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionr4.0.13-rc0r4.0.13Arun Banala2019-10-021-0/+138
* SERVER-39774 Revert increased number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-021-1/+2
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-022-1/+144
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-011-0/+72
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-011-2/+1
* SERVER-41500 Track number of successful elections for each reason in serverSt...Samyukta Lanka2019-09-269-26/+301
* SERVER-43200 Make auth/mongoURIAuth.js robust to slow commandsMark Benvenuto2019-09-261-2/+5
* SERVER-41792 Make recoverFromOplogAsStandalone always replay entries from the...Vesselina Ratcheva2019-09-241-1/+12
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-09-161-0/+23
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-09-131-1/+4
* SERVER-43245 Wait for node to be secondary on restart in seed_secondary_witho...Judah Schvimer2019-09-111-0/+1
* SERVER-42749 blacklist server_status_with_time_out_cursors from transaction s...Ian Boros2019-09-092-1/+4
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-09-091-0/+74
* SERVER-42706 Test seeding secondary without sessions or transactions tableJudah Schvimer2019-09-061-0/+213
* SERVER-41218 rollback_after_enabling_majority_reads.js test shouldWilliam Schultz2019-09-041-5/+16
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-09-032-15/+83
* SERVER-39310: Call checkCanServeReadsFor() in 'getMore'Lingzhi Deng2019-09-031-0/+95