summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46137 Implement ReplicaSetNodeProcessInterface methods needed for $merge46137Gregory Noma2020-02-187-37/+108
|
* SERVER-46026 js_exceptions.js against structured logsGabriel Russell2020-02-181-2/+9
|
* SERVER-46026 Fix tests reliant on specific log linesMark Benvenuto2020-02-188-11/+75
|
* SERVER-46059 Run CheckOrphansDeleted hook in concurrency_sharded*.yml.Max Hirschhorn2020-02-1820-59/+180
|
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-186-79/+91
| | | | | | Temporary until we work on fixing the tests. Transaction slow query log logs with both new and old log statement
* SERVER-46198 Correct local file name for dist debugsymbolsMathew Robinson2020-02-181-1/+1
|
* SERVER-46026 Fix initial_sync_drop_against_last_stable.js with JSON logsHenrik Edin2020-02-184-15/+75
|
* SERVER-45950 TopologyManager should not use idl generated comparison ↵Janna Golden2020-02-184-26/+35
| | | | operator to compare TopologyVersion
* SERVER-46224 JSON formatter escapes message stringHenrik Edin2020-02-181-3/+5
|
* SERVER-46086 Skip submitting ranges for deletion on secondaries.Max Hirschhorn2020-02-181-0/+4
|
* SERVER-45890 Kill large OP ids in jstests/sharding/auth.jsSpencer Jackson2020-02-181-2/+2
|
* SERVER-46026 disk_wiredtiger tests against structured logsGabriel Russell2020-02-183-14/+14
|
* SERVER-45944 disallow downgrade to 4.2 if there is an index build in progressBenety Goh2020-02-182-1/+18
|
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-1813-179/+226
|
* Revert "SERVER-45680: Burn_in_tests should pick up changed files in ↵Ian Boros2020-02-183-42/+26
| | | | | | mongo-enterprise-modules files" This reverts commit 77911ece0c066a68eb22f35d63b9ffd6c109b442.
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-1822-9/+513
| | | | | | | This reverts commit 542de84ec1e17520bd0d99d54a024ff0e0bc3de2. create mode 100644 jstests/libs/all_commands_test.js create mode 100644 jstests/replsets/db_reads_while_recovering_all_commands.js
* SERVER-46216 The dropIndexes command should not hold the global lock ↵Gregory Wlodarek2020-02-181-28/+44
| | | | throughout the duration of the command
* SERVER-46026 jsCore_txns tests against structured logsGabriel Russell2020-02-183-4/+28
|
* SERVER-45944 add js test for fcv downgrade during index buildsBenety Goh2020-02-181-0/+55
| | | | create mode 100644 jstests/noPassthrough/index_downgrade_fcv.js
* SERVER-46198 Use the dist tarball in the push taskMathew Robinson2020-02-181-2/+31
|
* SERVER-28680: Fix naming of lastCommittedOp field in replSetRequestVotesXuerui Fa2020-02-189-63/+151
|
* SERVER-46026 Fix ssl suite when using JSON logsHenrik Edin2020-02-185-34/+90
|
* SERVER-45540 Gate $unionWith behind FCV check and test upgrade/downgradeNicholas Zolnierz2020-02-185-14/+120
|
* SERVER-43889 Distinguish between retryable write and transaction when ↵Ali Mir2020-02-185-5/+119
| | | | failing a command
* SERVER-45273 Remove the mongos version check in allow_partial_results.js and ↵Cheahuychou Mao2020-02-182-32/+26
| | | | return_partial_shards_down.js
* SERVER-45680: Burn_in_tests should pick up changed files in ↵Alexander Costas2020-02-183-26/+42
| | | | mongo-enterprise-modules files
* SERVER-46188 Blacklist write_conflicts_with_non_txns.js from sharded core ↵William Schultz2020-02-184-0/+12
| | | | transaction passthrough suites
* SERVER-46179 Relax errorcodes.py linter now when log statements also use thisHenrik Edin2020-02-181-9/+0
|
* SERVER-45422 Test that all isMaster fields respect the horizonTess Avitabile2020-02-181-0/+70
|
* SERVER-46026 Fix tests reliant on specific log linesMark Benvenuto2020-02-1833-90/+365
|
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-1621-42/+719
|
* SERVER-44356 Set config server periodicNoopIntervalSecs to 1Bernard Gorman2020-02-163-2/+16
|
* SERVER-46026 Fix kill_sessions.js and logs_include_client_info.js to handle ↵Henrik Edin2020-02-154-26/+82
| | | | JSON logs
* SERVER-37726 Make dropIndexes abort in-progress index buildsGregory Wlodarek2020-02-1511-123/+744
|
* SERVER-37726 Concurrency suites creating and dropping indexes should expect ↵Gregory Wlodarek2020-02-157-23/+37
| | | | the IndexBuildAborted error code
* SERVER-37726 Add the ability to abort an index builder by the index names it ↵Gregory Wlodarek2020-02-154-42/+191
| | | | is building
* SERVER-37726 Add the ability for the CollectionIndexBuildsTracker to wait ↵Gregory Wlodarek2020-02-152-8/+37
| | | | until the requested index build is finished
* SERVER-46155 Restore root install of mongobridge in non-hygienic buildsAndrew Morrow2020-02-151-0/+3
|
* SERVER-46102 fix test to work under mac os xBenety Goh2020-02-151-0/+8
| | | | | This test restores the subset comparison behavior, for mac os x only, that was changed to a set equality check in commit 94605304208b2d20716ecc09c543e65708751516.
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-1520-93/+167
| | | | | | There are no functional changes to this CR, it just instantiates every usage of ReadThroughCache with a ServiceContext and ThreadPool, which will be used for making the acquire method asynchronous.
* Revert "SERVER-45975: Added --oplogMinRetention cli option"Benety Goh2020-02-157-149/+9
| | | | | | This reverts commit 0f54376c08d368ffcc80f65a0a4271cc0e6e865a. delete mode 100644 jstests/noPassthrough/oplog_retention_hours.js
* SERVER-46178 Exclude requires_sharding tests from ephemeralForTest.Max Hirschhorn2020-02-153-2/+5
|
* SERVER-45885 remove redundant NamespaceStringOrUUID parameter from ↵Benety Goh2020-02-152-52/+23
| | | | | | IndexBuildsCoordinator internal functions This information can be derived from ReplIndexBuildState.
* SERVER-45885 IndexBuildsCoordinator::_waitForCommitOrAbort() checks ↵Benety Goh2020-02-152-7/+4
| | | | secondary state using collection UUID
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-141-4/+4
|
* SERVER-46145 Remove mr_shard_version.js test in favor of the existing FSM testsNicholas Zolnierz2020-02-143-200/+0
|
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by ↵Henrik Edin2020-02-1412-110/+47
| | | | default
* SERVER-46172 Tag record_preimage_startup_validation.js with requires_persistenceMihai Andrei2020-02-141-6/+1
|
* SERVER-45592 Raise Windows runtime minimum to Windows 10/Windows 2016 for ↵Mark Benvenuto2020-02-144-24/+55
| | | | MongoDB 4.4
* SERVER-45885 IndexBuildsCoordinator::shouldWaitForCommitOrAbort() checks ↵Benety Goh2020-02-141-5/+4
| | | | secondary state using collection UUID