summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36982 Fix Jepsen mmap and Linux (no journal) failuresr4.0.3-rc0r4.0.3Tess Avitabile2018-09-251-1/+1
* SERVER-36944 applyOps uses applyCommand_inlock() for system.indexes insertsBenety Goh2018-09-251-3/+2
* SERVER-36944 add characterization test for applyOps index creationBenety Goh2018-09-251-0/+89
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-251-0/+112
* SERVER-36985 Tag transactions_after_rollback_via_refetch.js with uses_transac...William Schultz2018-09-251-0/+2
* SERVER-36944 different index name for system.indexes test case in apply_ops_c...Benety Goh2018-09-251-4/+4
* SERVER-36985 Test single replica set transactions immediately after a rollbac...William Schultz2018-09-241-0/+120
* SERVER-36951 a createIndexes operation inside applyOps is not required to hav...Dianna Hohensee2018-09-241-10/+36
* SERVER-36982 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-09-2457-26/+182
* SERVER-37152 Increase write concern timeouts for writes expected to succeed i...William Schultz2018-09-241-9/+9
* SERVER-28990 avoid bind on --repairAnnie Black2018-09-241-0/+22
* SERVER-37071 Blacklist set7.js and max_doc_size.js from retryable_writes_jsco...vrachev2018-09-212-4/+11
* SERVER-36961 createIndexes command should check if indexes already exist with...Louis Williams2018-09-211-0/+47
* SERVER-37147 sessions_collection_auto_healing.js should use 2 node replica setTess Avitabile2018-09-201-2/+5
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-201-0/+45
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-09-201-0/+82
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-202-1/+82
* SERVER-36761 Add requires_replication tag to repair_invalidates_replica_set_c...Louis Williams2018-09-201-1/+1
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-09-191-0/+63
* SERVER-36747 ssl_client_certificate_warning_suppression.js - wait for log mes...Mark Benvenuto2018-09-191-0/+12
* SERVER-36732 amend writeVesselina Ratcheva2018-09-191-1/+1
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-182-24/+19
* SERVER-36768 Use namespace orphan for the recovered orphaned collectionsXiangyu Yao2018-09-182-2/+91
* SERVER-36127 use w:majority instead of w:2 in apply_batch_only_goes_forward.jsJudah Schvimer2018-09-181-4/+4
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-09-183-27/+160
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-09-185-2/+329
* SERVER-34577 isEphemeralForTest does not support majority readConcernHenrik Edin2018-09-141-1/+1
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-09-144-17/+230
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-141-0/+25
* SERVER-34577 Parse read and write concern for command invocation in embedded....Henrik Edin2018-09-143-7/+67
* SERVER-36732 Wait for secondaries to be up and electable in election handoff ...Vesselina Ratcheva2018-09-131-0/+7
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-132-2/+7
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-3/+2
* SERVER-37050 wait for replication in session_collection_auto_healingMisha Tyulenev2018-09-111-0/+10
* SERVER-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-09-112-16/+15
* SERVER-36435 Make ReplSetTest.kDefaultTimeoutMS accessible everywhere.Justin Seyster2018-09-112-4/+15
* SERVER-34500 Wait for replication after setFCV in database_versioning_upgrade...Jack Mulrow2018-09-101-0/+3
* SERVER-37002 collection rename drops indexes with long names in the target na...Benety Goh2018-09-101-2/+50
* SERVER-36879 reduce cache size from 1 GB to 512 MB in rollback_wt_cache_full.jsBenety Goh2018-09-101-1/+4
* SERVER-36879 add rollback_wt_cache_full.jsBenety Goh2018-09-101-0/+75
* SERVER-36470 Prevent change_stream_failover.js to elect a new primary which i...Suganthi Mani2018-09-091-0/+3
* SERVER-36435 Increase maxTimeMS timeout in awaitdata_getmore_cmd.js.Justin Seyster2018-09-071-2/+1
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-09-071-0/+9
* SERVER-35986 Skip more eval tests in parallel suiteCharlie Swanson2018-09-071-6/+6
* SERVER-37010 Prevent unexpected elections in initial_sync4.js and initial_syn...Spencer T Brody2018-09-062-3/+6
* SERVER-36969 reduce number of updates in wt cache tests from 1000 to 500Benety Goh2018-09-063-3/+3
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-051-1/+8
* SERVER-36958 Make sharding_multiple_ns.js wait for the CSRS primary to discov...Kaloian Manassiev2018-09-051-5/+3
* SERVER-36869 Fix verifySizeTruncation() function when running w/ MMAPv1.Max Hirschhorn2018-09-031-14/+17
* SERVER-36453 robustify aggregation_cursor_invalidations.jsIan Boros2018-08-311-34/+29