summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS-833 disable unreliable dump to stdout testGabriel Russell2015-07-231-11/+0
| | | | | o Its actually not ok to run any programs with runMongoProgram that write binary data to standard output
* SERVER-19558 drop scopeCache in shutdownServerJason Carey2015-07-234-0/+20
| | | | makes leak sanitizer happy
* SERVER-19520 Reduce 32-bit test coverageDaniel Alabi2015-07-231-53/+0
|
* SERVER-19289 Sharding tests should always use wiredTiger as the storage ↵Daniel Alabi2015-07-231-0/+3
| | | | engine for replica set config servers
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-2340-344/+309
|
* SERVER-19391: Remove BSONObjBuilder::appendAsNumber.David Hatch2015-07-233-80/+0
|
* SERVER-19414 Use CatalogManagerReplicaSet when config servers are a replica setSpencer T Brody2015-07-237-21/+56
|
* SERVER-19450 UnorderedFastKeyTable/StringMap construct with ↵Qingyang Chen2015-07-234-8/+33
| | | | std::initializer_list
* SERVER-19513 move functional test to noPassthroughWithMongodDan Pasette2015-07-221-4/+4
|
* BF-1016 Drop num of conns in connections_opened.jsJason Carey2015-07-221-1/+1
| | | | | Lower the number of persistent and temporary connections to 50 to reduce memory pressure.
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-2214-198/+424
|
* Revert "SERVER-19221 patch ASIO to not initialize OpenSSL"Adam Midvidy2015-07-223-11/+4
| | | | This reverts commit 3b08961d77a2a7b3a8a99594565dd60ea889877f.
* Revert "SERVER-19221 implement async SSL in NetworkInterfaceASIO"Adam Midvidy2015-07-2213-408/+198
| | | | This reverts commit 917290ba9644cbf6d981bc730444a107248d1aa3.
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-2213-198/+408
|
* SERVER-19221 patch ASIO to not initialize OpenSSLAdam Midvidy2015-07-223-4/+11
|
* SERVER-18951 do not add j:true to w:majority writes if journaling is not ↵Eric Milkie2015-07-223-10/+14
| | | | available
* SERVER-19504 Remove indexStats command artifactsJames Wahlin2015-07-2211-266/+3
|
* SERVER-19526: Move expensive invariant to dassertMartin Bligh2015-07-222-3/+3
|
* SERVER-19474 Improve validation for createIndex array options in shellJ Delaney2015-07-221-1/+5
| | | | | Use built-in ES5 function for less error-prone array detection and limit the number of array elements to 3.
* SERVER-19513: Unindex documents when truncating WT capped collectionsGeert Bosch2015-07-222-0/+28
|
* SERVER-19512 Remove jstests/multiVersion/config_version_excludes.js testSpencer T Brody2015-07-221-67/+0
|
* SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody2015-07-229-59/+74
|
* SERVER-19319 Temporarily update some tests to run a query after sharding a ↵Spencer T Brody2015-07-223-0/+3
| | | | collection to force the version to be set
* SERVER-19414 SERVER-19459 Make ParallelSortClusteredCursor::startInit check ↵Spencer T Brody2015-07-222-2/+3
| | | | for network errors
* SERVER-19206 Fix race in tests of read after optime with read committed.Siyuan Zhou2015-07-211-2/+9
|
* SERVER-19160 Drop trailing null bytes from OS X string sysctlsAndrew Morrow2015-07-211-2/+3
|
* SERVER-19516 More aggressive GC in JSJason Carey2015-07-212-0/+12
| | | | | o run JS_MaybeGC in the interrupt handler o run manual gc() in DBQuery.itcount()
* SERVER-19508 MozJS stacktraces lack file namesJason Carey2015-07-211-0/+1
| | | | link the option for callers of ::exec
* SERVER-19492 Replace ReplicationExecutor with ThreadPoolTaskExecutor in ↵Andy Schwerin2015-07-218-19/+33
| | | | sharding code
* SERVER-19299 add the ability to pass --setParameter arguments on the command ↵Adam Midvidy2015-07-214-6/+49
| | | | line to resmoke.py
* SERVER-19355 add limit support to the new find/getMore path in mongosDavid Storch2015-07-2116-295/+894
|
* SERVER-19307 updated BackgroundSync producer thread to tail remote oplog ↵Benety Goh2015-07-213-77/+177
| | | | using Fetcher instead of OplogReader
* SERVER-19492: Fix dependency edgeMark Benvenuto2015-07-211-1/+1
|
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-2117-376/+389
| | | | | | With this change all legacy-style (non-NetworkInterface) communication from mongos to shard mongod is going through ShardConnection and will always end the shard initialization data at connection establishment.
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in ↵Andy Schwerin2015-07-2117-46/+155
| | | | | | | unit tests. The fetcher test is excluded at present, because it appears to depend on some implementation behavior of ReplicationExecutor that remains to be diagnosed.
* SERVER-19494 Don't shutdown mongobridge on empty responseSpencer T Brody2015-07-211-2/+5
|
* SERVER-19500 Remove shard version checking for write command explainKaloian Manassiev2015-07-211-5/+0
| | | | | | | | | | | Currently the write commands explain code calls ensureShardVersionOKOrThrow, which performs legacy style shard version checking based on the contents of the connection. This however does not have any effect, because write commands are not sent over versioned connections, so effectively write command explain is non-sharding aware currently. This change removes this check for the explain commands.
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-2114-584/+466
| | | | No functional changes, just moving code around.
* SERVER-18997 Enforce value of boolean byte in bson validationAndrew Morrow2015-07-212-3/+26
|
* SERVER-19431 Remove little endian assumption from BSON db hashAndrew Morrow2015-07-211-5/+6
|
* SERVER-19499 Print out FSM workload schedules in the concurrency suiteKamran Khan2015-07-211-0/+11
| | | | | This output can be used to run previous schedules when debugging test failures.
* SERVER-8843 Return large page fault numbers as doublesAndrew Morrow2015-07-211-1/+4
|
* SERVER-9666 Fold SSLManager library into networkAndrew Morrow2015-07-211-18/+5
|
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-214-76/+0
|
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-2154-269/+382
|
* SERVER-19376 Make SpiderMonkey the default JS EngineJason Carey2015-07-211-1/+1
|
* post 3.1.6Ernie Hershey2015-07-211-1/+1
|
* SERVER-19371 FSM - Blacklist failing workloads in Replication & Sharded suitesJonathan Abrahams2015-07-213-1/+3
|
* BUMP 3.1.6r3.1.6Ernie Hershey2015-07-201-1/+1
|
* SERVER-18982: do inserts as inserts in replicationScott Hernandez2015-07-207-41/+115
|