summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35281: Adding repo configr4.0.0-rc4Cristopher Stauffer2018-06-071-0/+8
|
* SERVER-32935 log exception during oplog applicationBenety Goh2018-06-073-2/+12
| | | | | | | This change uses the terminate handler to log unexpected exceptions thrown inside SyncTail::oplogApplication(). (cherry picked from commit 09ea5600193cee30260c4d0a114f6464b870ab84)
* SERVER-35374 system_perf.yml: Remove duplicate sharded tasksHenrik Ingo2018-06-071-6/+0
| | | | (cherry picked from commit 15e7ffc06ef9b38f9ffe2d85fc691c9b5a567bbd)
* SERVER-32935 add characterization test for exception handling in oplog ↵Benety Goh2018-06-062-0/+48
| | | | | | application loop (cherry picked from commit a5cbd93aeaa7de9857b82396888a91ef488c9c7c)
* SERVER-35463 Mark listCommands as pre-authSara Golemon2018-06-062-0/+41
|
* SERVER-34648 Tag write_conflicts.js library with uses_transactionsWilliam Schultz2018-06-061-0/+3
| | | | (cherry picked from commit 8d2ff6ae7c17b32eb31b8d35bb2e42a9a64169aa)
* SERVER-34648 Fix lintSiyuan Zhou2018-06-061-3/+4
| | | | (cherry picked from commit 89820c9380b4c71323d3bfe166156f39d4ddae28)
* SERVER-34648 Add test for unique index write conflicts in transactionsWilliam Schultz2018-06-061-0/+121
| | | | (cherry picked from commit 96f3bf9c2f9d8180e5852ff7ec6bdfee545762b4)
* SERVER-34648 Add write conflicts test libraryWilliam Schultz2018-06-062-116/+179
| | | | (cherry picked from commit 975569e47b84dd70c20e81b2abb6b991195c8391)
* SERVER-35451 Rename database used in transactions_block_ddl.jsTess Avitabile2018-06-061-19/+23
| | | | (cherry picked from commit 92c61392d3a0a31c39b0ed0712d964503e6c0e27)
* SERVER-33911 Give all hygienic build libraries an rpathAndrew Morrow2018-06-061-1/+1
| | | | (cherry picked from commit ad0d6f80ef29673ac06e20d91dca344a6a69b4da)
* SERVER-35352 Make ReplSetTest wait for set to stabilize on highest priority ↵Spencer T Brody2018-06-061-0/+58
| | | | | | node as primary (cherry picked from commit c5430c14d7e33380da04c5842b9cf9b35d599a50)
* SERVER-31396 add tests for change streams being resilient to node failures ↵Ian Boros2018-06-065-0/+231
| | | | | | in sharded cluster (cherry picked from commit ee5a75a518806dbdd20460ef81db2b6a9717ece4)
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-064-40/+30
| | | | | | Add missing #include for mongo/bson/util/builder.h (cherry picked from commit 0074ca3ac8171243232d4e037f5150ba48d11bc5)
* SERVER-35440 Revert file names for Windows and macOS packages in 4.0r4.0.0-rc3Ramon Fernandez2018-06-061-7/+7
|
* SERVER-35196 Map additional X509 OIDsSara Golemon2018-06-056-34/+242
| | | | (cherry picked from commit 23cd748c2df0800d908bb6c0e8b29d6f6ef7d0da)
* SERVER-35387 Ensure retried commitTransaction command waits for writeConcernJudah Schvimer2018-06-052-3/+47
| | | | (cherry picked from commit f757bc52b926943bc748f0dc33173ab16e980f61)
* SERVER-35016 Adding commmon log for client/server certificate with LOG(1)Kashish Garg2018-06-053-11/+23
| | | | (cherry picked from commit 38f7aa5ad7aa3b7bf1b9ffa0dc28627083e2f8b8)
* SERVER-35397 Add logging to do_txn_basic.js testSpencer T Brody2018-06-051-19/+31
| | | | (cherry picked from commit b98ee66f2867a0a65dcaba1d784ad19caed76a3e)
* SERVER-35382 _isSelf requiresAuth falseBilly Donahue2018-06-051-3/+6
| | | | (cherry picked from commit a54afcecfd5b802904c3224de9e35348621bd2dc)
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-06-0519-69/+163
| | | | (cherry picked from commit 85dc8dd191cbfcddd94a0ac0216f07c7be616cd6)
* SERVER-35403: Don't attempt to close a non-existing cursorDavid Bradford2018-06-051-1/+3
| | | | (cherry picked from commit dd5a8dd1e836d4b442cd727d246f2d0bd9d51543)
* SERVER-35042 Mobile builders should not be enterpriseJonathan Abrahams2018-06-051-39/+13
| | | | (cherry picked from commit d3acff6f2a9ed3873c1944a052ac7197b51376ac)
* SERVER-35406 Fix handling of unknown OIDs in OpenSSLSara Golemon2018-06-051-2/+8
| | | | (cherry picked from commit 656bd63ca02b37bdd3550b7a24c83085da5d145c)
* SERVER-35416 use large instances for concurrency suites take 2Robert Guo2018-06-051-11/+11
| | | | (cherry picked from commit 67ef8bef33795995c1420fbf02bba8fdb9a879e7)
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice ↵Matthew Saltz2018-06-0510-91/+315
| | | | | | if the first refresh is not performed by its own thread (cherry picked from commit b93fe0e61bf7e8bc96da2edeb66afa1b915b0b77)
* SERVER-35231: Invalid decimal continuation can trigger a dassert when ↵Nick Zolnierz2018-06-052-0/+19
| | | | | | decoding a KeyString (cherry picked from commit 6865427f4a129fed40d7cba730b3cdb33b82d254)
* SERVER-35235 plan_cache_index_create.js should build initial index set in ↵James Wahlin2018-06-051-2/+2
| | | | | | the foreground (cherry picked from commit a98e8fb1230bfd0eb9e63c36540f4d789ae3fc99)
* SERVER-34652 SERVER-34654 SERVER-34703 SERVER-34704 Test transactions with ↵Tess Avitabile2018-06-052-0/+184
| | | | | | concurrent DDL operations (cherry picked from commit 14ffe1360e095d98da824bb63417672f3b171270)
* SERVER-35366 OplogApplier only returns empty batch when buffer is emptyJudah Schvimer2018-06-053-5/+16
| | | | (cherry picked from commit 9d000b9eced82065afaa4a64c227930da0d70206)
* SERVER-35181 Corrected function signatures for CpuProfilerCommandBen Caimano2018-06-053-6/+25
| | | | | Note that this also adds a RHEL 7.0 variant specifically for Dagger and gperftools
* SERVER-34555 Blacklist jstests/concurrency/fsm_workloads/group*.js in the ↵Jonathan Abrahams2018-06-052-0/+8
| | | | concurreny sharded stepdowns suites
* SERVER-35057 Notify oplog waiters after advancing the lastApplied timestampXiangyu Yao2018-06-042-6/+3
| | | | (cherry picked from commit c257b9a2e8b53fd58a8a4a9d79972a80f9d1e00f)
* SERVER-34866 Blacklist/unblacklist tests in secondary_reads_passthroughXiangyu Yao2018-06-044-22/+15
| | | | (cherry picked from commit e0dc0aa3413bd0b7eac071e85a28c344a4c094b9)
* SERVER-34648 Add test case for an additional transaction write conflict orderingWilliam Schultz2018-06-041-43/+110
| | | | (cherry picked from commit 27b080da5ab09b324514a62ab38a3e6463e0d1c1)
* SERVER-35197 Change CleanEveryN to CleanupConcurrencyWorkloads in ↵r4.0.0-rc2Robert Guo2018-06-041-3/+1
| | | | | | concurrency_replication_causal_consistency suite (cherry picked from commit 92924c3711ed28324a9c6c60b1f146d6e41473b6)
* SERVER-29999 Implement FSM Scheduler for concurrency_simultaneousRobert Guo2018-06-0410-39/+211
| | | | (cherry picked from commit b107fce3ef35a9e234f8169f8cae7cf8d9aa4134)
* SERVER-34555 Add stepdown to FSM resmoke integrationJonathan Abrahams2018-06-049-51/+689
| | | | (cherry picked from commit 2b10b06044dfaaf5b9c37f4379521f14e9bdb0e5)
* SERVER-35144 wait for all Python linters to finish if one failsRobert Guo2018-06-041-2/+7
| | | | (cherry picked from commit 8309ad48487cb0529fc2153b5231f61e9a597db6)
* SERVER-35195 Disable docstring requirement for __init__ in pydocstyleRobert Guo2018-06-041-0/+2
| | | | (cherry picked from commit 89eceaa7ca24bbb275062b1648a6df0b916778cd)
* SERVER-34595 Increase transactionLifetimeLimitSeconds default in testingMaria van Keulen2018-06-045-25/+36
| | | | (cherry picked from commit b82fe5e79018662c9c84e28b71034965d0dd836b)
* SERVER-35211 Update file names for Windows and macOS packagesRamon Fernandez2018-06-041-32/+16
| | | | | | | Remove push_* expansions from variants that should not be pushing artifacts / have no push task. (cherry picked from commit 4699efdcb12b96f070e254730c5c392204ac37f1)
* SERVER-35155 Fix x509_invalid.js test case typoSara Golemon2018-06-041-1/+1
| | | | (cherry picked from commit 8150b50f14579b6cbd673f12968726670f6e1b78)
* SERVER-35208 use large instance for some concurrency_replication_causal suitesRobert Guo2018-06-041-5/+41
| | | | (cherry picked from commit d0b8d07d0a30c570a76ab902560d896810b5825e)
* SERVER-34705: Whole-DB or whole-cluster change streams may not provide a ↵Nick Zolnierz2018-06-045-25/+265
| | | | | | total ordering if resumed after a drop (cherry picked from commit 55f4dbf94a1cce9d8642af9bba9ac4cc77627293)
* Import tools: e46dcde7151b8fcd97a311afdc14de3aad82f10b from branch v4.0David Golden2018-06-048-167/+241
| | | | | | | | | | | ref: 0373beacad..e46dcde715 for: 4.0.0-rc2 TOOLS-2027 mongostat qa-tests failing on server unstable TOOLS-2040 stat_discover.js tests fail due to replicaset fixture change TOOLS-2047 Add MongoDB Server 4.0 to Evergreen testing TOOLS-2048 Disable failing mongofiles_write_concern_mongos.js test TOOLS-2051 Revendor mgo to get iter.Next deadlock fix
* SERVER-35318 improve free monitoring op observer perfEric Milkie2018-06-041-19/+25
| | | | (cherry picked from commit 13dfc0893e81926f7b54aae9a697f06ed78ee8dc)
* Import wiredtiger: c3eafe83e8e48632d8b221a86ded6b3d949da979 from branch ↵Luke Chen2018-06-048-46/+165
| | | | | | | | | mongodb-4.0 ref: 5e14c6107f..c3eafe83e8 for: 4.0.0-rc2 WT-4087 Store current compatibility within WiredTiger
* SERVER-35288 Fix and clean up enterprise Windows expansionsRamon Fernandez2018-06-011-15/+21
| | | | (cherry picked from commit 61ae5bfbcb0239bb033689f7cb0e881638829921)
* SERVER-33101 use mongo-c version 1.10 in embeddedGabriel Russell2018-06-014-147/+20
| | | | (cherry picked from commit 9bdb3df40dbdc5bfa49271d0da69bdea0b000d90)