summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37274 Set priority of secondaries to zero in commands_that_accept_writ...William Schultz2019-02-113-5/+24
* SERVER-38387 agg_out.js concurrency workload always fails to shard the output...James Wahlin2019-02-041-3/+7
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2019-02-025-32/+85
* SERVER-38954: Increase query execution time for the test case in max_time_ms....vrachev2019-02-011-2/+3
* SERVER-39286 server_write_concern_metrics.js must use requires_journaling tagTess Avitabile2019-02-011-1/+1
* SERVER-39267 Guard opWriteConcernCounters behind flagTess Avitabile2019-02-011-1/+2
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-02-011-0/+212
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-02-011-0/+227
* SERVER-39109 fix case where agg uses illegal field pathIan Boros2019-01-311-0/+36
* SERVER-38647 Avoid stepdown in backup_restore_rolling.jsA. Jesse Jiryu Davis2019-01-251-1/+4
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2019-01-232-16/+93
* SERVER-36863 Make query_config.js only check for collections synchronously cr...Kaloian Manassiev2019-01-231-3/+0
* SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries.Suganthi Mani2019-01-231-0/+102
* SERVER-38200 Fix jstests/replsets/initial_sync_oplog_hole.js to use rslib wai...Suganthi Mani2019-01-231-1/+2
* SERVER-37910 Added a new serverStatus meteric "repl.apply.batchSize" to track...Suganthi Mani2019-01-231-0/+1
* SERVER-38275 ban explain with UUIDIan Boros2019-01-221-0/+56
* SERVER-31755 Create intermediate $lookup stage document size limit knobIan Boros2019-01-221-0/+111
* SERVER-38415 checkLog.containsWithCount does not reset count before each loop...Esha Maharishi2019-01-061-1/+2
* SERVER-38415 Remove erroneous variable from error message stringEsha Maharishi2019-01-061-2/+2
* SERVER-38062 Add assertions to commands in read_pref_cmd.jsBlake Oler2018-12-271-8/+9
* SERVER-37241 Add testing to verify proper expiration of sessions in the sessi...Blake Oler2018-12-264-0/+478
* Message: SERVER-37391 plan_cache_index_create.js should wait for index build ...James Wahlin2018-12-211-5/+4
* SERVER-38498 decrease number of updates in rollback_wt_cache_full.jsBenety Goh2018-12-201-1/+7
* SERVER-38601 Add regression test for SERVER-35455Charlie Swanson2018-12-181-0/+41
* SERVER-38476 Increase timeout for clean_shutdown_oplog_state.jsA. Jesse Jiryu Davis2018-12-131-2/+2
* 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-061-1/+44
* SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring docum...Matthew Russotto2018-12-031-0/+2
* SERVER-38159 Only check storage engine files' umasks on wiredtigerJonathan Reams2018-11-301-0/+2
* SERVER-36977 Set process umask before creating log fileJonathan Reams2018-11-301-0/+78
* SERVER-38303: Temporarily handle ipv6 failures due to s390x machine without i...Tyler Kaye2018-11-302-0/+8
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-282-49/+96
* SERVER-37750 Do not run server37750.js on MMAPv1 variantsBernard Gorman2018-11-221-1/+1
* SERVER-36965 Wait for replication on all 'setUp' writes performed by the safe...Kaloian Manassiev2018-11-213-0/+15
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-205-17/+96
* SERVER-37862 Reduce update ops from 500 to 400 in initial_sync_wt_cache_full.jsLouis Williams2018-11-201-1/+1
* SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice v...Vesselina Ratcheva2018-11-191-0/+44
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-191-100/+64
* SERVER-37931 lock_stats_suboperation_logs.js should ignore noise lock statsXiangyu Yao2018-11-191-0/+4
* SERVER-37930 Add test coverage for createIndexes inside nested applyOpsXiangyu Yao2018-11-191-0/+62
* SERVER-36968 Require journaling and mmapv1 in rebuild_system_indexes testPatrick Freed2018-11-161-3/+6
* SERVER-36968 Rebuild interrupted system indexes before checking AuthZN index ...Patrick Freed2018-11-161-0/+53
* SERVER-38055 Mongod servers started through the shell must respect TestData.e...Tess Avitabile2018-11-161-0/+35
* SERVER-37385 make max_time_ms.js even more robustIan Boros2018-11-161-3/+18
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to te...Esha Maharishi2018-11-151-35/+0
* SERVER-37913 coll_epoch_test1.js does not wait for the config server to repli...Esha Maharishi2018-11-151-0/+4
* SERVER-37902 recovering_slaveok.js should assert all writes it makes succeedJack Mulrow2018-11-151-2/+2
* SERVER-37935 Remove read concern 'majority' overrides from all change streams...William Schultz2018-11-141-1/+17
* SERVER-37631: disable logical sessions if FCV is 3.4Misha Tyulenev2018-11-012-0/+21
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-312-3/+56