summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34352 Run dbhash check before collection validation.r3.6.4-rc0r3.6.4Max Hirschhorn2018-04-061-2/+5
* SERVER-32923 Remove SLES11 buildsRamon Fernandez2018-04-061-243/+0
* Import wiredtiger: 1e889a7c966f63c15eadf9b3e7b48247d50ab14c from branch mongo...Luke Chen2018-04-0652-777/+1763
* SERVER-33843: Have periodic kill secondaries first do dbhash checks then vali...Daniel Gottlieb2018-04-061-4/+8
* SERVER-34178 Wire up TestData.excludedDBsFromDBHash again.Max Hirschhorn2018-04-068-13/+11
* SERVER-33484 Code coverage can't distinguish between files with identical nam...Jonathan Abrahams2018-04-051-6/+25
* SERVER-32477 Fix lintWilliam Schultz2018-04-051-1/+1
* SERVER-32477 Fix logging and testsJonathan Reams2018-04-052-1/+6
* SERVER-32477 Gracefully shutdown sockets in ASIOSessionMatt Broadstone2018-04-051-5/+11
* SERVER-33618 initial sync should consider applyOps a CrudOpTypeBenety Goh2018-04-042-0/+38
* SERVER-34318 Set timeout for canary insert to 1 hour in powertest.py, fix bad...Jonathan Abrahams2018-04-041-12/+10
* Revert "SERVER-34318 Set timeout for canary insert to 1 hour in powertest.py"William Schultz2018-04-041-10/+12
* SERVER-34318 Set timeout for canary insert to 1 hour in powertest.pyJonathan Abrahams2018-04-041-12/+10
* SERVER-33189 Unblacklist tests that require 3.4 last-stableMatthew Saltz2018-04-021-4/+0
* SERVER-34213 Start _id at 0 in testshard1.jsCharlie Swanson2018-04-021-1/+1
* SERVER-31917 add more logging to the rollback test fixtureRobert Guo2018-03-307-67/+155
* SERVER-34140: remove duplicated run on distros in evergreen configSam Kleinman2018-03-291-19/+0
* Import wiredtiger: dc58dd84dba0bdd358f8cc09b17f90c7659ac429 from branch mongo...Luke Chen2018-03-2962-750/+1263
* SERVER-31535 Ubuntu 12.04 is EOL, remove variantsRamon Fernandez2018-03-281-139/+0
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-03-287-12/+6
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-03-288-40/+21
* SERVER-32776 add ReplicationProcess::refreshRollbackID()Benety Goh2018-03-284-5/+48
* SERVER-32776 ReplicationProcess refreshes rollback ID cache on increment and ...Benety Goh2018-03-281-9/+9
* SERVER-31666 use initiateWithAnyNodeAsPrimary in catchup_takeover_one_high_pr...Vesselina Ratcheva2018-03-271-3/+12
* SERVER-33520 Enable background refreshing of the logical session cache during...Ian Whalen2018-03-279-3/+11
* SERVER-33935 add clusterAuthMode option to TestDataRobert Guo2018-03-233-8/+103
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-233-4/+14
* SERVER-33696 Set timeout_secs for powercycle* task to restrict the duration o...Jonathan Abrahams2018-03-232-5/+21
* SERVER-34062 powertest.py attempts to access an attribute named address_type ...Jonathan Abrahams2018-03-231-1/+1
* SERVER-33692 Only backup data files from failed Powercycle testsJonathan Abrahams2018-03-231-3/+23
* SERVER-33691 Remote EC2 instances should have a log disk. Also increase the /...Jonathan Abrahams2018-03-234-194/+238
* SERVER-34024 Disable WiredTiger cursor caching configuration.Alex Gorrod2018-03-221-0/+3
* SERVER-33869 make $changeStream on shards check shardVersionEsha Maharishi2018-03-211-6/+7
* SERVER-33971 Generate session sentinel oplog entry with wall clock timeJack Mulrow2018-03-212-3/+8
* SERVER-33346 Pin a specific version of boto3 for use in etc/evergreen.yml scr...Jonathan Abrahams2018-03-211-1/+1
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-204-29/+238
* SERVER-33970 New baseline for MicrobenchmarksHenrik Ingo2018-03-201-2/+2
* SERVER-33848: Update compile flags for sys-perf and performance projectsdalyd2018-03-202-2/+5
* SERVER-33670: Build mongo binaries with -ssl compile flag in system_perf.ymldalyd2018-03-201-1/+1
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-03-191-2/+1
* SERVER-16802 SERVER-28981 Balancer consider shards and collections in random ...Kevin Pulo2018-03-197-11/+73
* SERVER-29807 Make CollectionRangeDeleter wait for w:majority after each rangeKevin Pulo2018-03-191-46/+54
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-03-1617-154/+490
* SERVER-33936 update filename suffix to v3.6-latest for nightly buildsZakhar Kleyman2018-03-161-2/+2
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Michael Cahill2018-03-167-64/+33
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-1519-104/+140
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-1520-218/+427
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-157-33/+64
* SERVER-32453 Handle cursor->next return code in WTKVEngine::getAllIdentsXiangyu Yao2018-03-141-1/+4
* SERVER-33778 Actually remove change_stream_remove_shard.jsCharlie Swanson2018-03-141-176/+0