summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41604 For testing, update evergreen.yml on old stable branch to ↵v3.0Brian McCarthy2019-06-103-2/+121
| | | | support ubuntu1604
* SERVER-31535 Ubuntu 12.04 is EOL, remove variantsRamon Fernandez2018-03-281-118/+0
|
* SERVER-33236: Update perf.yml to use ssh form of git clonedalyd2018-02-131-1/+1
| | | | (cherry picked from commit 0658fe0f057c7d1b82239c3661619dd9f062a684)
* SERVER-32048 Ensure updates that implicitly create an array element generate ↵Tess Avitabile2017-12-1517-5/+485
| | | | | | | | | new null index keys (cherry picked from commit 69f94d7172801725bad43dba99ca0e5400eb293c) (cherry picked from commit 80b311e0a8537a47eb723ed4b6c010b5d1006551) (cherry picked from commit 5e58d9f0b6e6b42a0c9f4817e88ee1bfb7527d81) (cherry picked from commit 752daa306095fb1610bb5db13b7b106ac87ec6cb)
* 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-32044: Use parameterized branch_name in performance projectsdalyd2017-11-201-1/+1
| | | | (cherry picked from commit 594cf2ef09a959ef94b8aa91473f1aedf1512144)
* SERVER-30166 Fix LintMark Benvenuto2017-10-191-1/+1
|
* SERVER-29287 PCRE 8.41Mark Benvenuto2017-10-16129-539/+774
| | | | (cherry picked from commit 993f30454af95b3d9c1a377b96d258849ac0fa46)
* SERVER-30166 Replace string with explicit std::string. Enables compulation ↵Steven Green2017-10-168-31/+253
| | | | | | | | | when using --use-system-pcre which presusably used to do 'using std::string' in an earlier version of pcre Closes #1167 Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com> (cherry picked from commit b7cebf82bc5e5572308cc3a3fb958a825db91498)
* SERVER-29855 Pull major/minor from sys/sysmacros.hJason Carey2017-10-131-0/+4
| | | | | | | | | | | | | | | | | | | Per newer versions of glibc: ---- error: In the GNU C Library, "major" is defined by <sys/sysmacros.h>. For historical compatibility, it is currently defined by <sys/types.h> as well, but we plan to remove this soon. To use "major", include <sys/sysmacros.h> directly. If you did not intend to use a system-defined macro "major", you should undefine it after including <sys/types.h>. [-Werror] string path = str::stream() << "/sys/dev/block/" << major(dev) << ':' << minor(dev) ---- Including <sys/sysmacros.h> appears to be the correct solution to quiet the warning (cherry picked from commit e245cac2b3c18015dee8caddd449532785d15c2b)
* SERVER-30891: perf.yml: make the -repl variants run frequentlydalyd2017-10-091-2/+2
| | | | (cherry picked from commit 9ea39284d34021fb5f3dffa1b5c669ec21a3a408)
* SERVER-31108: Update baseline tag for microbenchmarksdalyd2017-10-091-1/+1
|
* SERVER-31006 bump curator to latestZakhar Kleyman2017-09-291-1/+1
|
* SERVER-30558 Remove Solaris buildstycho garen2017-09-141-49/+0
|
* Import wiredtiger: d687cc19830b5b479d7474724ed609c416bfb1d2 from branch ↵Alex Gorrod2017-06-1939-1204/+3502
| | | | | | | | | | | | | | | | | mongodb-3.0 ref: b1aab8db7d..d687cc1983 for: 3.0.16 WT-2321 Fix a race between eviction and worker threads on the eviction queue WT-3000 Missing log records in recovery when crashing after a log file switch WT-3008 Run wtperf stress testing against all maintained branches WT-3010 shared-cache-stress can hang on mongodb-3.0 branch WT-3038 WiredTigers mongodb-3.0 branch crashes and hangs when run against test format WT-3049 Backport test/format to mongodb-3.0 branch WT-3158 Fix structure layout on Windows. WT-3277 [v3.0] Eviction of pages belonging to tables that have been force dropped WT-3286 [v3.0] Improve search if an index hint is wrong
* SERVER-29503 Run OS X builds on OS X 10.12 instancesZakhar Kleyman2017-06-151-3/+3
|
* SERVER-29509 tolerate extended file ACLs in shell history jstestKevin Pulo2017-06-151-1/+1
| | | | (cherry picked from commit 6a85a4b845d2d365dc6f8a06c3c02824dc1909dc)
* SERVER-29516 Specify target OS minimum for go tools buildAndrew Morrow2017-06-091-1/+3
| | | | (cherry picked from commit db55e668d87d66b171c310241bdbcabfa790e2cf)
* SERVER-29420 Use SSL headers from toolchain when building tools on OS XAndrew Morrow2017-06-061-0/+1
| | | | (cherry picked from commit 2accdb583a33a32d1adbb99c4905bd53c20d3f7d)
* SERVER-28109 Configure Mac OS X Builders to use toolchain OpenSSL headersMark Benvenuto2017-05-221-1/+1
| | | | (cherry picked from commit e563ba50008503d21b610fd0aaadccc70336b837)
* SERVER-17435 do not abort if opid changes while killing all ops in ↵Eric Milkie2017-05-191-1/+4
| | | | | | killAllUserOperations() (cherry picked from commit eb9785c12b4b88d76e00321440c8d635f296448a)
* SERVER-28961: remove readcmd paramJim OLeary2017-05-171-1/+1
|
* SERVER-28484 Remove timestamp from Linux package versions and filenamesRamon Fernandez2017-05-131-17/+49
| | | | | | | | | | | | | | | | | | This changes the package names for commit-triggered builds to match the following format: - rpm: mongodb-org-server-3.4.3-0.1.latest.el6.x86_64.rpm - deb: mongodb-org-unstable-shell_3.5.5~latest_amd64.deb Patch builds packages are also changed to eliminate the NN-g<hash> part of the version (as produced by git-describe): - rpm: mongodb-org-server-3.4.3-0.1.patch.deadbeef1234.el6.x86_64.rpm - deb: mongodb-org-unstable-server_3.5.5~patch~deadbeef1234_amd64.deb Packages for release candidates and releases are not changed. (cherry picked from commit 6b58cac1fb36b328fa9d1be8b9e67d4355744a12)
* SERVER-21933 mongoreplay is not included in 3.0r3.0.15-rc0r3.0.15Ramon Fernandez2017-05-012-2/+0
|
* SERVER-21933 Update READMEIan Whalen2017-05-012-61/+99
| | | | (cherry picked from commit 74720a72751c92bcb363d31c8a016e158771267e)
* SERVER-25335 SERVER-26489 avoid group and other permissions when creating ↵Kevin Pulo2017-05-012-2/+138
| | | | | | | | | | | | | .dbshell history file Cherry-picked from: * 035cf2afc04988b22cb67f4ebfd77e9b344cb6e0 * f2c3376d70a3540d3bee5e32abe9d5517f571369 * 4a431ceb4cb1d986ceb54ee26ca86915ef9ffd42 With additional adjustments to handle the inability to pass environment variables to runProgram().
* SERVER-27936 Fix yielding in handleDuplicateDbNameGeert Bosch2017-04-281-1/+1
| | | | (cherry picked from commit 20f72e3ccd72d57e7e4df2272d3ac7456cda0af5)
* SERVER-28357 Do not enforce quota on starting MMAPv1 compactGeert Bosch2017-04-251-1/+2
| | | | (cherry picked from commit d3e35fc16a7654a83db9f3daa5f4c356c5105246)
* SERVER-28548 skip unused keys in restorePosition, even when prev location is ↵Eric Milkie2017-04-041-4/+0
| | | | | | not found (cherry picked from commit 928d3b0cf3b989f7f099df9b9746505d6b68f470)
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsMaria van Keulen2017-03-307-64/+102
| | | | | | | | (cherry picked from commit b21ff4b1a89bf90a3cceee6961c75f8d10c733e6) Conflicts: src/mongo/db/storage/mmap_v1/catalog/namespace_details_collection_entry.cpp src/mongo/db/storage/mmap_v1/mmap_v1_database_catalog_entry.h
* SERVER-27996 Invalidate stale system.namespaces record IDsMaria van Keulen2017-03-302-1/+65
| | | | (cherry picked from commit c8afd7bba3aec74e49ce3467cce386f1d3f9b92f)
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-03-302-0/+46
| | | | | | | (cherry picked from commit 08996a3fa199dd04f428c663e78239c07339e7e5) Conflicts: jstests/core/list_indexes_invalidation.js
* SERVER-27164 do not upgrade dblock for replication, to avoid deadlockEric Milkie2017-02-151-3/+9
| | | | (cherry picked from commit e876419bebadd6468c402e85e1fcf6eff5a374d4)
* SERVER-27784 Remove httpget() from packager.pyBrian Samek2017-02-132-49/+7
|
* SERVER-23959 Conditionally create a Windows job object in smoke.py.Max Hirschhorn2017-02-135-21/+204
| | | | | | | | | Changes smoke.py to (like resmoke.py) only create a job object if the Python process isn't already inside of one. This allows the Evergreen agent to create a job object for managing processes spawned by a task to ensure they are cleaned up reliably. (cherry picked from commit dd6acd3551dc9e409a863e517609f2509a0f87f7)
* SERVER-27493 do not enforce oplog visibility hack for reverse cursorsEric Milkie2017-02-062-8/+24
|
* SERVER-21480: remove race condition in ttl1.jsGeert Bosch2017-01-251-6/+11
| | | | (cherry picked from commit 56943a545ab503b11b747bb40779ab01be58766b)
* SERVER-23316 Use shards from ShardingTest instead of querying config.shards ↵Dianna Hohensee2017-01-041-14/+9
| | | | for balance_repl.js
* SERVER-27568: Track mongo-perf master for microbenchmarksdalyd2017-01-041-1/+1
| | | | (cherry picked from commit 92766b801c36f985d4eca849d678f25c31d87068)
* SERVER-27208: Additional general cleanup of perf.yml for 3.0 branchdalyd2016-12-161-41/+51
| | | | while updating release.
* SERVER-27208: Updated 3.0 branch of microbenchmarks to use 3.0.14 as baselinedalyd2016-12-151-1/+1
|
* SERVER-27350: Enable access control for microbenchmarks in Evergreendalyd2016-12-151-9/+36
| | | | | | (cherry picked from commit 84fbb58e741ee55e289cae7b05fc5f7fb1f5da7d) Also enabled enterprise build
* SERVER-27208: Turn on manifest for microbenchmarksdalyd2016-12-151-0/+1
| | | | (cherry picked from commit aa54128b5fc533f50f9da8c401553e81fbba61b3)
* SERVER-27208: Update microbenchmarks to use next mongo-perf releasedalyd2016-12-151-1/+1
| | | | (cherry picked from commit c1c5fd96e11118d59b49b08061469806cb67cdb1)
* SERVER-27358 Convert socket timeout to milliseconds to use in connectsamantharitter2016-12-121-1/+1
| | | | (not cherry-picked)
* SERVER-27240 Replace ConnectBG with pollJason Carey2016-12-081-56/+110
| | | | | | | | | | | | It's unsafe to close a socket from another thread. Also, after returning EINTR, the connect call converts to an async call. And on non-linux systems that requires a fallback to poll/select to handle errors. Because of that, let's just do the connect without the background thread at all, starting off with poll. (cherry picked from commit a1baabeee5694aa8c4ffa1827233684d6c7fcc49)
* SERVER-27151: update curator to latest releaseSam Kleinman2016-11-221-1/+1
| | | | (cherry picked from commit 8d9e729fb81696d016e912604a466e8b81164b6b)
* SERVER-23510 Fix index_retry and index_no_retry to not be timing basedVincent Do2016-11-075-265/+213
| | | | | | | | | | | | | | | | | | | (cherry picked from commit a97efaa18399fa43bb2a66be204c9f433e71f50b) Additional changes on top of a97efaa18399fa43bb2a66be204c9f433e71f50b: - Included the changes from ff285b342fd98416a458a070f05e62c274028c89 to fix invalid write concerns. - Fixed the tests to get the pid using serverStatus(). - Worked around MongoRunner.EXIT_TEST not being defined. - Removed checks that the parallel shell exited with a non-zero return code. - Limited the scope of a WriteUnitOfWork to avoid an invariant failure.
* Import wiredtiger: b1aab8db7d80e165d5da80aab0c0403772450997 from branch ↵r3.0.14Ramon Fernandez2016-11-036-14/+9
| | | | | | | | | | mongodb-3.0 ref: a5c67bd..b1aab8db7d for: 3.0.14 SERVER-26889 Incorrect memory access on 3.0.13 triggers segmentation fault WT-2711 Change statistics log configuration options
* SERVER-22823 Increase stability of authCommands.jsr3.0.13-rc0r3.0.13Spencer T Brody2016-10-241-7/+3
| | | | (cherry picked from commit fb015882a981d69567946661df87cb7398ae12f1)