summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-086-5/+19
* SERVER-37559 Fail prepareTransaction command against replica set primary with...Vesselina Ratcheva2018-11-081-0/+33
* SERVER-37842 host field for idleCursors doesn't include port.Martin Neupauer2018-11-081-1/+4
* SERVER-37727 dropIndexes supports dropping multiple indexesBenety Goh2018-11-081-0/+19
* SERVER-35811 disallow committing at the prepareTimestampPavi Vetriselvan2018-11-088-11/+32
* SERVER-37727 clean up drop_index.js testBenety Goh2018-11-081-14/+58
* SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring docum...Matthew Russotto2018-11-081-0/+2
* SERVER-37378 Prevent $out to the same namespace as the aggregation for the ne...Devin Hilly2018-11-072-2/+32
* SERVER-36260 Remove blacklist from sharded_core_txns_sharded_collectionsJack Mulrow2018-11-071-1/+4
* SERVER-37930 Add test coverage for createIndexes inside nested applyOpsXiangyu Yao2018-11-071-0/+62
* SERVER-37839 listIndexes adds indexBuildUUID field to in-progress index specsBenety Goh2018-11-071-4/+37
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-074-6/+17
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-0713-256/+166
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to te...Esha Maharishi2018-11-071-37/+0
* SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow2018-11-071-25/+35
* SERVER-37868 Add multi-shard passthrough for core_txns with implicitly sharde...Jack Mulrow2018-11-075-7/+16
* SERVER-37868 Use unordered array comparisons in core_txns testsJack Mulrow2018-11-0714-56/+158
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-072-0/+96
* SERVER-37862 Reduce update ops from 500 to 400 in initial_sync_wt_cache_full.jsLouis Williams2018-11-071-1/+1
* SERVER-37779 Step up enforcement that $changeStream must be firstCharlie Swanson2018-11-071-0/+20
* 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