summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 3.2.0-rc0r3.2.0-rc0Ramon Fernandez2015-10-141-1/+1
|
* SERVER-20852 Disable tests that assume a database is implicitly createdKamran Khan2015-10-141-0/+6
|
* SERVER-2421 SERVER-17739 Add FQDN canonicalization for serverStatus and SPNsSpencer Jackson2015-10-1414-6/+551
|
* SERVER-20812 Synchronize stepdown when processing vote request.Siyuan Zhou2015-10-142-0/+17
|
* SERVER-20917 Remove concept of "oldest-supported" from multiversion suiteCharlie Swanson2015-10-143-48/+44
| | | | | This was only being used in one place, to test that we could start a 1.8 mongod.
* SERVER-20812 Tag vote request connection to skip closing it when ↵Siyuan Zhou2015-10-145-5/+97
| | | | relinquishing primary
* SERVER-20832 use fail point instead of bridging to control replication in ↵Benety Goh2015-10-141-30/+31
| | | | stepdown_long_wait_time.js
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-1419-221/+382
|
* SERVER-20832 step down does not need to call lockMMAPV1Flush() after ↵Benety Goh2015-10-141-3/+0
| | | | acquiring global read lock
* SERVER-20780 Don't shut down the primary when there could be unreplicated ↵Spencer T Brody2015-10-133-17/+36
| | | | writes in config_rs_no_primary.js
* SERVER-20891 User-initiated writes to the config server must use w:majority ↵Spencer T Brody2015-10-139-197/+298
| | | | write concern
* SERVER-6233 Fix compiling on clangJonathan Reams2015-10-131-1/+4
|
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-1314-36/+892
|
* SERVER-20646 libasync_results_merger needs to depend on libcoreshardJason Rassi2015-10-131-4/+1
| | | | | | Fixes an issue introduced in 15350b50 where libasync_results_merger was made to depend on mongo::grid, but the symbol cannot be resolved at link time.
* SERVER-20414 Move httpinterface tests into their own suiteCharlie Swanson2015-10-135-3/+28
|
* SERVER-20414 Instruct 2.4 processes to disable an unneeded httpinterfaceCharlie Swanson2015-10-132-2/+11
| | | | | | The httpinterface parameter is on by default in 2.4 and before, but is not needed. Since it uses a hardcoded port, it interferes with running the tests in parallel, and should be disabled.
* SERVER-19547 add sharding section to serverStatusMisha Tyulenev2015-10-133-0/+142
|
* SERVER-20856 Reset oplog subsystem during oplog creation.Andy Schwerin2015-10-131-0/+2
| | | | | This manual resetting allows creation of a replica set oplog while the system is in the master mode of master/slave replication.
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-1311-56/+189
| | | | | | | | This change makes the cluster 'find' command to retry on a per-host basis instead of the entire operation. Reverts commit c433c8157f988a377c1cf9646078450ecd68c297. Reverts commit 5ab3290f8796f2143acd5011ab0baae70ed5cece.
* SERVER-18622 listCollections should special case filtering by nameCharlie Swanson2015-10-134-49/+175
| | | | | Note that the listCollections command is no longer guaranteed to return the collections in alphabetical order by name. The shell helper will still do so.
* SERVER-20849 Ensure explain output is actually computed during testCharlie Swanson2015-10-131-3/+3
|
* SERVER-19614 Temporarily disable JS recursion depth protectionsAndrew Morrow2015-10-132-41/+50
|
* SERVER-20646 Move remote cursor host targeting inside the AsyncResultsMergerKaloian Manassiev2015-10-136-141/+241
| | | | | | | No functional changes, just moves the resolution of the remote cursor's host to happen inside the AsyncResultsMerger instead of at the level of the entire find command. Also hooks the async merger tests with the sharding test fixture so they can access all objects.
* SERVER-20778 make signalDrainComplete comment align with signalDrainComplete ↵matt dannenberg2015-10-131-3/+3
| | | | code
* SERVER-20904 make deletes issued by repair2.js use $isolatedDavid Storch2015-10-131-2/+2
|
* SERVER-18607 Mongo shell should report whether connected MongoDB is enterpriseJonathan Reams2015-10-132-4/+24
|
* SERVER-20646 Make a common sharding test fixtureKaloian Manassiev2015-10-136-566/+662
| | | | | This change pulls the catalog manager replica set test fixture into a common library to be used across all sharding-related unit tests.
* SERVER-20574: Rename inMemory storage engine to ephemeralForTestGeert Bosch2015-10-1321-281/+287
|
* SERVER-20849 Use correct stats object when explaining a MutliPlanStageCharlie Swanson2015-10-132-1/+60
|
* SERVER-20082 add maxTimeMs to config catalog operationsMisha Tyulenev2015-10-1327-308/+497
|
* SERVER-20892 Fix issue with resmoke.py not waiting for initial sync.Max Hirschhorn2015-10-131-0/+17
|
* SERVER-20836 copydb with invalid db name crashes mongosRandolph Tan2015-10-134-3/+19
|
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-1315-52/+38
| | | | Replace all usages with the standard ErrorCodes enumeration.
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-1325-71/+317
|
* SERVER-20738 Enforce ascending order of 'lastRecord' in oplog stones.Max Hirschhorn2015-10-122-1/+55
| | | | | Skip creating a new stone when the record's position comes before the most recently created stone.
* bump tools to r3.2.0-rc0Ramon Fernandez2015-10-121-1/+1
|
* SERVER-20847 On failure to find database metadata, retry with ↵Spencer T Brody2015-10-125-57/+197
| | | | ReadPreference::primaryOnly
* Revert "SERVER-18607 Mongo shell should report whether connected MongoDB is ↵Max Hirschhorn2015-10-121-19/+4
| | | | | | enterprise" This reverts commit 0da3d37f6c8ada55e523b7176378ca047a0fa985.
* SERVER-20194 SERVER-20758 Update ticket number in s/query/ commentsJason Rassi2015-10-122-2/+2
|
* SERVER-19410 Delete test verifying maxTimeMS tracking for mongos opsJason Rassi2015-10-121-15/+5
|
* SERVER-18607 Mongo shell should report whether connected MongoDB is enterpriseJonathan Reams2015-10-121-4/+19
|
* SERVER-20837 remove timing-dependent assertions from CUR_DATE testDan Pasette2015-10-121-8/+2
|
* SERVER-20855 Don't update ShardRegistry with staler information than it ↵Spencer T Brody2015-10-123-4/+23
| | | | currently has
* SERVER-20855 Change CatalogManager::getAllShards to return the config OpTime ↵Spencer T Brody2015-10-1214-61/+59
| | | | the shards were loaded at
* SERVER-20855 Small cleanups and logging improvementsSpencer T Brody2015-10-124-14/+7
|
* SERVER-20776: diagnostic.data directory size limit is not enforcedMark Benvenuto2015-10-122-5/+5
|
* SERVER-20881 prioritize RHEL55 compilesKyle Erf2015-10-121-0/+10
|
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-1215-139/+443
|
* SERVER-16609: Don't leak WiredTigerSession from WiredTigerJournalFlusherGeert Bosch2015-10-121-2/+4
|
* SERVER-20664 Pull in zlib -Wshift-negative-value fixesMathias Stearn2015-10-123-6/+7
| | | | | | | | | | | | | | | | | | This is just cherry picking the following two commits from the zlib repo: https://github.com/madler/zlib/commit/e54e1299404101a5a9d0cf5e45512b543967f958 Avoid shifts of negative values inflateMark(). The C standard says that bit shifts of negative integers is undefined. This casts to unsigned values to assure a known result. ------- https://github.com/madler/zlib/commit/44ae761dc2047038dc42a7e5a162d042fc392d2b Clean up portability for shifts and integer sizes.