summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33089 Do not regenerate auth indexes in queryable backup moder3.4.12-rc0r3.4.12Spencer Jackson2018-02-051-0/+8
| | | | (cherry picked from commit ce5691d634b9228b0686e6241e071f6691e46a3f)
* SERVER-32772 dbtest task should write to task directoryMathew Robinson2018-02-051-0/+7
|
* SERVER-31437 Fix parsing of host/db connect stringSara Golemon2018-02-012-3/+36
| | | | (cherry picked from commit be9f8cd19c1d3fa7b0fea18c965cd9964fc7ed68)
* SERVER-32924 tag skip_sharding_configuration_checks with requires_persistenceMisha Tyulenev2018-02-011-0/+1
| | | | (cherry picked from commit f492aeddbf5e4dbd660d7aa297b0cdbe939c4906)
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-313-1/+15
|
* SERVER-32896 system_perf.yml: Don't run make_artifacts.sh twiceHenrik Ingo2018-01-302-36/+0
| | | | (cherry picked from commit 4d08499e9ac6cb6da8d76d08d50bb7e205ca4b3e)
* SERVER-32896 Upload dsi-artifacts.yml in system_perf.ymlHenrik Ingo2018-01-302-8/+8
| | | | (cherry picked from commit a320388f7170130de3732b2f349cb6a0fba572ad)
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2018-01-302-6/+8
| | | | | | | | The wrong order leads to the rollback of CollectionImpl happening after the rollback of KVCollectionCatalogEntry. This means the Collection destructor would call setCappedCallback() on an already destroyed RecordStore. (cherry picked from commit f9e38f099a892964a09d4a80aafd8edfef21594d)
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-302-1/+17
|
* SERVER-32527 Overwrite remote credentials with package tests credentialsMathew Robinson2018-01-301-0/+7
|
* SERVER-32527 Move package testing to new BUILD2 VPCMathew Robinson2018-01-302-1/+4
|
* SERVER-28396 Respect logkeeper's POST size limitYves Duhem2018-01-303-48/+179
| | | | (cherry picked from commit 5397d13e51c182e0a8afcd91648453af4d6534f1)
* SERVER-32891: Sys-perf change order of mongodb_setup and workload_setup callsdalyd2018-01-302-2/+2
| | | | (cherry picked from commit 78b96cbd2d39f3ceff2ecb8e0029e95c18d6506d)
* SERVER-32740: Set ycsb_dir and workloads_dir in longevity.yml.julianedwards2018-01-301-0/+2
| | | | (cherry picked from commit 145ebbe66f735bda74de1a000dd493185e70e174)
* SERVER-32740: Set ycsb_dir and workloads_dir in system_perf.yml.julianedwards2018-01-301-0/+2
| | | | (cherry picked from commit bcdb10268a736670e5e51aa01e99dac5fb09922f)
* SERVER-32931 burn_in_tests.py creates empty report if there are no new or ↵Jonathan Abrahams2018-01-301-0/+3
| | | | | | modified tests (cherry picked from commit e351e669b05a82c0aea1d71538efc0cd0bf94dc4)
* SERVER-32932 improve sles12 package testingZakhar Kleyman2018-01-291-0/+10
|
* Revert "SERVER-32585 Use toolchain pip for installation of modules"Mathew Robinson2018-01-241-2/+7
| | | | This reverts commit ab0c51951c5a63aa6704cac43db0848443fe6f4b.
* SERVER-32585 Use toolchain pip for installation of modulesMathew Robinson2018-01-231-7/+2
| | | | (cherry picked from commit a84f831688c148114bf073fbf9c14a79e6c3402e)
* SERVER-32569 allow config servers and shard replica sets to start in ↵r3.4.11-rc0r3.4.11Misha Tyulenev2018-01-229-11/+95
| | | | | | non-cluster mode (cherry picked from commit b251fd633d7572c0b221df3b316534596e981041)
* SERVER-32788 Update "secondary performance" sysperf test to use nonvoting ↵Henrik Ingo2018-01-191-2/+4
| | | | | | secondaries (cherry picked from commit 7d9116e43dd7350c691824edf07389277bb17795)
* SERVER-30853 Add missing hard limit to memlockMathew Robinson2018-01-181-1/+1
| | | | (cherry picked from commit 65c82b5017d37aeef9fb0075543424873f1197ad)
* SERVER-30853 Update Mongod init scripts to set unlimited locked memoryMathew Robinson2018-01-186-0/+8
| | | | (cherry picked from commit 6c8dc5e004bf2c91df10975adef861bcf00af6cd)
* SERVER-32260 Call workload_setup.py from system_perf.yml and longevity.ymlHenrik Ingo2018-01-182-0/+2
| | | | (cherry picked from commit 086cec19cbd0f0a4a122d4cfa6f099dbaa2ef21d)
* SERVER-30565 Move burn_in_tests.py invocation out of compile taskYves Duhem2018-01-171-8/+31
| | | | | | | | (cherry picked from commit 7969a3e83d918a9a3ccaae65c6509b1abad4b34e) Also includes the following related fix: SERVER-30634 Fix burn_in_tests test detection on Windows (cherry picked from commit 6b815203b752f4a1e1f8f810b7dda5e0a331b4ea)
* SERVER-31818 Add server parameter to disable MarkThreadIdleMark Benvenuto2018-01-171-0/+7
| | | | (cherry picked from commit 836ad1fdfae0243ecf88b4747e9ae4a1cd40a438)
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ↵Kaloian Manassiev2018-01-166-140/+230
| | | | | | same source or destination (cherry picked from commit b5ebe8a5492c4f5e33970c0f885b9ac51460b9dc)
* SERVER-32704 sys-perf: Skip validating oplog as enabled by SERVER-32243Henrik Ingo2018-01-161-1/+10
| | | | (cherry picked from commit 0784425fa2d58b6a2bff3125b50be7f0d6a7f489)
* SERVER-27801 define unique KRB5CCNAME per external_auth testSara Golemon2018-01-131-0/+13
| | | | (cherry picked from commit 6e2cc35d6d4370804f09665b243d1e4d5d418ec0)
* SERVER-31262 Storage of _rbidCommandHandle can race with destruction of ↵Siyuan Zhou2018-01-122-29/+58
| | | | | | SyncSourceResolver (cherry picked from commit f6e461f9a2680b48606658c2010ca6f20ee8e8b7)
* SERVER-32410 Validate User::CredentialData during authSara Golemon2018-01-116-4/+80
| | | | | | | | (cherry picked from commit fb8046d813af032d6d51327affbab9b6199fe654) base64::validate() checks removed as they're a 3.6 API. This doesn't materially hurt the fix as the later decodes will fail in a predictable and correct way.
* SERVER-31670 fixture secondary defaults to 0 votesKevin Albertson2018-01-111-1/+1
| | | | (cherry picked from commit af6bd1d39b42cc3d99c5854c6e280df31e858442)
* Import wiredtiger: e5e5c131d6f37efa82aae2848d98f5ddc3fe0126 from branch ↵Luke Chen2018-01-119-88/+139
| | | | | | | | | | | | | mongodb-3.4 ref: 0cea838de2..e5e5c131d6 for: 3.4.11 WT-3079 Make sure eviction visits all trees WT-3303 Deadlock during first access to lookaside table WT-3618 WT remove solaris from evergreen builds WT-3681 Don't truncate the last log file in recovery WT-3776 Cursor remove operation unpins page too early
* SERVER-32271 Update OSX variant names to 10.8Ramon Fernandez2018-01-101-8/+8
|
* SERVER-29623: Ban noPassthrough/system_indexes.js on inMemorySpencer Jackson2018-01-081-0/+3
| | | | (cherry picked from commit af23402b8c55d48c47be628f6b516d51991d4e71)
* SERVER-32286 Remove Type=forking from Debian SystemD service filesMathew Robinson2018-01-081-1/+0
| | | | (cherry picked from commit e6f46b03cec9d5b5cd4487761a2c2c2136567473)
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2018-01-032-0/+48
| | | | (cherry picked from commit 07bfb1286cb6d01d8080ab3b39a1c76dd123e002)
* SERVER-32242 Fix race in CompatibleFirstStress lock manager testGeert Bosch2018-01-032-4/+4
| | | | (cherry picked from commit cc13cb76a07a01cb0eb14bd4516a9ef9c073f1c7)
* SERVER-31997 Add more unit tests for CompatibleFirst policyGeert Bosch2018-01-032-0/+212
| | | | | | | (cherry picked from commit 6fe91fe0c48bdeb3a289c74c0cd7f2b179f7a1a7) Conflicts: src/mongo/db/concurrency/d_concurrency_test.cpp
* SERVER-30720 Integer overflow in SharedBuffer::grow_reallocateMartin Neupauer2018-01-021-5/+6
| | | | | | Move the length check before the while loop. (cherry picked from commit 5bdeccdef411b3c8e19c19b2e5190119889eba61)
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-12-211-3/+2
| | | | | Manual backport of 5aa60782cebed045a316b5cd6706be726178ce09 without the removal of the now-redundant NoTrace variants.
* SERVER-31930: Have ephemeralForTest capped collections unindex deleted ↵Daniel Gottlieb2017-12-201-2/+9
| | | | | | documents in rollback. (cherry picked from commit 6ad1c6cea2e516ac8800265ed7358edaea9382d8)
* SERVER-32271 Update variant names to match MacOS version bump to 10.8Ramon Fernandez2017-12-151-4/+4
|
* SERVER-32271 Bump minimum MacOS version to 10.8Ramon Fernandez2017-12-151-8/+8
|
* SERVER-31982 check for write concern errors in migration commit responseDianna Hohensee2017-12-141-3/+7
| | | | (cherry picked from commit f4c11f679de3781ae202511fe07144e357c80e2b)
* SERVER-32046 Fix typebit reading for indexed decimal infinitiesGeert Bosch2017-12-122-22/+86
| | | | (cherry picked from commit b58afd1e34aedcd1c1df4f2b5613c60668eaaad4)
* SERVER-32048 Ensure updates that implicitly create an array element generate ↵Tess Avitabile2017-12-1217-5/+481
| | | | | | | new null index keys (cherry picked from commit 69f94d7172801725bad43dba99ca0e5400eb293c) (cherry picked from commit 80b311e0a8537a47eb723ed4b6c010b5d1006551)
* SERVER-32087: Run test stage of sys-perf and mongo-perf failures should lead ↵Vick Mena2017-12-081-0/+1
| | | | to red evergreen boxes
* SERVER-31215 Enable pthread cond monotonic in Linux on WTLouis Williams2017-12-071-0/+3
| | | | (cherry picked from commit 33990519ca30e8a653aaca218c49539f5eba3468)
* SERVER-29397 Ensure user inserted invalid config.tags documents cause the ↵Dianna Hohensee2017-12-043-20/+14
| | | | | | auto-balancer to error rather than invariant (cherry picked from commit 1340d505df3eb777cbe1684d53c64848052b7151)