summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-3118-669/+759
|
* SERVER-35083 Add writeConcernError option to failCommand failpointMathias Stearn2018-05-312-22/+64
| | | | | | | It replaces the waitForWriteConcern logic with just adding the supplied writeConcernError to the reply. Since it happens where we would be waiting for write concern, it is only done for commands that support writeConcern and happens *after* the command finishes (regardless of success or failure).
* SERVER-35270 StringMap::count()Mathias Stearn2018-05-312-7/+24
|
* SERVER-35306 Disable tests that uses capped collections on embedded.Henrik Edin2018-05-314-9/+39
|
* SERVER-35190 resmoke.py runs lists of tests in alphabetical order by defaultJonathan Abrahams2018-05-311-1/+2
|
* SERVER-34170 Ensure transactions fail when run against a 3.6 node through ↵Matthew Russotto2018-05-311-5/+26
| | | | the shell.
* SERVER-35268: Reduce recovery logging and add a buffer to resmoke's I/O pipes.Daniel Gottlieb2018-05-316-12/+14
|
* SERVER-33978 References to sudo in evergreen.yml should use ${set_sudo}Jonathan Abrahams2018-05-311-2/+4
|
* SERVER-35287 Move file-scoped global variables in oplog.cpp into a ↵Andy Schwerin2018-05-311-41/+49
| | | | | | ServiceContext decoration. Also, remove some disused file-scoped global variables.
* SERVER-34258 Fix error in mount_drives.sh on WindowsJonathan Abrahams2018-05-312-5/+6
|
* SERVER-32335 remove multiInitialSyncApplyBenety Goh2018-05-309-76/+54
| | | | Replaces calls to SyncTail::multiApply with OplogApplier::multiApply
* SERVER-32335 implement multiInitialSyncApply in terms of multiSyncApplyBenety Goh2018-05-305-71/+54
| | | | Extends multiSyncApply to fetch missing documents on failed updates
* SERVER-22653 Retry establishing remote cursor during rollbackVesselina Ratcheva2018-05-308-5/+183
|
* SERVER-33889 Remove more commands from embeddedAndrew Morrow2018-05-303-5/+2
|
* SERVER-35228 Use an immediately-invoked function with an early return ↵Louis Williams2018-05-301-19/+21
| | | | instead of using quit()
* SERVER-35286: Pass the oplog NamespaceString when getting the collection.Daniel Gottlieb2018-05-301-1/+1
|
* SERVER-35284 Construct unit test fixtures only in the child process in C++ ↵Andy Schwerin2018-05-302-6/+9
| | | | death tests.
* SERVER-33907 Cleanup naming of embedded SDK in preparation for ABIAndrew Morrow2018-05-3034-557/+502
|
* SERVER-35068 Properly release file descriptor in destructor of ↵Andy Schwerin2018-05-301-16/+5
| | | | StorageEngineLockFile.
* SERVER-34822: Make role graph ignore irrelevant createIndexesSpencer Jackson2018-05-302-1/+23
|
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-3080-150/+470
|
* SERVER-35273 Use toolchain virtualenv for Amazon LinuxBrian McCarthy2018-05-301-2/+5
|
* SERVER-34348 Add causally consistent core_txns passthroughTess Avitabile2018-05-306-171/+187
|
* SERVER-34348 Speculative transactions should not wait for afterClusterTime ↵Tess Avitabile2018-05-305-171/+211
| | | | to be majority committed
* SERVER-34348 Ensure shell sends afterClusterTime in transactionsTess Avitabile2018-05-301-14/+16
|
* SERVER-28524 remove group commandKyle Suarez2018-05-30101-2915/+47
| | | | Users should use the aggregation $group stage instead.
* SERVER-35022 Check if Free Monitoring is enabled during transition to primarySara Golemon2018-05-306-12/+38
|
* SERVER-35070: Timestamp index completions individually.Daniel Gottlieb2018-05-298-26/+158
|
* SERVER-33741 Faster capped collection deletion of small number of items in ↵Don Anderson2018-05-292-16/+79
| | | | WiredTiger
* SERVER-35253 Skip test when snapshot reads isn't supported.Max Hirschhorn2018-05-291-0/+5
|
* SERVER-35004 Add functionality to only fail specific commands in failCommand ↵Samy Lanka2018-05-293-34/+84
| | | | failpoint
* SERVER-35253 Fix dbHash cmd to acquire IX locks inside multi-stmt txn.Max Hirschhorn2018-05-292-9/+60
|
* SERVER-34705: Whole-DB or whole-cluster change streams may not provide a ↵Nick Zolnierz2018-05-295-12/+248
| | | | total ordering if resumed after a drop
* SERVER-35233 Fix remote collection validation by ignoring viewsJonathan Abrahams2018-05-293-22/+8
|
* SERVER-35257 Forbid count command in transactionsJudah Schvimer2018-05-299-28/+27
|
* SERVER-35181 Corrected function signatures for CpuProfilerCommandBen Caimano2018-05-293-6/+25
| | | | | Note that this also adds a RHEL 7.0 variant specifically for Dagger and gperftools
* SERVER-35231: Invalid decimal continuation can trigger a dassert when ↵Nick Zolnierz2018-05-292-0/+19
| | | | decoding a KeyString
* SERVER-32335 multiInitialSyncApply() groups insertsBenety Goh2018-05-291-0/+13
|
* SERVER-32335 make variable names in multiInitialSyncApply consistent with ↵Benety Goh2018-05-291-8/+10
| | | | multiSyncApply
* SERVER-34919 do not retry vector insert on write conflict exception, for ↵Eric Milkie2018-05-291-3/+9
| | | | read concern snapshot
* SERVER-33327 Don't update lastWriteDate field in ↵Blake Oler2018-05-292-3/+27
| | | | Session::onMigrateCompletedOnPrimary
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections ↵Nick Zolnierz2018-05-2925-220/+536
| | | | if not all shards have chunks for the collection
* SERVER-35155 Fix x509_invalid.js test case typoSara Golemon2018-05-281-1/+1
|
* Import wiredtiger: 5e14c6107f8cae984d73e208fa7ce11341917bf1 from branch ↵Luke Chen2018-05-2826-137/+228
| | | | | | | | | | | | | | | | mongodb-4.0 ref: fe04ad07ab..5e14c6107f for: 4.1.1 WT-3892 Add timing_stress_for_test option for lookaside cleanup WT-3963 Add a schema intensive abort testing WT-4049 Performance drop in long tests WT-4075 Allow timestamp_transaction after prepare WT-4077 Transactional test on zSeries contains wrong LSN in checkpoint WT-4079 Confirm WiredTiger builds under gcc8 WT-4091 Make timing_stress_test options for page split race conditions work. WT-4093 Temporarily disable test/format LSM and timestamp testing
* SERVER-35251 Set the snapshot window default size to zero temporarilyDianna Hohensee2018-05-263-2/+5
|
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ↵Bernard Gorman2018-05-253-411/+447
| | | | threshold in currentop_query.js
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-2513-91/+785
| | | | | | | | | Enables the CheckReplDBHashInBackground hook in the replica_sets_jscore_passthrough.yml test suite. Also fixes the WTPreserveSnapshotHistoryIndefinitely failpoint to ignore attempts from _decreaseTargetSnapshotWindowSize() to move the oldest timestamp forward.
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-2523-144/+111
|
* SERVER-35215 Future::onError<ErrorCodes::Error>()Mathias Stearn2018-05-252-9/+156
|
* SERVER-35241 Add logging and increase duration in stepdown_kill_other_ops.jsSpencer T Brody2018-05-251-2/+3
|