summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-36479 Don't redact planSummary in logsr3.4.17-rc0r3.4.17Kelsey Schubert2018-08-295-17/+17
| | | | (cherry picked from commit f19a83eb8aedfe11dc2ac7ac454f3eb51b5a86cb)
* SERVER-27725 Use batch insert when migrating chunksKaloian Manassiev2018-08-295-64/+67
| | | | (cherry picked from commit b20b8c2a6930a43004c776f011212af2f2fcd59a)
* SERVER-27725 Do not perform orphan check while doing range deletion as part ↵Kaloian Manassiev2018-08-293-18/+19
| | | | of chunk receive
* SERVER-36884: update to latest curator releaseRamon Fernandez2018-08-281-1/+1
|
* SERVER-29702 add assert.commandWorked() around addShard in ↵Esha Maharishi2018-08-271-2/+2
| | | | | | shard_insert_getlasterror_w2.js (cherry picked from commit e5eb1981a68bfc3250b72ca14a9131e2749b4cf7)
* SERVER-29008 Set TestData.numTestClients property in resmoke.py.Max Hirschhorn2018-08-252-10/+19
| | | | | | | | Forwards the value for resmoke.py's --numClientsPerFixture command line option to the mongo shell running the test. This enables the fuzzer to know if there are concurrent clients running the test. (cherry picked from commit 835a13294a78486e0d5458e8814895ea76bf5f7a)
* SERVER-36149: Make $setFeatureCompatibilityVersion a non-normal resourceSpencer Jackson2018-08-242-2/+7
| | | | (cherry picked from commit 5f41ed605c9852d7e11275527bd7373dedd03704)
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-08-2311-52/+367
|
* SERVER-35100 Do not log exception on dynamic test failureYves Duhem2018-08-231-1/+1
|
* SERVER-27599 replace unpredictable unordered config.shards queries with ↵Dianna Hohensee2018-08-2328-186/+150
| | | | | | shard accesses through ShardingTest (cherry picked from commit 12eeaae612b9957c136ebbe23756fba2959946e9)
* Import wiredtiger: 7a6598ca9b54c358803aa6290dce618f0abed63f from branch ↵Luke Chen2018-08-212-1/+13
| | | | | | | | | mongodb-3.4 ref: 65d96ccb97..7a6598ca9b for: 3.4.17 WT-3637 Fix a heap use after free from evicting of a page that just split.
* SERVER-33237 Range deleter avoid query planning for every document.Kevin Pulo2018-08-201-81/+145
| | | | | | | | | | | Custom backport to v3.4, based on 6ed473ed3a122bebc1e932c946fe1c991dbd7ecb. In v3.4, the excessive query planning is only avoided when _secondaryThrottle is off. Also add the rangeDeleterBatchDelayMS server parameter (default 20ms), to give greater control (when necessary) over range deleter throttling. This delay is in addition to any _secondaryThrottle replication delays.
* SERVER-34614: Create a new db connection for each test when running in parallelDavid Bradford2018-08-171-0/+4
| | | | (cherry picked from commit 7e4f6276ec553354e2b88a209e3000ea7f729513)
* SERVER-26387: Replace noPassthrough/indexbg2.js with test that usesAudrey Fang2018-08-152-81/+175
| | | | | | failpoints (cherry picked from commit 1ba4fd11653654df741b5c399a85f38617b21ec8)
* SERVER-26387: Exclude noPassthrough/indexbg2.js from running on MMAPv1Audrey Fang2018-08-151-1/+1
| | | | (cherry picked from commit 8b1758c4680123934080a4ad1cb7dfc1f49a3e18)
* SEVER-36001: Add requires_document_locking tag to noPassthrough/indexbg2.js toAudrey Fang2018-08-152-1/+2
| | | | | | exclude it from running on Ephemeral For Test. (cherry picked from commit 8a88dd6463e36c85420a8b03273e9e37e414cb53)
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and ↵Chibuikem Amaechi2018-08-134-10/+50
| | | | | | | | | convertToCapped Closes #1206 Signed-off-by: Siyuan Zhou <siyuan.zhou@mongodb.com> (cherry picked from commit 35757e8ef3134fad1a09cb09a69882929d9ebb76)
* SERVER-35986 Skip tests using db.eval during parallel test suiteSara Golemon2018-08-091-0/+29
| | | | (cherry picked from commit 010bd9845011533e0a291903d3647cb641b734cb)
* SERVER-36462: Add atlas user to runtime_secret.yml.julianedwards2018-08-071-0/+1
| | | | (cherry picked from commit 2c50fbc340bb7ef787cd213ae95cabb6b8f8e56f)
* SERVER-35962 buildindexes_false_with_system_indexes.js restarts nodes and ↵Matthew Russotto2018-08-031-0/+1
| | | | | | should be tagged [requires_persistence] (cherry picked from commit 9034942bc0cd0bd7f057ce16a592c3ce9f1c9b01)
* SERVER-34414 Create system indexes using the normal index creation and ↵Matthew Russotto2018-08-037-16/+156
| | | | | | | replication process. Do not create them directly on secondaries. Do create oplog entries for index creation.
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-311-3/+11
|
* SERVER-35861: Remove call to dashboard_gen.py in perf.ymldalyd2018-07-291-17/+0
| | | | (cherry picked from commit 44c522677421537b3cf118d323af82353ad956d4)
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-271-4/+1
|
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-266-1/+188
| | | | (cherry picked from commit 0c532a429d4e6f1d8473b6b4f04bf21f6b6f76cb)
* SERVER-36232 Ensure chunk migration commit and the subsequent refresh are ↵Kaloian Manassiev2018-07-261-42/+62
| | | | | | causally consistent (cherry picked from commit 9766b4fc26fe053d6c6f92dc75500e4c1d4f5346)
* SERVER-36132 Invariant that chunk migration is actually reflected in the ↵Kaloian Manassiev2018-07-251-1/+15
| | | | | | metadata after successful commit (cherry picked from commit 4858e05ee6bb59ec728d74802766c05b122aeced)
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-07-2520-75/+529
| | | | (cherry picked from commit fa3fae04c144048bebf3f4c58e08b7b0c32743e1)
* SERVER-34141 Reset client metadata when missing in metadataMark Benvenuto2018-07-242-7/+25
| | | | (cherry picked from commit 52c1fe02a0cd0f64a4d97f7c1e17792b38c67ca4)
* SERVER-34682 Assert that replSetRequestVotes response status is OKWilliam Schultz2018-07-241-1/+3
|
* SERVER-31434 Give Value and ValueStorage pointer alignmentMathias Stearn2018-07-231-2/+7
| | | | (cherry picked from commit 068afad15322f6e768cafdfde76dfa92575a17cf)
* SERVER-33857 call wrap getRedactedCopyForLogging() calls with redact()Gabriel Russell2018-07-232-6/+6
|
* SERVER-35668 Avoid moving concurrency tests to small instances on arm64Robert Guo2018-07-201-11/+0
|
* SERVER-32647 Retry connecting to replica set when given a seed nodeVesselina Ratcheva2018-07-192-1/+32
| | | | (cherry picked from commit 30698911d3bbde3e351c455c8bacc96bb916fac8)
* SERVER-36010 Use severe() for Windows exceptions logsYves Duhem2018-07-191-5/+5
| | | | (cherry picked from commit 6403c6a71e03cee4f6bebbc67b06ba46fbf632c4)
* SERVER-36111 Remove unnecessary and unguarded usage of archival module.Max Hirschhorn2018-07-161-1/+0
| | | | | This fixes the AttributeError that would otherwise occur when running resmoke.py without specifying the --archiveFile command line option.
* Import tools: a486a2aad18c47a9bc6c16e65672690888210832 from branch v3.4David Golden2018-07-133-49/+48
| | | | | | | ref: 1d8a122867..a486a2aad1 for: 3.4.17 TOOLS-1991 Build tools with Go 1.10.1
* SERVER-35858 Run call BF Suggestion service always in bashYves Duhem2018-07-121-0/+1
| | | | (cherry picked from commit 40ad396238fdfb87a7a86e26020db2d293d23f40)
* SERVER-34793 Add call to BF Suggestion server on task failureYves Duhem2018-07-121-0/+25
| | | | (cherry picked from commit 2a86ca0c461b64144e274ec00dd36d3c860e2141)
* SERVER-34602 convertToCapped collection drop does not commit WUOW on 3.4Siyuan Zhou2018-07-121-0/+1
|
* SERVER-27264 Allow disabling no client certificate warningAdam Cooper2018-07-113-2/+68
| | | | | (cherry picked from commit 14eb0afce97b372d0dc4d2a4c41a00318a36b0e2) (cherry picked from commit b6f473d3357aba0a0b686d19ad3d2e5b03ceb524)
* Import tools: 1d8a1228671d09cdf31c9032ce53d2f0787e8cdf from branch v3.4David Golden2018-07-1155-958/+2462
| | | | | | | ref: 4c5314b404..1d8a122867 for: 3.4.17 TOOLS-2066 Revendor github.com/10gen/openssl
* SERVER-34897 load() for atomic boolKevin Pulo2018-07-111-1/+1
|
* SERVER-34897 add parameter to prohibit mongos retriesKevin Pulo2018-07-111-0/+10
| | | | (cherry picked from commit 80c7c825a44cf99b17e81f4233445c7ab1927706)
* SERVER-34160 Exit shell cleanly on SIGHUPJonathan Reams2018-07-101-0/+3
| | | | (cherry picked from commit 43695048b2359962549dc11ce7d075375b7fb3cf)
* SERVER-25746 store advisoryHostFQDNs in config.mongosr3.4.16-rc0r3.4.16Kevin Pulo2018-07-024-19/+124
| | | | (cherry picked from commit 75c8414afea212e79b27dae42cfd2930bdfd6eea)
* SERVER-34549 make kDefaultTimeoutMS a static property of ReplSetTestPavi Vetriselvan2018-06-291-1/+13
| | | | (cherry picked from commit b1a7cffd3f151efe4d47864c89cf5c7cf9e884cc)
* SERVER-29359 SO_KEEPALIVE for nia socketsNathan Orttung2018-06-285-0/+29
| | | | | | Previously had not set keepalives for egress sockets on executors, this fixes that. (cherry picked from commit bcacc4929dcddc4e6c380aa41b2db730245de244)
* SERVER-29341 Set KeepAlive params on windows and macSara Golemon2018-06-287-43/+205
| | | | (cherry picked from commit bd153cba11ab82ffbf8d2bc0b801eb808369eb9e)
* Revert "SERVER-29359 SO_KEEPALIVE for nia sockets"Nathan Orttung2018-06-287-122/+0
| | | | This reverts commit c09bb6672e4521ac8c831209da8c70623b17ad5b.