summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-068-52/+311
* Revert "SERVER-35811 disallow committing at the prepareTimestamp"Pavi Vetriselvan2018-11-068-32/+11
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-062-49/+96
* SERVER-37796 Skip log file corruption on debug buildsLouis Williams2018-11-061-1/+8
* SERVER-35811 disallow committing at the prepareTimestampPavi Vetriselvan2018-11-068-11/+32
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-068-309/+52
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-068-52/+309
* SERVER-36501 Add 'currentPrepared' metric to serverStatusJason Chan2018-11-061-6/+19
* SERVER-37931 lock_stats_suboperation_logs.js should ignore noise lock statsXiangyu Yao2018-11-051-0/+4
* SERVER-36619 Fix typo in SSL readmePatrick Freed2018-11-051-1/+1
* SERVER-36867 Prevent secondary config servers from stepping up in primary_con...jannaerin2018-11-051-1/+17
* SERVER-37913 coll_epoch_test1.js does not wait for the config server to repli...Esha Maharishi2018-11-051-0/+4
* SERVER-37902 recovering_slaveok.js should assert all writes it makes succeedJack Mulrow2018-11-051-2/+2
* SERVER-37796 Always salvage WiredTiger metadata regardless of error code when...Louis Williams2018-11-051-1/+29
* SERVER-36966 Validate ns in cluster mapReduceCharlie Swanson2018-11-052-2/+102
* SERVER-36619 Test that ECDSA certificates can be loaded by OpenSSL on LinuxPatrick Freed2018-11-025-0/+152
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-022-38/+47
* SERVER-37176 Skip unionize for $in with no regexJacob Evans2018-11-021-1/+75
* SERVER-37244 Expect interruption due to transaction abort in snapshot_read_ut...Kaloian Manassiev2018-11-021-1/+2
* SERVER-37784 Repairing the size storer should not fassertLouis Williams2018-11-021-2/+19
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2018-11-023-24/+76
* SERVER-37870 Exclude Enterprise Amazon Linux 1 from ECDHE suites testPatrick Freed2018-11-011-1/+4
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-012-1/+172
* SERVER-37548 Improve capability to check if a namespace is shardedCharlie Swanson2018-11-011-9/+5
* SERVER-37630 Allow sharded transactions to run at majority read concernJack Mulrow2018-11-012-0/+108
* SERVER-37764 Update multi-shard transaction jstests to use two-phase commitJack Mulrow2018-11-014-44/+19
* SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice v...Vesselina Ratcheva2018-11-011-0/+44
* SERVER-36501 serverStatus support for prepared transactionsJason Chan2018-11-011-0/+128
* SERVER-37803 Test that a wildcard index cannot be used as a shard key indexJames Wahlin2018-11-011-0/+40
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-313-66/+95
* SERVER-37241 Add testing to verify proper expiration of sessions in the sessi...Blake Oler2018-10-316-9/+455
* SERVER-37347 Add tags to jstestJack Mulrow2018-10-311-0/+2
* SERVER-37721 add listIndexes option to include in-progress index buildsBenety Goh2018-10-301-3/+11
* SERVER-37721 rename list_indexes_only_ready_indexes.js to accommodate new tes...Benety Goh2018-10-301-2/+2
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-303-12/+22
* SERVER-14364 Make OpCounters 64-bitJacob Evans2018-10-301-2/+3
* SERVER-37799 make aggregation_currentop.js more robustIan Boros2018-10-301-5/+8
* SERVER-36728 Don't ignore errors when aborting a transaction in testsPavi Vetriselvan2018-10-3030-61/+61
* SERVER-36616 Enable ECDHE support if platform supports itPatrick Freed2018-10-301-18/+22
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-302-2/+136
* SERVER-37749 replSetResizeOplog command does not validate argument correctlyLouis Williams2018-10-291-0/+47
* SERVER-37347 Distinguish retryable writes from writes in a transaction on mongosJack Mulrow2018-10-291-0/+103
* SERVER-36977 Set process umask before creating log fileJonathan Reams2018-10-261-0/+78
* SERVER-37649 Add test for auth and listing open cursors on mongosBernard Gorman2018-10-261-81/+150
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2018-10-252-16/+93
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-251-1/+27
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-49/+0
* SERVER-37426 snapshot_read_utils.js should reset the cursorId to NumberLong(0...Xiangyu Yao2018-10-252-5/+3
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-243-7/+12
* SERVER-37709 Fix race in lock_stats_suboperation_curop.jsXiangyu Yao2018-10-241-2/+3