summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-079-205/+30
|
* SERVER-35374 system_perf.yml: Remove duplicate sharded tasksHenrik Ingo2018-06-071-6/+0
|
* SERVER-35463 Mark listCommands as pre-authSara Golemon2018-06-062-0/+41
|
* SERVER-34648 Tag write_conflicts.js library with uses_transactionsWilliam Schultz2018-06-061-0/+3
|
* SERVER-33000 Remove old task from Ubuntu 18.04Mathew Robinson2018-06-061-1/+0
|
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-0620-151/+456
|
* SERVER-33000 Add Ubuntu 18.04 supportMathew Robinson2018-06-064-5/+168
|
* SERVER-35451 Rename database used in transactions_block_ddl.jsTess Avitabile2018-06-061-19/+23
|
* SERVER-35126 Fix lintjinichu2018-06-061-1/+1
|
* SERVER-28524 Remove src/mongo/db/exec/group.cppCharlie Swanson2018-06-061-321/+0
|
* SERVER-33911 Give all hygienic build libraries an rpathAndrew Morrow2018-06-061-1/+1
|
* SERVER-35126 Created new struct TxnStats under SessionJinny Byun2018-06-062-1/+40
|
* SERVER-35309 CamelCase appName in connection stringsMark Benvenuto2018-06-063-11/+11
|
* SERVER-35352 Make ReplSetTest wait for set to stabilize on highest priority ↵Spencer T Brody2018-06-061-0/+58
| | | | node as primary
* SERVER-35095 snapshot_read_kill_operations.js should consider Interrupted as ↵Audrey Fang2018-06-061-4/+5
| | | | an acceptable getMore error
* SERVER-35396 Remove FCV 3.6 testing in create_database.jsBlake Oler2018-06-061-12/+0
|
* SERVER-35395 Remove Sharding-related 3.6 to 4.0 upgrade/downgrade testsBlake Oler2018-06-0617-321/+0
|
* SERVER-35409 Disable sharding_last_stable_mongos_and_mixed_shards suite ↵Blake Oler2018-06-061-226/+0
| | | | until FCV constants/binary versions are updated
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-064-40/+30
| | | | Add missing #include for mongo/bson/util/builder.h
* WRITING-2732 Build test runner for running mql-model declarative tests ↵Martin Neupauer2018-06-065-5/+128
| | | | against an actual MongoDB server
* SERVER-34130 Log oplog truncation operationAudrey Fang2018-06-063-0/+10
|
* SERVER-34826 Write targeted FSM workload for read repeatability in transactionsJonathan Abrahams2018-06-062-0/+99
|
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ↵Nathan Louie2018-06-0618-39/+37
| | | | InterruptedDueToStepDown
* SERVER-35417 Concurrency workloads using transactions should use autoRetry ↵Jonathan Abrahams2018-06-063-28/+31
| | | | for reads and writes
* SERVER-34648 Fix lintSiyuan Zhou2018-06-061-3/+4
|
* SERVER-35196 Map additional X509 OIDsSara Golemon2018-06-056-34/+242
|
* SERVER-34159: Redact MigrationDestinationManager messagesSpencer Jackson2018-06-054-55/+56
|
* SERVER-34648 Add test for unique index write conflicts in transactionsWilliam Schultz2018-06-051-0/+121
|
* SERVER-35387 Ensure retried commitTransaction command waits for writeConcernJudah Schvimer2018-06-052-3/+47
|
* SERVER-35397 Add logging to do_txn_basic.js testSpencer T Brody2018-06-051-19/+31
|
* SERVER-34648 Add write conflicts test libraryWilliam Schultz2018-06-052-116/+179
|
* SERVER-35016 Adding commmon log for client/server certificate with LOG(1)Kashish Garg2018-06-053-11/+23
|
* SERVER-32935 log exception during oplog applicationBenety Goh2018-06-053-2/+12
| | | | | This change uses the terminate handler to log unexpected exceptions thrown inside SyncTail::oplogApplication().
* SERVER-35410 add incompatible_with_embedded tag to convert_to_capped.jsDianna Hohensee2018-06-051-3/+10
|
* SERVER-32935 add characterization test for exception handling in oplog ↵Benety Goh2018-06-052-0/+48
| | | | application loop
* SERVER-35403: Don't attempt to close a non-existing cursorDavid Bradford2018-06-051-1/+3
|
* SERVER-35416 use large instances for concurrency suites take 2Robert Guo2018-06-051-11/+11
|
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice ↵Matthew Saltz2018-06-0510-91/+315
| | | | if the first refresh is not performed by its own thread
* SERVER-34906 Rename CannotSatisfyWriteConcern to UnsatisfiableWriteConcernNathan Louie2018-06-055-13/+13
|
* SERVER-35042 Mobile builders should not be enterpriseJonathan Abrahams2018-06-051-39/+13
|
* SERVER-35406 Fix handling of unknown OIDs in OpenSSLSara Golemon2018-06-051-2/+8
|
* SERVER-34958 Deleted unused condition variable Session::_commitcvjinichu2018-06-052-4/+0
|
* SERVER-35382 _isSelf requiresAuth falseBilly Donahue2018-06-051-3/+6
| | | | (cherry picked from commit 34345645bb77e0f1804f63ae1be454e468612ecd)
* SERVER-35100 Do not log exception on dynamic test failureYves Duhem2018-06-051-1/+1
|
* SERVER-34652 SERVER-34654 SERVER-34703 SERVER-34704 Test transactions with ↵Tess Avitabile2018-06-052-0/+184
| | | | concurrent DDL operations
* SERVER-35366 OplogApplier only returns empty batch when buffer is emptyJudah Schvimer2018-06-053-5/+16
|
* SERVER-35172 'ns' field is no longer duplicated in response to ↵Ben Judd2018-06-052-1/+32
| | | | dropCollection with WCE
* SERVER-10637 Add connectionId to isMaster responseAnthony Roy2018-06-054-0/+4
| | | | | Added connectionId to allow drivers to correlate client-side conections with server-side log messages
* SERVER-32083 Add mention of URIs in mongo --helpGregory Noma2018-06-051-0/+1
|
* SERVER-27031 Remove redundant tagAnthony Roy2018-06-053-8/+1
| | | | Removing executor::NetowkrInterface::kMessagingPortKeepOpen redundant with transport::Session::kKeepOpen