summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23858 move test of $regex with embedded null to appropriate filer3.2.6-rc0r3.2.6David Storch2016-04-212-22/+3
| | | | (cherry picked from commit 1a371955e7a93f846a5ddddb19f33d6b270a3991)
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-213-106/+85
| | | | (cherry picked from commit 33471d4424dd81e5310b27867ecb3647c60cf7a4)
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-212-0/+32
| | | | (cherry picked from commit 75f24a26015566ce5458887de1431d2458ff7fd3)
* SERVER-22970 fix update race with background index buildKyle Suarez2016-04-212-1/+23
| | | | | | | | There are two distinct fixes that must be done together: - SERVER-23807: update should throw write conflict on unindex - SERVER-18844: background index builds should reacquire the snapshot to properly detect write conflicts with concurrent updates
* SERVER-23474 runMongoTool with --dialTimeout=30Gabriel Russell2016-04-211-0/+9
| | | | (cherry picked from commit 08114e308f2f22ad95dbdc40e237578d57d4e957)
* SERVER-23762 validate() should fail when encountering invalid BSONRobert Guo2016-04-211-1/+1
| | | | (cherry picked from commit ce39e32d01e3a909948f850360040809ac7c8a8d)
* SERVER-23523 Stop suppressing rm output and exit codesKamran Khan2016-04-211-2/+7
| | | | | | | This should make it easier to diagnose permissions issues and mismatched binaries when running tests on Evergreen. (cherry picked from commit cb2f097f717298f70888f5283b94f9855558e561)
* SERVER-23838 Disable warnings for no access control and no bind_ipAndreas Nilsson2016-04-201-24/+25
| | | | (cherry picked from commit 0b965868280da1f90addd8310eead9cfc40bb382)
* SERVER-23394: Prevent AuthorizationManager deadlock with profilingSpencer Jackson2016-04-203-47/+127
|
* SERVER-23827 increase wtimeout in get_last_error.jsJudah Schvimer2016-04-201-5/+5
| | | | (cherry picked from commit 3160807e82d2601009083b924d8190b5a1b9eec1)
* SERVER-23828 replsets_priority1.js: wait for replication after election but ↵Eric Milkie2016-04-201-0/+9
| | | | | | before shutting down (cherry picked from commit 5dd37d3fa197e73fab8298e5d748e06393b053b2)
* Import wiredtiger-wiredtiger-2.8.0-202-g88b898e.tar.gz from wiredtiger ↵Dan Pasette2016-04-202-11/+38
| | | | | | | | | branch mongodb-3.2 ref: 7ea2631..88b898e 88b898e WT-2566 Lock/unlock operations should imply memory barriers. (cherry picked from commit 05cfbc26c2ab2099d7c98080a79ae67ea531c24f)
* SERVER-23766 Remove beta warning for inMemory storage engineGeert Bosch2016-04-201-9/+0
|
* SERVER-23796 Fix incorrect access control startup warningShane Harvey2016-04-201-0/+1
| | | | (cherry picked from commit 3f86bc56c7e3e9c69ab0725e2b140a1d1f138062)
* SERVER-22599 Test memory full behavior for inMemory storage engineGeert Bosch2016-04-191-0/+87
|
* SERVER-22599 uassert on cache full errorGeert Bosch2016-04-191-0/+2
|
* SERVER-23804 Reduce num_jobs_available on ppc64le rhel builderMark Benvenuto2016-04-191-2/+3
| | | | (cherry picked from commit c26fd6a62e658a04db93fba8b3547efdb57d14ba)
* fix lintJudah Schvimer2016-04-191-8/+10
|
* SERVER-22043 attach read preference in count helperAdam Midvidy2016-04-192-1/+41
| | | | (cherry picked from commit a7820c6af9c4474239f8f80c88d9de7722fa900a)
* SERVER-21414 serverStatus storageEngine.persistentKyle Suarez2016-04-194-1/+13
| | | | | | | Under the server status statistics, "storageEngine.persistent" is either 0 or 1 to indicate if the storage engine persists data to disk. (cherry picked from commit 76cc3b37b1912c35c80084b859efcdc93b104637)
* SERVER-23775 improved default oplog size for ephemeral storage enginesEric Milkie2016-04-191-23/+46
| | | | (cherry picked from commit bdc06761206ac398af04f0a2eb482c4dca49bad8)
* SERVER-23788: Disable sharding_csrs_upgrade on ppc64leMark Benvenuto2016-04-181-1/+1
|
* SERVER-23784 Don't use 30 second network timeout when sending commands to ShardsSpencer T Brody2016-04-181-1/+5
| | | | (cherry picked from commit a42a3d9e45f23e979f20113549ad91a6886ede3d)
* SERVER-23642 system_perf.yml refactoringHenrik Ingo2016-04-183-123/+11
| | | | | | | | | | | | | - Collapse dsi/bin/run-*.sh scripts so that there's one each for ycsb, benchRun initialSync. - Push some "plumbing" bash code from .yml files to dsi files. - Remove dsi/bin/run-distributed_correctness_suite_2.sh It was 100% duplicate of suite_1. (cherry picks commit 3bead6a7dee0c224242463d75acda511e8e8bb09)
* SERVER-23044 Simplify window system CA setupJonathan Reams2016-04-181-67/+21
| | | | (cherry picked from commit f1bfcba98689943266d0269af2a8405b528d2d07)
* SERVER-23044 Add system CA keychain support for OSXJonathan Reams2016-04-183-23/+127
| | | | (cherry picked from commit b788596cb6a71fb8fff79e60cf538d58693f8b9f)
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-1812-58/+310
| | | | (cherry picked from commit 6fa3f3c8b5f6592fec3151d124a40ca238a0b2d4)
* SERVER-23655 invalidate CollectionInfoCache on index buildKyle Suarez2016-04-151-2/+5
| | | | | | | This forces a rebuild of a collection's info cache once an index build has started, rather than waiting until the build has completed. This way, updates occurring while a background index build is in progress correctly know that the index will be affected and perform the update accordingly.
* SERVER-23770 Disable read_concern_majority_passthrough_WT on Enterprise RHEL ↵Judah Schvimer2016-04-151-1/+1
| | | | 6.2 (inMemory) on 3.2 branch
* SERVER-23719 Control verbosity with a VERBOSE variableAndrew Morrow2016-04-151-9/+23
| | | | | | Also removes the --mute flag (cherry picked from commit 7850673c0303b740ecdd2b8718d8c745e25884b3)
* SERVER-23704 Make shard_keycount.js invoke the anonymous test functionKaloian Manassiev2016-04-152-89/+56
| | | | (cherry picked from commit 8fc79125bb85c8939bd6aa4050fec29de79399d5)
* SERVER-23591 Assert on return code of mongo shell in js_protection*.js.Max Hirschhorn2016-04-142-55/+77
| | | | | | | The rawMongoProgramOutput() function isn't guaranteed to return the full output of the process, even after it has exited. (cherry picked from commit 4566c8ebffb803d5175e7f1b7aa5baeffcba795e)
* SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in sconsWaley Chen2016-04-143-4/+13
| | | | (cherry picked from commit 95d6f8c8a4e8a3645d3e9e42f070a28eaaf5c97e)
* SERVER-23217 Hang in network_interface_asio_testWaley Chen2016-04-141-2/+2
| | | | (cherry picked from commit 1114d85ae5437eb7fdfb729979a78acd0659fe55)
* SERVER-23589 Move csrs upgrade tests to their own suiteSpencer T Brody2016-04-1415-8/+137
|
* SERVER-23586 Increase timeouts in csrs upgrade tests to reduce flakinessSpencer T Brody2016-04-146-6/+6
|
* SERVER-23544 Always fail to create SyncClusterConnections after ↵Spencer T Brody2016-04-143-8/+29
| | | | CatalogManager swap to CSRS mode
* SERVER-23184 Fix connection_status.js test.Shane Harvey2016-04-141-54/+65
| | | | (cherry picked from commit 10e70cabf340199e6dccaced6fb7dd12cfb6e689)
* SERVER-23351 test read committed snapshots after a rollback occursEric Milkie2016-04-141-0/+156
| | | | (cherry picked from commit 0c3430437bc84b1d1f02ab78f1303732e84fe0c4)
* Import wiredtiger-wiredtiger-2.8.0-201-g7ea2631.tar.gz from wiredtiger ↵Ramon Fernandez2016-04-14126-3039/+4553
| | | | | | | | | | | | | | | | | | | | | | | | | branch mongodb-3.2 ref: 43e885a..7ea2631 SERVER-23504 Coverity analysis defect 98177: Resource leak SERVER-23526 Replication relies on storage engines reporting a non-zero size for correctness SERVER-23588 mongod with WiredTiger won't start on Windows when built with --dbg=on --opt=off SERVER-23682 WiredTiger changes for MongoDB 3.2.6 WT-2330 in-memory configurations should not create on-disk collection files WT-2507 Add upgrading documentation in preparation for 2.8 release. WT-2512 wtperf: MSVC complains about float conversion in throttle code WT-2513 conversion from 'int64_t' to 'uint32_t' WT-2517 wtperf uses setvbuf in a way that isn't supported on Windows WT-2522 Incorrect format code in message WT-2525 in-memory configurations: miscellaneous cleanups WT-2527 OS X compile error, missing POSIX_FADV_WILLNEED #define WT-2528 style error in WiredTiger build WT-2529 The readonly test case is crashing with a stack overflow WT-2531 in-memory tables are allocating unnecessary memory WT-2532 WT_STREAM_APPEND and WT_STREAM_LINE_BUFFER flag overlap WT-2533 Ensure that in-memory tables don't report a zero size WT-2534 Invalid transaction snapshots on PowerPC
* SERVER-23184 Reduce listCollections privilegesShane Harvey2016-04-143-59/+70
| | | | (cherry picked from commit 0b490582031c2be63239ac0885801739946a2a78)
* SERVER-23652 Add timeseries.py integration to performance testsHenrik Ingo2016-04-142-0/+23
| | | | | (Cherry picks commits 4d35c2fbff3d08f40a2393ffc3b52f15828b1a97 494dfa285d41ec68092829dd00c35ef9be27aab5)
* SERVER-23566 Update distros for Evergreen performance projects.Henrik Ingo2016-04-143-9/+9
| | | | (cherry picked from commit 1b69718e5559f5a09f518f79714908edb0210330)
* SERVER-23299 Add an arbiter to server-23299-1.js test, to remove flaky behavior.Andy Schwerin2016-04-121-1/+1
| | | | | | | | The multiversion suite's replica set upgrade logic expects sets to have at least three nodes. Add an arbiter so this test can use said upgrade logic reliably. (cherry picked from commit 985d53ebd792481f2443ad14eefdb0d0fbf28eff)
* switch tools tag to 3.2.5-rc1r3.2.5-rc1r3.2.5Mike O'Brien2016-04-071-1/+1
|
* TOOLS-1098 pull the tools version from the server tagGabriel Russell2016-04-071-1/+1
|
* bump tools to r3.2.5-rc0r3.2.5-rc0Gabriel Russell2016-04-071-1/+1
|
* SERVER-23299 Fix lint error in js test.Andy Schwerin2016-04-071-3/+2
|
* SERVER-23299 When starting mongod, clear temp flags from collections if ↵Andy Schwerin2016-04-078-6/+242
| | | | | | | | appropriate. See the description in SERVER-23299 for the definition of appropriate. (cherry picked from commit 5e11e4484b84c8f913a4b14b24fbb7c9c46ee40f)
* SERVER-23547 Make the multiversion concept of "latest" more precise.Andy Schwerin2016-04-076-70/+144
| | | | This supports multiversion tests involving subversions, like 3.2.1 compared to 3.2 latest.