summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-35057 Notify oplog waiters after advancing the lastApplied timestampXiangyu Yao2018-06-042-6/+3
|
* SERVER-34648 Add test case for an additional transaction write conflict orderingWilliam Schultz2018-06-041-43/+110
|
* SERVER-34764 use inMultiDocumentTransaction instead of autocommit val to ↵Pavi Vetriselvan2018-06-041-1/+2
| | | | avoid spurious readConcern error
* SERVER-35296 Free monitoring metrics payload needs to be wrapped in a documentMark Benvenuto2018-06-042-8/+13
|
* SERVER-35197 Change CleanEveryN to CleanupConcurrencyWorkloads in ↵Robert Guo2018-06-041-3/+1
| | | | concurrency_replication_causal_consistency suite
* SERVER-35195 Disable docstring requirement for __init__ in pydocstyleRobert Guo2018-06-041-0/+2
|
* SERVER-35144 wait for all Python linters to finish if one failsRobert Guo2018-06-041-2/+7
|
* SERVER-29999 Implement FSM Scheduler for concurrency_simultaneousRobert Guo2018-06-0410-39/+211
|
* SERVER-35322 external_auth tests should use unique kerberos credentials ↵Mark Benvenuto2018-06-041-2/+7
| | | | cache per test
* 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.
* SERVER-34002 readConcern_snapshot.js should wait for writes to be ↵Sean Tao2018-06-041-0/+1
| | | | majority-committed on secondaries before reading
* Import tools: e46dcde7151b8fcd97a311afdc14de3aad82f10b from branch v4.0David Golden2018-06-048-167/+241
| | | | | | | | | | | ref: 0373beacad..e46dcde715 for: 4.1.1 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-34595 Increase transactionLifetimeLimitSeconds default in testingMaria van Keulen2018-06-045-25/+36
|
* SERVER-35237 Unblacklist push2.js and error.js from running on WiredTigerDianna Hohensee2018-06-042-12/+0
|
* SERVER-35318 improve free monitoring op observer perfEric Milkie2018-06-041-19/+25
|
* SERVER-33078 convertToCapped size is not checked for float -> long long overflowDianna Hohensee2018-06-044-5/+29
|
* Import wiredtiger: c3eafe83e8e48632d8b221a86ded6b3d949da979 from branch ↵Luke Chen2018-06-048-46/+165
| | | | | | | | | mongodb-4.0 ref: 5e14c6107f..c3eafe83e8 for: 4.1.1 WT-4087 Store current compatibility within WiredTiger
* SERVER-34793 Add call to BF Suggestion server on task failureYves Duhem2018-06-011-0/+25
|
* SERVER-33863 Fix lint.Siyuan Zhou2018-06-011-1/+3
|
* SERVER-33101 use mongo-c version 1.10 in embeddedGabriel Russell2018-06-014-147/+20
|
* SERVER-35210 Enable projet expansion to set curator releaseRamon Fernandez2018-06-011-1/+1
|
* SERVER-35187 fix off by one error in transaction reaperSarah Zhou2018-06-011-2/+2
|
* SERVER-35291 ServiceEntryPointEmbedded does not derive from ↵Henrik Edin2018-06-016-52/+50
| | | | ServiceEntryPointImpl because transport layer support is not needed.
* SERVER-35208 use large instance for some concurrency_replication_causal suitesRobert Guo2018-06-011-5/+41
|
* SERVER-35288 Fix and clean up enterprise Windows expansionsRamon Fernandez2018-06-011-32/+23
|
* SERVER-35348 Add silent option to update_test_lifecycleYves Duhem2018-06-011-2/+3
|
* SERVER-34338 Also blacklist explainFind_stale_mongos.js from ↵Esha Maharishi2018-06-013-1/+8
| | | | last_stable_misc.yml and the file that generates the split-up suites for last_stable
* SERVER-35261 Add CheckReplDBHashInBackground hook to ↵Jonathan Abrahams2018-06-011-0/+2
| | | | concurrency_replication.yml test suite
* SERVER-35288 Remove push task from development OSX/Windows buildsRamon Fernandez2018-06-011-21/+303
|
* SERVER-35342 kill_cursors_in_transaction.js should check for pending drop ↵Tess Avitabile2018-06-011-4/+14
| | | | using currentOp
* SERVER-33863 Disable fastcount check in ReplSetTest.Siyuan Zhou2018-06-011-0/+4
|
* SERVER-34338 Find explain in legacy query path on mongos does not retry on ↵Esha Maharishi2018-06-013-23/+103
| | | | StaleShardVersion
* SERVER-34517 do not check for userId in cursors within sessions during ↵Misha Tyulenev2018-06-012-1/+52
| | | | getMore in sharded cluster
* SERVER-32335 remove DataReplicatorExternalState::getNextApplierBatch() and ↵Benety Goh2018-05-316-101/+0
| | | | _multiApply()
* SERVER-32335 InitialSyncer uses OplogApplier directlyBenety Goh2018-05-313-10/+26
|
* SERVER-32335 add DataReplicatorExternalState::makeOplogApplier()Benety Goh2018-05-316-1/+92
|
* SERVER-32335 split OplogApplier into interface and implementationBenety Goh2018-05-319-95/+236
| | | | | | This change moves SyncTail dependent code into the implementation and allows application code to invoke oplog application logic through the OplogApplier interface.
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-3119-69/+163
| | | | | | This reverts commit 7d0ea48dc8522f41e93b86d9c8f77c64b623ba60. no MakeGuard (the lambda might throw)
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-05-3117-96/+96
|
* SERVER-32335 move SyncTail::calculateBatchLimitBytes to OplogApplierBenety Goh2018-05-315-19/+21
|
* SERVER-35321 Make renameCollection uninterruptibleLouis Williams2018-05-311-0/+4
|
* SERVER-32335 move SyncTail::replBatchLimitBytes to OplogApplierBenety Goh2018-05-314-7/+7
|
* SERVER-22563 amend uassert codeVesselina Ratcheva2018-05-311-1/+1
|
* SERVER-32335 move SyncTail::replBatchLimitOperations to OplogApplierBenety Goh2018-05-316-30/+23
|
* SERVER-32335 move SyncTail::makeWriterPool to OplogApplierBenety Goh2018-05-318-64/+60
|
* SERVER-26150 add retryOnNetworkError to assertAuthenticateGabriel Russell2018-05-311-6/+13
|
* SERVER-35281: Adding Community Support for zSeries RHEL 67Cristopher Stauffer2018-05-312-3/+36
|
* SERVER-35243 Rename mongoe to mongoedHenrik Edin2018-05-315-15/+15
|
* SERVER-34555 Add stepdown to FSM resmoke integrationJonathan Abrahams2018-05-319-51/+689
|
* SERVER-35299 make "all" include mongoeMathias Stearn2018-05-311-0/+2
|