summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41295 Add timeouts to burn_in generated tasksLydia Stepanek2019-07-019-185/+533
|
* SERVER-42006 Add transaction tags to prepared_txn_metadata_refresh.jsJack Mulrow2019-07-011-0/+2
|
* SERVER-40916 Log index build information in getIndexBuildOpIdMaria van Keulen2019-07-011-0/+8
|
* SERVER-41996 Improve PlanExecutor error loggingAnton Korshunov2019-07-016-23/+44
|
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard ↵Bernard Gorman2019-06-298-49/+294
| | | | resume logic
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-2822-478/+189
|
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-2825-386/+478
| | | | This reverts commit 7ef5348a2282a5442ec7dc50bb0b99c94b83396c.
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-2825-478/+386
|
* SERVER-41585 Modified background_thread_clock_source_test to not assume we ↵Shaileja Jain2019-06-281-1/+1
| | | | can schedule the background thread
* SERVER-18867 Restore _getState() to registerChange invariantMaria van Keulen2019-06-281-1/+1
|
* SERVER-42002 Suppress tests with forbidden characters for windows from running.Davis Haupt2019-06-281-3/+4
|
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-2812-528/+1000
|
* SERVER-41425 operator"" _dec128 for Decimal128 literalsBilly Donahue2019-06-282-39/+72
| | | | Also add unary operator+, operator-.
* SERVER-41495 HostAndPort streaming refactorBilly Donahue2019-06-282-51/+57
|
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-2869-979/+347
|
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-2811-16/+16
| | | | This commit also removes the now obsolete numExtents field.
* SERVER-41808 Create moveable KeyString Value typeLouis Williams2019-06-283-0/+107
|
* SERVER-41837 Fix unittest compilation on non-ssl mac buildsMark Benvenuto2019-06-281-2/+2
|
* SERVER-41809 Undo collapse of integration tests in mongo/clientAndrew Morrow2019-06-284-9/+18
|
* SERVER-41577 Change max_time_ms_repl_targeting.js to do its initial insert ↵Rahul Sundararaman2019-06-281-1/+1
| | | | via w:2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-2819-226/+210
|
* Revert "SERVER-41813 Remove blacklist from last stable suite"Blake Oler2019-06-281-0/+2
| | | | | | This reverts commit 18a03b671d2a7d71c4af4ae2d115134b90dc9e38. Wait until last stable binary versions update for last stable suite
* TIG-1765: Retry calls to evergreen's apiDavid Bradford2019-06-282-3/+3
|
* SERVER-41184 Remove 'server_status.js' override from last_stable_mongos suiteArun Banala2019-06-281-2/+0
|
* SERVER-41967: Run Fuzzer from Z: rather than C: on WindowsRyan Timmons2019-06-271-0/+2
|
* SERVER-41714 DocumentSourceSequentialDocumentCache should not start serving ↵Xin Hao Zhang2019-06-275-1/+173
| | | | the cache after returning EOF from source
* SERVER-41676 Convert TransactionRouter to use observer pattern to ↵Blake Oler2019-06-2720-805/+1007
| | | | | | synchronize internal data with external observers
* SERVER-41825 Remove FCV checks related to mutable shard key fieldsjannaerin2019-06-272-291/+5
|
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-274-124/+162
| | | | | | | - avoid signed overflow and integer promotion - no std::signbit, avoid cast warnings in abs - restore libbase->intelfp dependency back to public LIDEP - volatile test
* Add support for 'recoverFromOplogAsStandalone' with prepared transactionsVesselina Ratcheva2019-06-275-11/+155
|
* SERVER-41631: Enable Large Data YCSB Testdalyd2019-06-271-0/+15
|
* SERVER-41766 Update the on-disk multikey flag in a side transaction when ↵William Schultz2019-06-274-30/+201
| | | | | | running inside a multi-document transaction When a write inside a multi-document transaction needs to set an index as multikey, we update the multikey flag in the on-disk catalog in a transaction separate from the parent transaction. We commit this side transaction immediately, so as to avoid the catalog write generating prepare conflicts if it was written as part of a parent transaction that later became prepared. In general, it is safe to set an index as multikey too early. The multikey write is timestamped at the most recent value of the LogicalClock.
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-2715-49/+140
|
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-2712-19/+20
|
* SERVER-41813 Remove blacklist from last stable suiteBlake Oler2019-06-271-2/+0
|
* SERVER-41844 add evergreen builder for alternate createIndexes implementationBenety Goh2019-06-273-3/+33
|
* SERVER-41809 disable failing tests temporarilyBenety Goh2019-06-271-0/+2
|
* SERVER-36440 remove code and tests about text index limitDaniel Solnik2019-06-272-79/+0
|
* SERVER-41917 Copy Date and Timestamp objects correctly in ↵Judah Schvimer2019-06-272-0/+45
| | | | network_error_and_txn_override.js
* SERVER-40351 Remove MockPeriodicRunnerImplRahul Sundararaman2019-06-271-62/+0
|
* SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-06-272-0/+25
|
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-2715-95/+86
| | | | | ... because having it return Status just so all callers can assert that it's OK is useless.
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-273-55/+59
|
* SERVER-41847 createIndexes updates last op before returning when using the ↵Benety Goh2019-06-271-0/+11
| | | | IndexBuildsCoordinator
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-2736-472/+804
|
* SERVER-41847 replset1.js dumps oplog entries before checking createIndexes ↵Benety Goh2019-06-271-1/+2
| | | | oplog entry
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ↵Arun Banala2019-06-272-49/+92
| | | | only _id in query
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested ↵Arun Banala2019-06-2712-40/+188
| | | | within a sub-pipeline
* SERVER-41756 source namespace is not reported correctly if $out is usedAnton Korshunov2019-06-272-0/+63
|
* Import wiredtiger: d86b3a8a331a1ec478c4ea75ef1b15856b429790 from branch ↵Luke Chen2019-06-2714-132/+449
| | | | | | | | | | | | | | mongodb-4.2 ref: ee1bae2623..d86b3a8a33 for: 4.3.1 WT-4758 Create a workload that bottlenecks on the eviction server filling eviction queues WT-4821 Update evergreen config to pull correct source for largescale test WT-4875 Fix commit timestamp assert function to consider non transactional tombstones WT-4877 Uninitialized memory being written during checkpoints WT-4878 Disable random dhandle selection and fine tune eviction target calculations WT-4881 Soften the restrictions on re-entering reconciliation