summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-261-0/+64
* SERVER-43200 Make auth/mongoURIAuth.js robust to slow commandsMark Benvenuto2019-09-251-1/+4
* SERVER-43230 Fix race in catchup_takeover_two_nodes_ahead.jsSamyukta Lanka2019-09-251-4/+4
* SERVER-41221 rollback_after_enabling_majority_reads.js test should make sure ...William Schultz2019-09-251-1/+18
* SERVER-41957 Add an integration test for killing sessions with prepared trans...William Schultz2019-09-251-0/+102
* SERVER-43039 db.collection.bulkWrite doesn't support hint with replaceOneJames Wahlin2019-09-251-0/+14
* SERVER-41955 test that secondary can replicate prepare oplog entry received d...Pavithra Vetriselvan2019-09-241-0/+115
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-3/+24
* SERVER-43237 replSetFreeze and replSetStepDown cmd done part ofSuganthi Mani2019-09-241-7/+12
* SERVER-41956 Add integration and unit tests for killing commit and abort tran...William Schultz2019-09-201-0/+182
* SERVER-42006 Add transaction tags to prepared_txn_metadata_refresh.jsJack Mulrow2019-09-201-0/+2
* SERVER-42837 Convert connection pooling jstests to use data.nss in FailPointBen Caimano2019-09-172-2/+8
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-09-171-1/+1
* SERVER-42234: make one node not able to assume primary roleEsha Maharishi2019-09-161-4/+7
* SERVER-43005 : getKeyVault.createKey() should return the created data keyShreyas Kalyan2019-09-166-20/+13
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-09-131-1/+4
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-131-0/+88
* SERVER-43016 Fix typo in timestamped_reads_wait_for_prepare_oplog_visibility....Jason Chan2019-09-131-2/+6
* SERVER-42399 max_time_ms.js test should always disable failpoints if an excep...Arun Banala2019-09-131-55/+83
* SERVER-41758 Verify that at least 1 shard exists after hard-reload in aggrega...Bernard Gorman2019-09-132-0/+138
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-126-6/+313
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-09-126-169/+565
* SERVER-42608 Accept hint in shell helper updateOne and updateManyJames Wahlin2019-09-111-73/+131
* SERVER-7019 Return initial sync status information by default in replSetGetSt...Samyukta Lanka2019-09-1110-18/+42
* SERVER-41500 Track number of successful elections for each reason in serverSt...Samyukta Lanka2019-09-117-19/+133
* SERVER-41615: set flag to denote that the coordinator has recovered.Lamont Nelson2019-09-101-0/+1
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-101-0/+308
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-09-101-0/+177
* SERVER-42842 Unable to drop collection in admin database of sharded clusterEsha Maharishi2019-09-091-0/+144
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-092-76/+249
* SERVER-42749 blacklist server_status_with_time_out_cursors from transaction s...Ian Boros2019-09-062-1/+4
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-09-061-0/+70
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-09-032-7/+71
* SERVER-43019 remove js test made redundant by indexbg_shutdown.jsBenety Goh2019-09-021-79/+0
* SERVER-42602 retry replSetFreeze on rollback node in tests if replica set con...Suganthi Mani2019-08-311-1/+2
* SERVER-42129 modifies test to account for ephemeralForTest engine's missing o...Suganthi Mani2019-08-303-16/+34
* SERVER-42602 Guarantees that the unconditional step down does not happen due ...Suganthi Mani2019-08-301-2/+42
* SERVER-42718: Disallow dropDatabase from running concurrently.Daniel Gottlieb2019-08-291-2/+2
* SERVER-42756 Ensure that pipeline optimizations are re-enabled after test fin...Anton Korshunov2019-08-291-34/+45
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-295-151/+24
* SERVER-42953 Prevent elections during ttl_repl_secondary_disabled.jsMaria van Keulen2019-08-281-9/+19
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Suganthi Mani2019-08-284-5/+70
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-0/+52
* SERVER-42562 Increase election timeout for recover_prepared_transactions_star...Lingzhi Deng2019-08-261-1/+4
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-261-0/+145
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-08-231-0/+49
* SERVER-41996 Improve PlanExecutor error loggingAnton Korshunov2019-08-231-0/+5
* SERVER-42216 Ensure pin_getmore_cursor.js waits for server to finish killing ...samontea2019-08-221-1/+2
* SERVER-42518 Prevent paths with successive array indexes from using a wildcar...David Storch2019-08-221-24/+49
* SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan2019-08-221-41/+81