summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42373 Prevent "invalid view definition" error while dropping nonexiste...Gregory Wlodarek2019-10-142-1/+10
* SERVER-43694 Change waitForState to awaitSecondaryNodes in initial_sync_write...Jason Chan2019-10-111-1/+1
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-10-111-16/+6
* SERVER-43409 Support non amazon hosted AWS KMS endpointsMark Benvenuto2019-10-111-1/+46
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-102-0/+49
* SERVER-41622 Reduce noise in flow_control_replica_set.jsMaria van Keulen2019-10-091-0/+0
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-092-14/+34
* SERVER-43009 Add requires_majority_read_concern tag to migration_waits_for_ma...Janna Golden2019-10-081-1/+1
* SERVER-36222 Wait for rollback is racy in shard_identity_rollback.jsJanna Golden2019-10-071-20/+14
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-072-5/+75
* SERVER-42610 Flip order of assert.lte arguments in shards_and_config_return_l...Jack Mulrow2019-10-071-2/+2
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-071-0/+45
* SERVER-42534 Step down primary for less time in freeze_timeout.js and increas...Samyukta Lanka2019-10-071-12/+10
* SERVER-43831 Add uses_transactions and requires_persistence to set_fcv_on_sta...Jason Chan2019-10-041-0/+1
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-048-11/+124
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ...Esha Maharishi2019-10-031-1/+12
* SERVER-42946 Prevent FCV upgrade/downgrade when in standalone mode with a non...Jason Chan2019-10-021-0/+74
* 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/+133
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-011-2/+1
* SERVER-42484 Ensure we are inside a WriteUnitOfWork when writing index keys d...William Schultz2019-10-011-0/+36
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-011-0/+72
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-10-014-15/+141
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-306-99/+124
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-301-1/+13
* 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