summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: da6c25fee0c5c9b0376df0dc19caa40a553cc5a2 from branch mongo...r4.4.0-rc0Luke Chen2020-04-0949-772/+1325
* SERVER-47396 Improve kill_pinned_cursor.js diagnostic loggingCharlie Swanson2020-04-081-2/+10
* SERVER-46818: Do untimestamped writes in idemptency testsLingzhi Deng2020-04-082-2/+21
* SERVER-47337 Only allow the commitQuorum option in createIndexes to be specif...Gregory Wlodarek2020-04-081-1/+1
* SERVER-47274: Refactor task generation in evergreenDavid Bradford2020-04-0818-952/+824
* SERVER-46453 Selected_tests_gen should pick up changed files in mongo-enterpr...Lydia Stepanek2020-04-086-50/+109
* SERVER-46439 Add acceptance tests for burn_in_tags and fix windows failure.Jim OLeary2020-04-083-14/+220
* SERVER-47387 Remove TODO comment for SERVER-45707Cheahuychou Mao2020-04-081-3/+0
* SERVER-42455 Make ReplicaSetChangeNotifier::onConfirmedSet safe during shutdownjannaerin2020-04-085-29/+20
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-075-34/+39
* SERVER-47077 Clean up log lines in 'mongo/db'samanca2020-04-0710-228/+262
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-074-33/+30
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests mo...Cheahuychou Mao2020-04-075-26/+66
* SERVER-47233 Consider WriteOp complete when no shards left to targetMarcos José Grillo Ramírez2020-04-072-1/+104
* SERVER-47179: Fix crash when requesting serverStatus oplog before the oplog c...Lingzhi Deng2020-04-072-14/+24
* SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev2020-04-072-47/+37
* SERVER-47345 Fix causal consistency bug in $merge code on mongosArun Banala2020-04-071-1/+2
* SERVER-46141: Separate multiversion passthrough tests from burn in tests.Alexander Costas2020-04-076-406/+542
* SERVER-47357 return incremented iterator from fmt::formatter<HostAndPort>Billy Donahue2020-04-071-2/+3
* SERVER-46233 Relocate second call to optimizePipeline()Justin Seyster2020-04-063-4/+71
* SERVER-42192 Unblacklist refine shard key test from stepdown suites.Max Hirschhorn2020-04-066-21/+41
* SERVER-46563 use pipe instead of SIGUSR2 for interfork commsBilly Donahue2020-04-062-118/+204
* SERVER-46501 add mount table to hostInfoBilly Donahue2020-04-061-0/+72
* SERVER-42192 Enable moveChunk FSM workloads to run in stepdown suites.Max Hirschhorn2020-04-0612-92/+174
* SERVER-29153 Wait for nodes to agree on primary before writes in ShardingTest...Jack Mulrow2020-04-061-0/+2
* SERVER-47011 Add list of errors to ignore in update shard key concurrency tes...Blake Oler2020-04-061-3/+18
* SERVER-47342 add requires_journaling tag to startup_recovery_truncates_oplog_...Dianna Hohensee2020-04-061-0/+2
* SERVER-46832 add a variant to run the jstest/core suite with enabled hedge readsr4.3.6Misha Tyulenev2020-04-063-0/+281
* SERVER-46289 Make SingleServerPingMonitor retry after failed pingHaley Connelly2020-04-062-77/+47
* SERVER-47109 Fix index-build race in replset1.js, try 2A. Jesse Jiryu Davis2020-04-061-8/+0
* SERVER-47335 Guarantee document ordering with $sort stage in batch_writes.js ...Mihai Andrei2020-04-061-1/+9
* SERVER-47214 early exit on incomplete logging even when tests all passRobert Guo2020-04-061-8/+7
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-065-107/+86
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-04-067-57/+450
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-0516-80/+109
* SERVER-47051 Investigate OCSP failures on 4.3.4 and on 4.5.0Shreyas Kalyan2020-04-0421-346/+540
* SERVER-47149 Configure the aggregation_secondary_reads test suite to run 'Cle...Mihai Andrei2020-04-032-4/+11
* SERVER-46711 Ensure warm connection pool on startup timeout is >= 0.Max Hirschhorn2020-04-031-0/+2
* SERVER-43681 Wait longer for TTL monitor in indexed_insert_ttl.js.Max Hirschhorn2020-04-031-1/+2
* SERVER-46534 Make notMasterUnacknowledgedWrites ignore readsAmirsaman Memaripour2020-04-039-16/+16
* SERVER-46922 Verify minimum number of reads for mirrored_reads.jsAmirsaman Memaripour2020-04-031-7/+8
* SERVER-47173 Make mirroring response callback record non-okay statusAmirsaman Memaripour2020-04-031-1/+5
* SERVER-47174 mozjs third party code folder is ignored by gitTommaso Tocci2020-04-031-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-04-0327-231/+315
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-04-0211-49/+164
* SERVER-47169 Call ShardRegistry::updateReplSetHosts() synchronouslyHaley Connelly2020-04-022-5/+21
* SERVER-45055 Startup recovery should work with more than one unfinished two-p...Louis Williams2020-04-025-35/+47
* SERVER-37966 Do not wait for index build completion on startupGregory Wlodarek2020-04-021-1/+29
* SERVER-45911 SERVER-45561 New tools metapackage depends on other tools packagesAndrew Morrow2020-04-0216-72/+352
* SERVER-47155 Limit the number of simultaneous index builds running from user ...Gregory Wlodarek2020-04-023-10/+101