summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...r4.0.5-rc0Kim Tao2018-12-111-0/+48
* SERVER-37200 Avoid incorrect $listSessions + $match optimizationCharlie Swanson2018-12-071-0/+7
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-051-1/+44
* SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring docum...Matthew Russotto2018-12-031-0/+2
* SERVER-38303: Temporarily handle ipv6 failures due to s390x machine without i...Tyler Kaye2018-11-302-0/+8
* SERVER-38223 change_fcv_during_change_stream.js requires majority read concernMartin Neupauer2018-11-301-1/+8
* SERVER-36437 Use MODE_IS for dbstatsXiangyu Yao2018-11-301-0/+34
* SERVER-37796 Always salvage WiredTiger metadata regardless of error code when...Louis Williams2018-11-291-2/+37
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-282-49/+96
* SERVER-38223 change_fcv_during_change_stream.js requires majority read concernMartin Neupauer2018-11-211-1/+1
* SERVER-37750 Do not run server37750.js on MMAPv1 variantsBernard Gorman2018-11-211-1/+1
* SERVER-37784 Repairing the size storer should not fassertLouis Williams2018-11-201-2/+19
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-201-100/+64
* SERVER-37862 Reduce update ops from 500 to 400 in initial_sync_wt_cache_full.jsLouis Williams2018-11-201-1/+1
* SERVER-37027 Adapt change stream resume token when a stream detects FCV changes.Martin Neupauer2018-11-202-7/+109
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-201-0/+80
* SERVER-36966 Validate ns in cluster mapReduceCharlie Swanson2018-11-192-2/+102
* SERVER-38055 Mongod servers started through the shell must respect TestData.e...Tess Avitabile2018-11-161-0/+35
* SERVER-36115 (part 2) add some tags to fsm testsIan Boros2018-11-162-0/+6
* SERVER-36115 ban tests from causal consistency suites which use $currentOpIan Boros2018-11-161-0/+2
* SERVER-38159 Only check storage engine files' umasks on wiredtigerJonathan Reams2018-11-161-0/+2
* SERVER-36965 Wait for replication on all 'setUp' writes performed by the safe...Kaloian Manassiev2018-11-163-0/+15
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to te...Esha Maharishi2018-11-151-37/+0
* SERVER-37913 coll_epoch_test1.js does not wait for the config server to repli...Esha Maharishi2018-11-151-0/+4
* SERVER-37935 Remove read concern 'majority' overrides from all change streams...William Schultz2018-11-141-1/+17
* SERVER-37779 Step up enforcement that $changeStream must be firstCharlie Swanson2018-11-141-0/+20
* SERVER-36977 Set process umask before creating log fileJonathan Reams2018-11-141-0/+78
* SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice v...Vesselina Ratcheva2018-11-121-0/+44
* SERVER-37676 Remove unsafe inMultiDocumentTransaction()Tess Avitabile2018-11-121-1/+1
* SERVER-36968 Require journaling and mmapv1 in rebuild_system_indexes testPatrick Freed2018-11-091-3/+6
* SERVER-37931 lock_stats_suboperation_logs.js should ignore noise lock statsXiangyu Yao2018-11-091-0/+4
* SERVER-37930 Add test coverage for createIndexes inside nested applyOpsXiangyu Yao2018-11-091-0/+62
* SERVER-36262 Support inferring database names from privileges in mongo shell ...Sara Golemon2018-11-091-6/+16
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-11-091-44/+86
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2018-11-093-24/+76
* SERVER-37902 recovering_slaveok.js should assert all writes it makes succeedJack Mulrow2018-11-091-2/+2
* SERVER-37385 make max_time_ms.js even more robustIan Boros2018-11-091-3/+18
* SERVER-36968 Rebuild interrupted system indexes before checking AuthZN index ...Patrick Freed2018-11-091-0/+53
* SERVER-37799 make aggregation_currentop.js more robustIan Boros2018-10-301-5/+8
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-10-291-3/+3
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-293-6/+66
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-10-291-0/+22
* SERVER-37749 replSetResizeOplog command does not validate argument correctlyLouis Williams2018-10-291-0/+47
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-291-1/+27
* SERVER-37618 Capture all the logs in lock_stats_suboperation_logs.jsXiangyu Yao2018-10-261-3/+4
* SERVER-35570 Improve robustness of backup_restore.js around dropping test dat...Vesselina Ratcheva2018-10-251-1/+12
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-222-10/+10
* SERVER-37055 IndexBuildBlock::fail() should grab a lockGregory Wlodarek2018-10-211-6/+13
* SERVER-31570 Stagger mongod/mongos ports +10 from mongobridge port.Max Hirschhorn2018-10-201-0/+79
* SERVER-30773 optimize bsonWoCompare/bsonBinaryEqualablack122018-10-191-39/+39