Tess Avitabile
2abb5f41df
SERVER-25430 Create a sharded collections passthrough of aggregation suite
2016-09-30 16:34:23 -04:00
Jonathan Abrahams
d4b173439a
SERVER-25376 Add checkOplog hook for replica sets
2016-09-30 16:25:50 -04:00
Dan Pasette
9a4474ea06
Revert "SERVER-26309 Disable auto splitting in ShardingTest by default"
...
This reverts commit c47eb7408d .
2016-09-29 19:19:59 -04:00
Judah Schvimer
ebf3c240ef
SERVER-25068 Add passthrough to include periodic initial sync members and resyncs
2016-09-29 14:45:46 -04:00
Esha Maharishi
c47eb7408d
SERVER-26309 Disable auto splitting in ShardingTest by default
2016-09-29 14:38:42 -04:00
Robert Guo
147ad2bd82
Revert "SERVER-25917 add initialsync fuzzer suite"
...
This reverts commit 95d0f75423 .
2016-09-28 10:16:16 -04:00
Waley Chen
4b247082a9
SERVER-26284 loglong.js // Majority read concern requested, but server was not started with --enableMajorityReadConcern.
2016-09-27 17:31:43 -04:00
Benety Goh
cc3dd86781
SERVER-26335 CollectionBulkLoader should not build secondary indexes if buildIndexes=false in replica set configuration
2016-09-27 15:43:49 -04:00
Robert Guo
95d0f75423
SERVER-25917 add initialsync fuzzer suite
2016-09-27 09:55:58 -04:00
Dianna Hohensee
d31d93b227
SERVER-26291 split migration_ignore_interrupts.js into 4 separate JS test files
2016-09-26 14:21:46 -04:00
David Storch
e114f74a9b
SERVER-25158 prevent 3.2 mongos from connecting to a featureCompatibilityVersion 3.4 config server
2016-09-22 18:41:37 -04:00
Spencer Jackson
52d2b4cd1c
SERVER-6388: Make bench_test*.js use auth in jscore_auth
2016-09-22 14:19:28 -04:00
Esha Maharishi
dcabea22e0
SERVER-26229 JS Tests that call sh.disableAutoSplit() should be blacklisted from continuous stepdown suite because that function does a config write
2016-09-22 12:59:59 -04:00
Max Hirschhorn
96a21e63bf
SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.
...
Creates a v=2 index on the "admin.system.version" collection when the
featureCompatibilityVersion is set to 3.4. The index version of this
index is returned as a decimal value in the "listIndexes" command
response in order to prevent 3.2 secondaries from performing initial
sync from a 3.4 mongod with featureCompatibilityVersion=3.4.
2016-09-20 19:07:55 -04:00
Esha Maharishi
8f37bed6a3
SERVER-26178 temporarily blacklist shard_aware_on_set_shard_version.js from sharding_csrs_continuous_config_stepdown suite
2016-09-19 16:51:27 -04:00
Esha Maharishi
fd19ddff75
SERVER-24527 add test to ensure shard undergoes sharding initialization through setShardVersion
2016-09-19 11:05:24 -04:00
Mike Grundy
e25b86e561
SERVER-25737 ESLint and clang-format "lint-patch" modes can miss files with uppercase characters
2016-09-19 10:04:57 -04:00
Randolph Tan
42bc545de6
SERVER-26141 blacklist config_version_rollback.js from continuous stepdown suite
2016-09-16 13:44:19 -04:00
Judah Schvimer
6698877003
SERVER-26062 Default to one initial sync attempt in replicaset tests and replication passthroughs
2016-09-15 10:39:39 -04:00
Kaloian Manassiev
b3c5f0b330
SERVER-26089 Remove incorrect assertion from migration commit
...
Enables the bulk_shard_insert.js test in the continuous stepdown suite and
removes incorrect assertion from the migration commit code.
2016-09-14 22:25:22 -04:00
Max Hirschhorn
9e47e13caf
SERVER-26104 Compare requested version to link's version component-wise.
2016-09-14 14:17:17 -04:00
Judah Schvimer
5f40282b37
SERVER-25068 Add passthrough hook to include periodic initial sync members
2016-09-13 10:06:25 -04:00
Charlie Swanson
07e0d1ef93
SERVER-25757 Add a $facet passthrough aggregation suite.
2016-09-12 16:55:21 -04:00
Jonathan Abrahams
333fd85fc8
SERVER-23819 buildlogger client requests should use basic auth instead of digest auth
2016-09-09 10:57:34 -04:00
David Storch
bda317e9c8
SERVER-25865 stdx::unordered_multimap and stdx::unordered_multiset
2016-09-08 22:44:30 -04:00
David Storch
0f695019bd
SERVER-25865 stdx::unordered_map and stdx::unordered_set
...
On Windows, these are aliases for boost containers. On
other platforms they are aliases for std containers.
2016-09-08 22:43:36 -04:00
Eddie Louie
90353265fa
SERVER-25127 Remove unused class definition TypeSensitiveSON
2016-09-08 16:48:14 -04:00
Mathias Stearn
9b029f19fe
SERVER-25967 fix mongosymb.py output
...
Corrects for the return address not being off by one, and adds the
column and final colon to the output. This makes it match compiler error
output format which makes it easier to integrate into editors.
2016-09-08 14:13:46 -04:00
Jonathan Abrahams
27694d67d9
SERVER-23995 Expand writeConcern-aware command list in readConcern passthrough
2016-09-08 13:53:19 -04:00
Esha Maharishi
2d3d3d3a92
SERVER-25910 fail setShardVersion on mongod if not running with --shardsvr
2016-09-07 23:03:50 -04:00
Andy Schwerin
1f9ece1185
SERVER-20852 Ensure that js tests of db.eval create the db before calling eval on it.
2016-09-07 14:56:24 -04:00
Tess Avitabile
ebb07d13b1
SERVER-25889 Collection validation should fail if featureCompatibilityVersion is 3.2 and the collection contains NumberDecimal values
2016-09-07 13:48:14 -04:00
Scott Hernandez
27551f97e1
SERVER-25252 SERVER-25131: enable blacklisted test.
2016-09-06 09:35:53 -04:00
Tess Avitabile
f288ea86db
SERVER-25159 Default BSON validation version should depend on admin.system.version
2016-09-02 15:10:30 -04:00
Judah Schvimer
63640ef8a5
SERVER-25252 create static initial sync passthrough that uses resync to restart initial sync
2016-09-02 11:45:19 -04:00
Tess Avitabile
f41c549e10
SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2
2016-08-31 14:18:42 -04:00
Dianna Hohensee
2374ef1a3a
SERVER-24470 CommitChunkMigration command checks that the balancer still has the distributed lock
2016-08-29 14:45:28 -04:00
Ramon Fernandez
1653251f73
SERVER-25814 Do not lint the vendored gotools
2016-08-26 16:58:13 -04:00
Ramon Fernandez
2a0e9dbf6e
Revert "SERVER-25814 Do not lint the js files in the tools import"
...
This reverts commit e9ad3d5d40 .
2016-08-26 16:58:13 -04:00
Spencer T Brody
6bf9fd2e5a
SERVER-25677 Clear cached clusterId if config.version document is rolled back.
2016-08-26 16:55:38 -04:00
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