summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ban tests that drop profile collectionv4.2.1-dbaas-testingGreg McKeon2019-11-132-2/+2
|
* Re-tag transactions testsGreg McKeon2019-11-123-3/+3
|
* Updated core test tagsGreg McKeon2019-11-122-2/+2
|
* Updated txns test tagsGreg McKeon2019-11-0838-37/+39
|
* Updated change streams test tagsGreg McKeon2019-11-084-3/+4
|
* Updated core test tagsGreg McKeon2019-11-0813-9/+15
|
* Updated aggregation test tagsGreg McKeon2019-11-086-6/+7
|
* SERVER-41431 Re-enable SUSE 15 build variantsr4.2.1-rc0r4.2.1Kelsey T Schubert2019-10-111-93/+93
|
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-1010-9/+215
| | | | | | | | | | | (cherry picked from commit 294a8f68615710b47936d5ee42439d01538ac746) SERVER-43322 Disallow oplog_sampling.js on inMemory storage enigne (cherry picked from commit b35dd89515473c97a87b3c06897e8a7ab51c93cc) This backport was not a straightforward cherry-pick due to SERVER-40168 existing in master and not v4.2.
* SERVER-41622 Reduce noise in flow_control_replica_set.jsMaria van Keulen2019-10-091-0/+0
| | | | (cherry picked from commit bcf90959f986b66689fe0b21a03572178eb2de15)
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-0913-93/+203
| | | | | | | | | | | | | | This makes two major improvements: (1) WiredTiger "metadata:create" cursors are very expensive; only use these when absolutely necessary, and use standard "metadata:" cursors everywhere else. This lowers startup calls to "metadata:create" from 3 to 1 per table. (2) No longer open a cursor for every WiredTiger collection at startup. Instead, lazily open cursors to initialize RecordIDs for inserts. (cherry picked from commit ba9670e4c6d3aa62db20501317457af99049570c)
* Import tools: 976b41822808521389218141029f3cf786cdefc9 from branch v4.2David Golden2019-10-0834-400/+480
| | | | | | | ref: 22a650479a..976b418228 for: 4.2.1 TOOLS-2383 Restore no socket timeout behavior
* SERVER-43009 Add requires_majority_read_concern tag to ↵Janna Golden2019-10-081-1/+1
| | | | | | migration_waits_for_majority_commit.js (cherry picked from commit a3f144a53afe1f06a2235fd9e910e36c30201d25)
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-10-084-5/+17
| | | | (cherry picked from commit c4467548514ff07721f4de215b3b74d1111ee9d1)
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+24
| | | | (cherry picked from commit 1411cf602a21e45a5ef42b6869c480eb420976ee)
* SERVER-42744 Fix transation history iterator to not return ↵Louis Williams2019-10-071-1/+1
| | | | | | potentially-dangling BSON (cherry picked from commit 9da0de4279f88cf0113957434606abaa430f3227)
* SERVER-42866 Trigger a logical session cache refresh on all shards in the ↵Alex Taskov2019-10-072-0/+14
| | | | | | ShardedCluster test fixture before running test (cherry picked from commit 108425fdd063a0c7dae50b2d48d3dadea35a0557)
* SERVER-36222 Wait for rollback is racy in shard_identity_rollback.jsJanna Golden2019-10-071-20/+14
| | | | (cherry picked from commit f14c26dfc3975f0c98af26573ab91b5d9c09ee71)
* SERVER-42783 Migrations should wait for majority replication of cloned docs ↵Janna Golden2019-10-074-13/+89
| | | | | | when there are no xfer mods (cherry picked from commit 2fb73bcd2515cd8d566fecc5b23ee9f6970b1716)
* SERVER-42751 Take CSRLock when observing transaction commit for migrationAlex Taskov2019-10-071-1/+6
| | | | (cherry picked from commit cd96f9b455f63945b4ea8b772529284d8721284a)
* SERVER-42610 Flip order of assert.lte arguments in ↵Jack Mulrow2019-10-071-2/+2
| | | | | | shards_and_config_return_last_committed_optime.js (cherry picked from commit d101a617bada9252a4f0a29b8f615ee62abb979b)
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-075-4/+78
| | | | (cherry picked from commit 21d8699ed6c517b45e1613e20231cd8eba894985)
* SERVER-42534 Step down primary for less time in freeze_timeout.js and ↵Samyukta Lanka2019-10-071-12/+10
| | | | | | increase electionTimeoutMillis (cherry picked from commit 488adcaea8526492411d433229a765d5bd7dd5db)
* SERVER-43831 Add uses_transactions and requires_persistence to ↵Jason Chan2019-10-041-0/+1
| | | | set_fcv_on_standalone_with_replica_set.js
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-0417-76/+229
|
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ↵Esha Maharishi2019-10-032-5/+19
| | | | | | old chunk history (cherry picked from commit 688368b4440c18bd048f122d8a729c26e9ad4a6e)
* SERVER-43243 Restore repairDatabase ActionTypeSpencer Jackson2019-10-021-0/+1
| | | | (cherry picked from commit 166425bf4c9c2b302e72e1ca7a7f2109e605cbbe)
* SERVER-42946 Prevent FCV upgrade/downgrade when in standalone mode with a ↵Jason Chan2019-10-022-0/+95
| | | | non-empty config.transactions table.
* SERVER-39774 Revert increased number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-021-1/+2
|
* Import wiredtiger: 18d13b8f6bc8d345952f16a7f3c63608e405fd77 from branch ↵Luke Chen2019-10-0217-219/+402
| | | | | | | | | | | | | | | | mongodb-4.2 ref: c600bde203..18d13b8f6b for: 4.2.1 WT-5068 WT_CURSOR.random unnecessarily returns duplicate records WT-5097 Coverity - Fix two minor issues in random_abort/main.c WT-5104 Add readonly flag to wt utility WT-5105 Bypass test_wt2535_insert_race for valgrind WT-5108 Remove unneeded no-op line and comment WT-5113 Create basic test format config to be added to PR testing WT-5131 Fix Evergreen configuration file to use working directory WT-5132 Fix buffer overflow caused by fscanf range check
* SERVER-43350 $lookup with no local default or user-specified collation ↵Bernard Gorman2019-10-024-4/+152
| | | | | | should explicitly set the simple collation on the foreign expression context (cherry picked from commit d6133a3a5464fac202f512b0310dfeb200c126f9)
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-011-2/+1
|
* SERVER-42484 Ensure we are inside a WriteUnitOfWork when writing index keys ↵William Schultz2019-10-012-3/+50
| | | | | | during initial sync collection cloning (cherry picked from commit c41af3e315a115b04a53706837d36a729d174fc3)
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-013-1/+79
| | | | | (cherry picked from commit b5b3517afcab6efd034db87715dcefc5557b1099) (cherry picked from commit ab6d34c3001706e95439883b4c4b7f93c17feda0)
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-10-0115-184/+373
| | | | (cherry picked from commit 87c9601a762048ea93559b13c3b6043b4017b024)
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-3010-140/+204
| | | | (cherry picked from commit c1e1e12913fdcee54c059e023e8e7ecd36f7cb17)
* SERVER-41457 Unify the different ways the TransactionParticipant offers for ↵Matthew Russotto2019-09-3013-305/+186
| | | | | | aborting a transaction (cherry picked from commit f661267bf981e3b315d7e942057ab0ac9dc90bef)
* SERVER-43330 Remove ReplicationStateTransitionLockGuard move constructorLingzhi Deng2019-09-283-8/+3
| | | | (cherry picked from commit e4139a8394fb7d35503a0b559fc90723f7ab9de7)
* BACKPORT-5238: Adding optimized compile for commit-queueCristopher Stauffer2019-09-261-0/+61
|
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
| | | | (cherry picked from commit 3197ace779d6e0f023bff9e39bd80e17e3c4790d)
* SERVER-43407 Move mongocryptd to separate deb/rpmsMark Benvenuto2019-09-269-34/+196
| | | | (cherry picked from commit e02afdb9de63090249101946bdaa5cb3f78d0c30)
* SERVER-43093 Temporarily change back fixed executor to have unlimited threadsRandolph Tan2019-09-261-10/+9
| | | | (cherry picked from commit a944732ce9a31d68b54c9617c307dd868e3343ec)
* SERVER-41508 Track the time the new term oplog entry was majority committed ↵Samyukta Lanka2019-09-2614-11/+155
| | | | | | | | | | in replSetStatus on primaries (cherry picked from commit 6d3a44af67e206e1d61cfd904ef62c0ba015805a) SERVER-43398 Fix race in replSetGetStatus_new_term_oplog_entry_fields.js (cherry picked from commit 5f0fa89444bf7bdffee8f9107f803d6a00970dc8)
* SERVER-43200 Make auth/mongoURIAuth.js robust to slow commandsMark Benvenuto2019-09-251-1/+4
| | | | (cherry picked from commit 12915c50e2308507c2016d31e85f456d1278243d)
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare ↵Siyuan Zhou2019-09-254-103/+13
| | | | | | from TransactionState (cherry picked from commit dd2de577670e9461c31ca9e6fe5c9713b4401181)
* SERVER-43230 Fix race in catchup_takeover_two_nodes_ahead.jsSamyukta Lanka2019-09-251-4/+4
| | | | (cherry picked from commit 0efd66f7a4f208176acbcf8fb209dcc10bba6f84)
* SERVER-42767 Improve logging in ReplSetTest.stopSetWilliam Schultz2019-09-251-1/+28
| | | | (cherry picked from commit db9ca6771bbd20086fd5b824ccb4dee1a29a0e39)
* SERVER-7681 Report majority number in ReplSetGetStatusSamyukta Lanka2019-09-252-0/+48
| | | | | | | | (cherry picked from commit 4b985d5460a2ddb889942f3b4ede04d7051b3921) SERVER-7681 Report write majority in ReplSetGetStatus (cherry picked from commit f92cc6fbdd660015f746ea3f59abfd4fb5485071)
* SERVER-42424 Blacklist max_doc_size.js and mr_bigobject.js from Periodic ↵Samyukta Lanka2019-09-251-0/+4
| | | | | | Kill Secondaries Passthrough (cherry picked from commit 9d9c25fffb625a9e22df884474ab3c977df97b73)
* SERVER-41221 rollback_after_enabling_majority_reads.js test should make sure ↵William Schultz2019-09-251-1/+18
| | | | | | the final rollback occurs on node 0 (cherry picked from commit c926176630da106f30b84f69cba036c2e4963758)