summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-2672-577/+603
|
* SERVER-40547 Change handling of nextNotIncreasing to crash when test ↵Gregory Wlodarek2019-04-262-0/+7
| | | | commands are enabled
* SERVER-40818 exhaust_cursor_currentop_integration_test should not drop ↵Gregory Wlodarek2019-04-261-10/+24
| | | | getMore()'s read lock
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-263-7/+125
| | | | | Also resolves SERVER-40736, test autocompletion of collection names for users without the listCollections permission.
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-2635-291/+511
|
* SERVER-40674 Record all transaction operations as single entry applyOps on ↵Jason Chan2019-04-264-247/+387
| | | | primary
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-268-77/+111
| | | | | Extended FindAndModifyRequest to validate all fields in parsing and serialize to BSON with passthru fields.
* SERVER-40847 hybrid_unique_index_with_updates.js uses unique collection name ↵Benety Goh2019-04-261-1/+3
| | | | for each test run
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-269-181/+6
|
* SERVER-40847 refactor hybrid_unique_index_with_updates.js to support unique ↵Benety Goh2019-04-261-20/+26
| | | | namespace for each test run
* SERVER-40821 Do not run convert_to_capped_collection*.js FSM workloads in ↵Gregory Wlodarek2019-04-262-0/+10
| | | | the concurrency_simultaneous*.yml tests suites
* SERVER-40083 Don't recompile each time $regex is evaluated when regex ↵Arun Banala2019-04-264-267/+466
| | | | argument is a constant
* SERVER-40666 Rename txn_read_only_transactions.js to ↵Esha Maharishi2019-04-262-1/+1
| | | | txn_commit_optimizations_for_read_only_shards.js
* SERVER-39616: Throw away flow control samples when the majority point stands ↵Daniel Gottlieb2019-04-264-115/+231
| | | | still.
* SERVER-40748 disable writing documents to the config.system.indexBuilds ↵Dianna2019-04-262-2/+18
| | | | collection
* SERVER-40838 remove recently added txn suites that periodically shutdown ↵Dianna2019-04-261-7/+0
| | | | servers from the inMemory builder
* SERVER-40824 add mobile-se to dynamic linking builderEric Milkie2019-04-261-1/+1
|
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-2617-215/+135
|
* Import wiredtiger: 617a81369c810c0b99493a09d3fce862f4d0cdec from branch ↵Luke Chen2019-04-2621-123/+374
| | | | | | | | | | | | | | | mongodb-4.2 ref: 9416282c42..617a81369c for: 4.1.11 WT-4450 Add testing around timestamping updates in the future WT-4575 Use wt_err instead of wt_errx for corruption messages WT-4647 Avoid splitting words when wrapping lines in wiredtiger.in WT-4717 Remove usages of "round_to_oldest" configuration WT-4720 Coverity complaint #111697: handle tiny sizes in block manager reads WT-4721 Add verbose output for failures in the wt2853_perf test WT-4731 Add new retries to the checkpoint integrity test
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-257-101/+604
| | | | This reverts commit 9318790212dead660f8f057f18ed48fba9232b83.
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-257-604/+101
| | | | | Extended FindAndModifyRequest to validate all fields in parsing and serialize to BSON with passthru fields.
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-2535-506/+291
| | | | This reverts commit 3a8c33cd95abaa7455b2c01726bdbf413cc938e5.
* SERVER-40534: Disabling the noop writer for some of the suitesLingzhi Deng2019-04-2510-32/+0
|
* SERVER-40446 Add "NonResumableChangeStreamError" error labelJustin Seyster2019-04-253-14/+50
| | | | | | Give the "NonRetryableChangeStreamError" error class a more appropriate name and propagate it to an "errorLabel" in the command response.
* SERVER-40186 Retry interrupted commits in auto_retry_transaction.jsJack Mulrow2019-04-2512-53/+79
|
* SERVER-40840 Disable tools testing in ssl_cert_password.jsMark Benvenuto2019-04-251-0/+5
|
* SERVER-40533: Return OperationNotSupportedInTransaction if ↵Lingzhi Deng2019-04-251-4/+2
| | | | prepareTransaction is run as the first command is a transaction
* SERVER-40621 add modifier rejection to unit HostAndPort Fmt testBilly Donahue2019-04-251-0/+3
|
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-2535-291/+506
|
* SERVER-40781 place a try-finally block around ↵Dianna2019-04-251-34/+51
| | | | collstats_shows_ready_and_in_progress_indexes.js's failpoint usage and improve error logging
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-2535-505/+290
| | | | This reverts commit fdc3712e4cb89c23451061b4c927a78340269d89.
* SERVER-39465 upgrade android toolchain to r19cGabriel Russell2019-04-256-133/+137
|
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-2535-290/+505
|
* SERVER-40125 Fix dynamic builds when mobile storage engine is enabledHenrik Edin2019-04-251-2/+3
|
* SERVER-40666 Router should skip two phase commit if transaction only wrote ↵Esha Maharishi2019-04-256-252/+273
| | | | to one shard
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog ↵Lingzhi Deng2019-04-257-40/+365
| | | | entries
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-259-416/+344
|
* SERVER-39321 Add testing around the semnatics of the find and dbHash ↵Gregory Wlodarek2019-04-251-0/+160
| | | | commands when using the option in the presence of prepared transactions
* SERVER-39321 Re-enable the CheckReplDBHashInBackground hookGregory Wlodarek2019-04-2513-53/+60
|
* SERVER-39321 add setIgnorePrepared(false) to dbHash, find and getMoreGregory Wlodarek2019-04-253-0/+12
|
* SERVER-40719 Include final metadata in call to pipeline_metadata_tree::makeTreeNick Zolnierz2019-04-252-11/+15
|
* SERVER-40754: Use expansion for turning outlier detection on/offDavid Bradford2019-04-251-1/+1
|
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-2530-990/+974
|
* SERVER-40809 unshim repl::getNextOpTimes()Benety Goh2019-04-254-28/+6
|
* SERVER-40809 TransactionParticipant::OplogSlotReserver gets optimes from ↵Benety Goh2019-04-252-1/+4
| | | | LocalOplogInfo
* SERVER-40809 move LocalOplogInfo implementation out of oplog.cpp into its ↵Benety Goh2019-04-244-144/+254
| | | | own library
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-2414-195/+12
| | | | This reverts commit 5e346eb4b9bb3ec678d4eac36b3f0a18c1c10939.
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-2414-12/+195
| | | | | | | | Hostnames passed to replSetInitiate, replSetReconfig, addShard, etc. are all normalized by replacing ASCII uppercase characters with lowercase characters, consistent with how MongoDB drivers treat hostnames. Fixes undefined behavior in mongo::str::toLower().
* SERVER-40809 clean up LocalOplogInfo in oplog.cppBenety Goh2019-04-241-45/+107
| | | | | | | remove persist argument from _getNextOpTimes() add LocalOplogInfo::get() move _getNextOpTimes() into LocalOplogInfo make LocalOplogInfo::oplog and oplogName private and provide accessors/mutators
* SERVER-40809 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-242-22/+0
| | | | The last reference to this function was removed in commit da63637defad5975040f8eac0e98c86c8d8e2533.