summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-26712 temporarily disable id index version check"r3.4.0-rc2Tess Avitabile2016-10-281-6/+0
| | | | This reverts commit 278bdb38318f84e0019982e4124e05ac22db05d2.
* Revert "SERVER-26712 fix variable naming in checkDBHashesForReplSet"Tess Avitabile2016-10-281-8/+8
| | | | This reverts commit 7154b9f7c81fdda492d2536e8ef7c434356d8ac6.
* SERVER-26515 Create collection with v=2 index should include full index spec ↵Tess Avitabile2016-10-2811-21/+158
| | | | in oplog
* SERVER-26764 Do not defer creation of _id index for replicated collectionsTess Avitabile2016-10-284-151/+172
|
* SERVER-26827 Allow arm64 test tasks to use ubuntu1604-arm64-large distroBrian McCarthy2016-10-281-0/+2
|
* SERVER-26790: validateElementInfo should verify OIDs can be skippedSpencer Jackson2016-10-281-1/+3
|
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-2815-75/+60
| | | | | | No functional changes. Removes unused includes and libraries and moves cluster_write.cpp to be only part of the mongos commands since it is not used elsewhere.
* SERVER-26801 Disallow oplog reads when in STARTUPJudah Schvimer2016-10-281-2/+6
|
* SERVER-25999 add list of error codes to Shard that can be used to determine ↵Dianna Hohensee2016-10-287-43/+122
| | | | whether remote command errors should be propogated further back to other servers
* SERVER-26633 Jpesen tests - Fix typo for system failure file nameJonathan Abrahams2016-10-281-1/+1
|
* SERVER-7306 Mongod as windows service should not claim to be 'started' until ↵Mark Benvenuto2016-10-282-5/+10
| | | | it is ready to accept connections
* SERVER-26823 really ensure first node is primaryEric Milkie2016-10-281-1/+2
|
* SERVER-25662 remove executor diagnostic output from Fetcher::toString() resultBenety Goh2016-10-281-1/+0
|
* SERVER-26811 fix setFeatureCompatibilityVersion to raise a user assertion if ↵David Storch2016-10-281-0/+8
| | | | a stepdown occurred
* SERVER-26633 Fix check on dash for Jepsen test status.Jonathan Abrahams2016-10-281-2/+6
|
* SERVER-26435 Add FSM tests that exercise parallel unique index buildsJames Wahlin2016-10-282-0/+123
|
* SERVER-26776 DataReplicator should clear sync source after failed initial ↵Judah Schvimer2016-10-272-11/+12
| | | | sync attempt
* Revert "SERVER-26793 in ShardRegistry::reload(), only attempt to remove ↵Esha Maharishi2016-10-271-6/+3
| | | | | | | | ReplicaSetMonitor for removed shard if shard was replica set" This reverts commit d01e6cfd8d19290d64040d3acde718a84822e7c6. ReplicaSetMonitor::remove() also cleans the connections for the host from the global DBConnectionPool, which needs to happen for standalone shards as well as replica set shards.
* SERVER-26793 in ShardRegistry::reload(), only attempt to remove ↵Esha Maharishi2016-10-271-3/+6
| | | | ReplicaSetMonitor for removed shard if shard was replica set
* SERVER-26777 Improve logging around chunk refreshKaloian Manassiev2016-10-274-77/+78
| | | | | Unifies the logging messages between mongos and mongod and adds timing information.
* SERVER-26418 persist balancer settings into migration documentMisha Tyulenev2016-10-2710-45/+72
|
* SERVER-26975 log term changes in TopologyCoordinatorImplJudah Schvimer2016-10-271-0/+1
|
* SERVER-26808 Clear out Jepsen mongod log files from previous runsJonathan Abrahams2016-10-271-0/+3
|
* SERVER-25665 Cleanup chunk cache refreshKaloian Manassiev2016-10-2710-243/+187
| | | | | No functional changes, just getting rid of some unused code and tightening assertions.
* SERVER-25787 Clean up optime comparisons in ReplSetTest.awaitReplication()William Schultz2016-10-272-78/+125
|
* SERVER-26635 Write a multiversion test which upgrades through several versionsMarko Vojvodic2016-10-271-0/+152
|
* SERVER-21089 fix assert.throw/doesNotThrow() argument validationRobert Guo2016-10-2719-64/+116
| | | | SERVER-21087 prevent use of "this" in the function passed to assert.throw/doesNotThrow()
* SERVER-26633 Correct detection of Jepsen test failureJonathan Abrahams2016-10-271-1/+1
|
* SERVER-26724 createIndexes command should reject invalid options for _id indexTess Avitabile2016-10-278-141/+127
|
* SERVER-26770 Do not move chunks out of shards with below-average utilizationKaloian Manassiev2016-10-263-29/+53
|
* Import tools: a604ced46f11689e5fc5f83c5752436568582889 from branch v3.3Ramon Fernandez2016-10-267-57/+86
| | | | | | | | | | | | ref: cd0ae5ddb4..a604ced46f for: 3.4.0 TOOLS-1445 correctly merge resmoke excludes TOOLS-1457 different_db.js should not create collections that start with "system" TOOLS-1466 fix node path in lint-js TOOLS-1467 move multiversion dirs into /data/mci TOOLS-1485 mongotop_reports.js, mongotop_stress.js, and dump_server_ko_test.js need to check startParallelShell exit code TOOLS-1488 provide IO buffers to oplog archive intents
* SERVER-26769 Balancer loads balancer settings before recovery and ↵Dianna Hohensee2016-10-262-3/+19
| | | | accepting/starting new migrations
* SERVER-26727 make_vcxproj.py - add support for .filters and improve performanceMark Benvenuto2016-10-263-257/+246
|
* SERVER-26662 NIA gets time from timer factoryMatt Cotter2016-10-2610-9/+95
| | | | | | This way when the timer factory is mocked, the network interface's `now` method can reflect the mocked time. This fixes a hang in the network interface asio unit test.
* SERVER-26787 move logging for removing a ReplicaSetMonitor to ↵Esha Maharishi2016-10-262-1/+1
| | | | ReplicaSetMonitorManager::removeMonitor()
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-2615-137/+94
|
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into ↵Andy Schwerin2016-10-2623-87/+31
| | | | mongo/base library.
* SERVER-26709 Move thread_safe_string.cpp to library of its only consumer, ↵Andy Schwerin2016-10-262-6/+7
| | | | progress_meter.
* SERVER-26709 Move touch_pages.{h,cpp} to mmap_v1 directory, its only consumer.Andy Schwerin2016-10-268-11/+12
|
* SERVER-25269 enable coredumps on more Linux buildvariantsRobert Guo2016-10-261-5/+10
|
* SERVER-26754 Allow readConcern majority reads with protocol version 0Spencer T Brody2016-10-256-9/+174
|
* SERVER-26374 add namespace logging in MigrationSourceManagerMisha Tyulenev2016-10-253-51/+58
|
* SERVER-26768 Don't assert on collection drop in eval testsCharlie Swanson2016-10-254-4/+4
| | | | | | | Previously, some evalX.js tests would assert that a drop returned true, meaning the collection existed. This may not true if two of these tests are run concurrently in the parallel suite, so these tests should not assert that the drop returns true.
* SERVER-26317 Increase benchRun seconds for flaky testsCharlie Swanson2016-10-253-3/+3
| | | | | | These tests have been failing sporadically because benchRun completes without running any operations. This is a temporary workaround to reduce the noise in the build.
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-251-1/+1
| | | | test fix
* SERVER-25368: add native systemd support for rhel7 and suse12Sam Kleinman2016-10-2510-64/+1200
|
* SERVER-26425 perform dropDatabase in WriteConflictException retry loopKyle Suarez2016-10-252-4/+37
|
* SERVER-26648 tolerate bad collection metadata produced on version 2.4 or earlierDavid Storch2016-10-252-6/+42
|
* SERVER-25137 Ensure $graphLookup succeeds on non-existent collectionsCharlie Swanson2016-10-251-0/+35
|
* SERVER-26250 extend moveChunk command success to depend on migration ↵Dianna Hohensee2016-10-244-3/+57
| | | | document removal success