summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* SERVER-24662 Remove PCRE 8.37Mark Benvenuto2016-10-14145-127721/+0
|
* SERVER-24662 Remove PCRE 8.36Mark Benvenuto2016-10-14145-125436/+0
|
* SERVER-24662 PCRE 8.39 Build IntegrationMark Benvenuto2016-10-146-4/+825
| | | | (cherry picked from commit 55ba9db94c39b48c6c28ef6ca3aba45c11bfd74f)
* SERVER-24662 PCRE 8.39 SourceMark Benvenuto2016-10-14124-0/+80789
| | | | (cherry picked from commit 392cfc00de5695cadcf96ac5b2766fa9f0bf2df6)
* SERVER-26564: update curator releaseSam Kleinman2016-10-141-1/+1
|
* SERVER-17899 Assert on the appropriate stats when renaming a collection in ↵Charlie2016-10-131-2/+2
| | | | | | core/rename7.js (cherry picked from commit fb9b70f1a6a9797f2637291a1c01412f0eb5b19a)
* SERVER-24055 increase wtimeout in chaining_removal.jsJudah Schvimer2016-10-061-1/+1
| | | | (cherry picked from commit 73836ed5ae3b91f2bdcd9c32e9f311482f22e4f3)
* SERVER-20586 increase auth/repl.js timeouts to reduce flakinessmatt dannenberg2016-09-281-2/+2
| | | | (cherry picked from commit d8b049bf3c7984af7bc7320208395b72a04905b8)
* SERVER-26357 increase timeouts for testScott Hernandez2016-09-281-5/+6
| | | | (cherry picked from commit ea52dcb4df4fac24d5d4c8e6b8f7a3664ed18560)
* SERVER-23819 buildlogger client requests should use basic auth instead of ↵Jonathan Abrahams2016-09-091-3/+3
| | | | | | digest auth (cherry picked from commit 333fd85fc8b2c4978416f5bc54570c536fce0363)
* SERVER-25075 Limit BSONObj buffer size used by 2dsphere index.Siyuan Zhou2016-09-081-2/+2
|
* SERVER-25908: bump curator for improved reository layoutSam Kleinman2016-09-061-1/+1
|
* SERVER-25815: remove ubuntu1410 variant for v3.0Sam Kleinman2016-08-311-93/+0
|
* SERVER-12048 Don't start mongod if pidfile existsBrian Samek2016-08-291-0/+7
|
* TOOLS-1268 don't use -X to set versionGabriel Russell2016-08-251-2/+5
|
* SERVER-22150 Multiversion download script now uses the feed ↵Jonathan Abrahams2016-08-252-78/+172
| | | | https://downloads.mongodb.org/full.json
* SERVER-25793: update curator release for push tasksSam Kleinman2016-08-251-1/+1
|
* SERVER-25786 remove buildscripts/update-vendor-wiredtigerRamon Fernandez2016-08-241-55/+0
| | | | (cherry picked from commit 73ccc56a58ed5a8253e5859e4f528c7dad451831)
* SERVER-25672 use rhel62-large for mongo-perf compile taskRui Zhang2016-08-221-1/+1
|
* SERVER-24442: cleanup evergreen configuration around cleanupSam Kleinman2016-08-221-2/+2
|
* SERVER-25594: push task to use latest version of curatorSam Kleinman2016-08-161-1/+1
|
* SERVER-22929 remove rollback4.jsBenety Goh2016-08-091-58/+0
| | | | (cherry picked from commit 56b626fd661f09cb118a1a180902134f07f5fdb7)
* SERVER-25499: move push tasks to more native distrosSam Kleinman2016-08-091-6/+0
|
* Import wiredtiger-wiredtiger-mongodb-3.0.9-19-ga5c67bd.tar.gz from ↵David Hows2016-08-0810-96/+118
| | | | | | | | | | | | | | | | wiredtiger branch mongodb-3.0 ref: 9cfe4e1..a5c67bd for: 3.0.13 WT-2139 LSM with read-uncommitted isolation, read after free WT-2313 sweep-server: conn_dhandle.c, 610: dhandle != conn->cache->evict_file_next WT-2434 Race between force-drop and sweep WT-2708 split child-update race with reconciliation/eviction WT-2725 WiredTiger hitting assert trying to free update list in MongoDB 3.0 WT-2733 Backport fixes for races between eviction and dead handle cleanup WT-2802 Transaction commit causes heap-use-after free WT-2804 Don't read values in a tree without a snapshot
* SERVER-18739 finish post member state update action before signalling ↵Eric Milkie2016-08-041-2/+2
| | | | finished follower mode
* SERVER-25435: use repo aws key to publish repositoriesSam Kleinman2016-08-041-2/+2
|
* SERVER-25424: upadate curator and fix configuration for rhel55Sam Kleinman2016-08-032-9/+4
|
* SERVER-25408: update curator to support signing rpm repo metadataSam Kleinman2016-08-021-1/+1
|
* SERVER-24699: bump curator pin and add support for signing with legacy keySam Kleinman2016-08-021-1/+2
|