summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37192: Move $backupCursor to enterprise.Daniel Gottlieb2018-09-201-0/+1
|
* SERVER-37069 Remove Rosette Linguistics PlatformMark Benvenuto2018-09-191-24/+0
|
* SERVER-35707 Allow mongos to retry on re-targeting errors in a transactionJack Mulrow2018-09-194-3/+7
|
* SERVER-36606: Add large OP_MSG audit integration testingSpencer Jackson2018-09-171-0/+21
|
* Revert "SERVER-36637 IDL objects should hold owned BSONObjs"Mark Benvenuto2018-09-141-3/+2
| | | | This reverts commit 846a6c19839601ce66f27877b348a4a5150a453d.
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-0/+1
|
* SERVER-36637 IDL objects should hold owned BSONObjsMark Benvenuto2018-09-141-2/+3
|
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-142-22/+99
|
* SERVER-34577 Parse read and write concern for command invocation in ↵Henrik Edin2018-09-141-0/+1
| | | | embedded. Behave like a standalone mongod.
* SERVER-37071 Blacklist set7.js and max_doc_size.js from ↵vrachev2018-09-141-1/+4
| | | | retryable_writes_jscore_stepdown_passthrough
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ↵Matthew Russotto2018-09-141-0/+3
| | | | all_committed point
* SERVER-36726 Log SessionID when we start a session in the shell and Log ↵Samy Lanka2018-09-131-1/+2
| | | | TxnNumber when we start a transaction
* SERVER-35307 Support prepared transactions on secondaries and immediately ↵Siyuan Zhou2018-09-133-9/+41
| | | | abort them.
* SERVER-35812 Add jstest to ensure that we can't call prepareTransaction if ↵Samy Lanka2018-09-135-0/+5
| | | | there isn't an active transaction on the session
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a ↵Mathias Stearn2018-09-132-0/+3
| | | | blocking operation
* SERVER-36162 Powercycle - ensure internal crash command has been executed on ↵Jonathan Abrahams2018-09-131-1/+11
| | | | the remote host
* SERVER-36591 Allow mongos to retry on snapshot errors encountered in first ↵Jack Mulrow2018-09-124-3/+6
| | | | txn statement
* SERVER-36487 add jstest to make sure that we fail writes to ↵Samy Lanka2018-09-111-0/+1
| | | | config.transactions for sessions with a transaction in prepare
* SERVER-36859 Validate dbname in DurableViewCatalogImpl::iterate().Justin Seyster2018-09-071-0/+1
| | | | | | | | | | If the DatabaseImpl constructor (which calls DurableViewCatalogImpl::iterate()) throws an exception, the partially constructed DatabaseImpl trips an invariant as it gets destroyed during exception unwinding. This change makes sure that DurableViewCatalogImpl::iterate() properly validates the 'viewOn' namespace, so that it doesn't throw an exception when getting parsed as a NamespaceString.
* SERVER-33470 Log archival message, even if successful, in hook_test_archival.pyJonathan Abrahams2018-09-071-0/+2
|
* SERVER-36928 Handle TransientTransactionErrors in ↵jannaerin2018-09-071-4/+0
| | | | multi_statement_transaction_all_commands.js
* SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-061-3/+3
|
* SERVER-36298 Hook the TransactionCoordinator in to the transaction two-phase ↵Esha Maharishi2018-09-064-0/+7
| | | | commit voting commands
* SERVER-37009 Blacklist snapshot_read_kill_operations.js from ↵Maria van Keulen2018-09-061-0/+2
| | | | concurrency_replication_multi_stmt_txn_ubsan.yml
* SERVER-37009 Handle missing sessionDocToKill in killSessions testMaria van Keulen2018-09-061-0/+2
|
* SERVER-36995 Blacklist multi_statement_transactions_all_commands*.js from ↵jannaerin2018-09-051-0/+5
| | | | concurrency_replication_multi_stmt_txn_ubsan.yml
* SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on ↵Samy Lanka2018-09-052-0/+4
| | | | prepare conflicts
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-043-54/+0
|
* SERVER-36929 Temporarily blacklist ↵jannaerin2018-08-291-0/+4
| | | | multi_statement_transaction_all_commands*.js from concurrency_simultaneous_replication
* SERVER-35247 Undefined is allowed for required fields in IDLMark Benvenuto2018-08-291-11/+25
|
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-293-3/+0
|
* SERVER-36848 Temporarily blacklist snapshot_read_kill_op_only.js.Max Hirschhorn2018-08-291-0/+4
|
* Revert "SERVER-13455 Add new configuration option for mongod to allow ↵Daniel Gottlieb2018-08-291-1/+0
| | | | | | separate journal directory for WT" This reverts commit d3656459d016d6a1be0788acfe3276734ab59210.
* SERVER-34593 New resmoke option to repeat testsYves Duhem2018-08-298-29/+52
|
* SERVER-36306 Add FSM workloads that run transactions workloads with all ↵jannaerin2018-08-281-0/+5
| | | | threads using same session
* SERVER-36152 Update requirements.txtBen Caimano2018-08-282-4/+4
|
* SERVER-29450 Lower OplogFetcher and CollectionCloner batch sizes in tests by ↵Tess Avitabile2018-08-282-0/+4
| | | | default
* SERVER-36451 ContinuousStepdown with killing nodes can hang due to not being ↵Jonathan Abrahams2018-08-281-2/+16
| | | | able to start the primary
* SERVER-36718 Add forceValidationWithFeatureCompatibilityVersion to ↵Xiangyu Yao2018-08-279-0/+9
| | | | collection validation hook
* SERVER-36424 Enforce uniqueKey is unique enoughCharlie Swanson2018-08-273-0/+6
|
* SERVER-36817 replSetFreeze command run by stepdown thread may fail when ↵Jonathan Abrahams2018-08-271-28/+11
| | | | server is already primary
* SERVER-36169 Fix bare raise in stepdown.py hookJonathan Abrahams2018-08-271-9/+8
|
* SERVER-35184 Enable LTO for embedded SDK buildsAndrew Morrow2018-08-241-2/+2
| | | | | | | Includes a bump in the SDK manager toolset, and moves us to the Android r18 beta2 toolset, because LTO is broken in r17. See https://github.com/android-ndk/ndk/issues/498 for details.
* SERVER-13455 Add new configuration option for mongod to allow separate ↵Dewal Gupta2018-08-241-0/+1
| | | | journal directory for WT
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-242-0/+2
|
* SERVER-35814 ensure that prepareTransaction waits for writeConcernPavi Vetriselvan2018-08-231-0/+1
|
* SERVER-36754 Unblacklist testshard1.js in aggregation suiteMatthew Saltz2018-08-228-16/+0
|
* SERVER-34738 mongo_lock.py graph should display lock type for LockManager locksJonathan Abrahams2018-08-221-5/+7
|
* SERVER-33248 Allow choosing a sync source that we are up to date with if it ↵Tess Avitabile2018-08-224-24/+4
| | | | has a higher lastOpCommitted
* SERVER-36612 Consolidate shared SCons pruning on one variantBrian McCarthy2018-08-211-119/+0
|