Ramon Fernandez
e9ad3d5d40
SERVER-25814 Do not lint the js files in the tools import
2016-08-25 19:09:41 -04:00
Jonathan Abrahams
eb62b862d5
SERVER-22150 Multiversion download script now uses the feed https://downloads.mongodb.org/full.json
2016-08-25 15:53:03 -04:00
Jonathan Abrahams
657074a4ea
SERVER-24248 Run multiversion tests with different storage engines
...
This reverts commit 45d31b50bd
.
2016-08-25 09:40:16 -04:00
Ramon Fernandez
73ccc56a58
SERVER-25786 remove buildscripts/update-vendor-wiredtiger
2016-08-24 18:24:30 -04:00
Kyle Suarez
7486388e02
SERVER-25768 skip hooks in fuzzer suites when invalid views present
...
Skips the validate and dbhash hooks for jstestfuzz* suites when listCollections
fails with an InvalidViewDefinition error.
2016-08-24 17:39:00 -04:00
James Wahlin
03c879a3d3
SERVER-24764 Support for cluster admin commands on views
2016-08-24 15:27:19 -04:00
Mark Benvenuto
2ea868d3c1
SERVER-25761 hang_analyzer should use GDB in the mongodb tool chain
2016-08-24 13:12:21 -04:00
Dianna Hohensee
3de973e1fd
SERVER-22671 adding migration status to serverStatus' sharding section
2016-08-24 11:48:59 -04:00
Randolph Tan
0b1cb011c8
SERVER-24125 Write test that converts existing replica set to a sharded cluster and back
2016-08-20 05:23:31 -04:00
Tess Avitabile
dc4a079760
SERVER-25155 Create setFeatureCompatibilityVersion command
2016-08-19 17:57:33 -04:00
Sam Kleinman
9a56947f7e
SERVER-25706 : only exclude linked artifacts from scons cache on static builds
2016-08-19 14:20:50 -04:00
Spencer Jackson
b6130b45ee
SERVER-25294 : Enable kill_op_overflow.js in sharding_last_stable_mongos_and_mixed_shards
...
This reverts commit 8dd8bdf4dc
.
2016-08-19 12:35:12 -04:00
Jonathan Abrahams
45d31b50bd
Revert " SERVER-24248 Run multiversion tests with different storage engines"
...
This reverts commit 2f02928e57
.
2016-08-18 16:44:57 -04:00
Jonathan Abrahams
2f02928e57
SERVER-24248 Run multiversion tests with different storage engines
2016-08-18 08:52:57 -04:00
Kaloian Manassiev
ab99c11b3f
SERVER-24852 Add means to interrupt the sharding balancer
2016-08-17 17:50:14 -04:00
Mark Benvenuto
48594ea613
SERVER-25288 Configure hang_analyzer.py to generate coredumps on Linux
2016-08-17 11:22:42 -04:00
Robert Guo
b13bac6c1b
SERVER-25358 resmoke should shutdown mongod cleanly on Windows
2016-08-16 10:52:20 -04:00
Kaloian Manassiev
51fe71a416
SERVER-25602 Make split/mergeChunks commands check the validity of input
2016-08-16 08:03:41 -04:00
Jonathan Abrahams
4951ce3fdd
SERVER-24691 Create task list from evergreen.yml when running burn-in suite
2016-08-15 10:21:52 -04:00
Andrew Morrow
bd66e1bdbc
SERVER-25402 Add an option to not cache linked artifacts
2016-08-13 13:12:32 -04:00
Esha Maharishi
5b6ca35994
SERVER-22663 Make --shardsvr required for a mongod to be used as a shard
2016-08-12 15:24:05 -04:00
Kaloian Manassiev
0c6bbea55e
SERVER-25202 Support parallel manual chunk migrations
...
This change switches the MigrationManager to use the UsedResourcesMap
class for acquiring the collection distributed lock on first migration
attempt and dropping it on the last.
This allows it to support parallel manual migrations.
2016-08-12 11:59:59 -04:00
Kaloian Manassiev
e0bd06f4aa
Fix the PCRE version in vcxproj.header
2016-08-12 07:55:32 -04:00
Esha Maharishi
62ae8e4141
Revert " SERVER-22663 Make --shardsvr required for a mongod to be used as a shard"
...
This reverts commit d1223a8ad4
.
2016-08-11 21:36:54 -04:00
Esha Maharishi
d1223a8ad4
SERVER-22663 Make --shardsvr required for a mongod to be used as a shard
2016-08-11 21:07:39 -04:00
Siyuan Zhou
4010eab23f
Revert " WT-2812 Disable reconfigwt.js"
...
This reverts commit 1b40e81d86
.
2016-08-11 16:37:20 -04:00
Randolph Tan
e14a61c789
SERVER-22665 Separate mixed version test logic to multiVersion suite
...
for shard aware js tests
2016-08-11 13:34:24 -04:00
Brian Samek
e4d856275f
SERVER-25310 Add SLES 11 zSeries build variant
2016-08-11 11:56:08 -04:00
hari devaraj
a0b7e4fc8c
SERVER-24497 Linearizable read concern implemented
2016-08-10 18:39:27 -04:00
Esha Maharishi
3daf1fb89b
SERVER-25543 add shardsvr startup option for shards in ShardedClusterFixture
2016-08-10 15:53:04 -04:00
Randolph Tan
bd6d1ac102
SERVER-24468 add test to check that minOpTimeUpdaters is used to fetch latest opTime
2016-08-09 13:48:28 -04:00
Judah Schvimer
43ab2d9e0b
SERVER-25399 Disable chaining in initial sync static passthrough
2016-08-09 13:19:12 -04:00
Jonathan Reams
118a4ccdc2
SERVER-25267 SERVER-25265 Integrate compression with networking code
...
and snappy compressor
2016-08-09 12:18:32 -04:00
Spencer T Brody
9597d67f96
SERVER-24213 Make addShard return success if attempting to add an already existing shard
2016-08-08 17:51:29 -04:00
Randolph Tan
6cd1e7ed94
SERVER-25463 blacklist shard6.js from continuous step down suite
2016-08-08 14:35:08 -04:00
Tess Avitabile
e3c13d1bda
SERVER-24439 Make mongos commands over sharded collections inherit the collection default collation
2016-08-05 10:32:09 -04:00
Siyuan Zhou
953a241f6d
SERVER-23663 New primary syncs from chosen node to catch up with timeout
...
SERVER-23662 Implement "catch-up timeout" configuration variable
2016-08-04 18:10:46 -04:00
Siyuan Zhou
1b40e81d86
WT-2812 Disable reconfigwt.js
2016-08-04 13:02:02 -04:00
Sam Kleinman
a78e1fefe2
SERVER-25395 : use scons cache for perf projects
2016-08-02 14:59:28 -04:00
Mike Grundy
4a62b30641
SERVER-25271 burn_in_tests.py not picking up untracked files properly
2016-08-02 13:26:12 -04:00
Sam Kleinman
84893b9060
SERVER-25171 : fix path for scons cache for windows variants
2016-08-02 11:26:31 -04:00
Mike Grundy
8f687a02ac
SERVER-25271 burn_in_tests.py not picking up untracked files properly
2016-08-02 09:45:18 -04:00
Sam Kleinman
72bbaf4f5c
SERVER-25171 : add scons cache support and enable on relevant non-push variants
2016-08-01 20:10:00 -04:00
Spencer T Brody
f5965cc82d
Revert " SERVER-25171 : add scons cache support and enable on relevant non-push variants"
...
This reverts commit bc7e4e6821
.
2016-08-01 17:17:03 -04:00
Sam Kleinman
bc7e4e6821
SERVER-25171 : add scons cache support and enable on relevant non-push variants
2016-08-01 16:38:39 -04:00
Geert Bosch
3f68c01861
SERVER-24767 Replicate views
2016-08-01 16:32:15 -04:00
Esha Maharishi
e3068c25d3
SERVER-24352 configs initialize sharding awareness on sharding-unaware shards on transition to primary
2016-07-27 17:37:21 -04:00
Mark Benvenuto
96afd7d4dc
SERVER-25226 diagdata.js needs to wait for FTDC to startup
2016-07-27 15:29:50 -04:00
Spencer Jackson
8dd8bdf4dc
SERVER-25294 : Blacklist kill_op_overflow.js from sharding_last_stable_mongos_and_mixed_shards
2016-07-26 19:30:18 -04:00
Randolph Tan
f22f6e220e
SERVER-25254 Only advance config server optime in response to messages from cluster members
2016-07-26 17:24:45 -04:00