Commit Graph

1095 Commits

Author SHA1 Message Date
Mike Grundy
f18bb78b46 SERVER-24716 Remove the CheckReplDBHashDeprecated hook 2016-07-13 14:54:39 -04:00
Mike Grundy
e572d00484 SERVER-24636 Add option to burn_in_tests to specify githash to compare to 2016-07-13 14:51:02 -04:00
Kaloian Manassiev
b00b3fe08a SERVER-24609 Enable jumbo1.js in the continous stepdown suite 2016-07-12 15:21:32 -04:00
Andrew Morrow
d256c702a9 SERVER-24849 Vendor SCons 2.5.0 2016-07-12 13:30:05 -04:00
Brian McCarthy
47f77e360b SERVER-24642 Add SLES 12.1 zSeries build variant
Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
2016-07-11 16:58:34 -04:00
Brian McCarthy
2e7ff2f2fc SERVER-23555 Add aarch64 builders
Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
2016-07-11 16:19:47 -04:00
Jonathan Abrahams
6aab151144 SERVER-24925 add raw_url field to resmoke report 2016-07-11 16:01:48 -04:00
Jonathan Reams
1ec5c55923 SERVER-24047 Remove errors.md and support for generating it 2016-07-11 09:47:31 -04:00
Kaloian Manassiev
7c67f3a6fd SERVER-24858 Tighten assertions around waiting for write concern 2016-07-08 13:26:39 -04:00
Kyle Suarez
ae1dc3ea4d SERVER-24765 integration test suite for views
The "views" resmoke suite tests basic views functionality. It also explicitly
tests every server command in mongod for interaction with views.
2016-07-08 13:09:55 -04:00
Sam Dunietz
082acbd2ab SERVER-19533 collStats through mongoS on sharded collection incorrectly scales avgObjSize 2016-07-07 15:04:16 -04:00
Kevin Albertson
8833b39af6 SERVER-24880 Exclude operation latency histogram test from sharding suites 2016-07-06 17:04:24 -04:00
Robert Guo
598b6fa7c2 SERVER-24923 TypeError when running unittests 2016-07-06 13:40:19 -04:00
Siyuan Zhou
16a914fa10 SERVER-24881 Add StepUp Command.
This reverts commit 05eca76c9d.
Fixed ErrorCodes in JS tests.
2016-07-06 13:30:23 -04:00
Jess Fan
504e52fea8 SERVER-24227 Replace autoSplit startup opt with proper setting 2016-07-06 09:56:21 -04:00
Jonathan Abrahams
05eca76c9d Revert "SERVER-24881 Add StepUp Command."
This reverts commit e3ee305be3.
2016-07-06 09:08:05 -04:00
Siyuan Zhou
e3ee305be3 SERVER-24881 Add StepUp Command. 2016-07-05 16:51:04 -04:00
hari devaraj
1aa84a66de SERVER-24494 Implemented parsing for linearizable read concern 2016-07-05 16:21:31 -04:00
iwysiu
3d13237880 SERVER-24884 syntax adjustments 2016-07-05 12:38:55 -04:00
iwysiu
07546d8657 SERVER-24884 change resmoke so after test hooks only run once 2016-07-05 11:59:39 -04:00
iwysiu
76fb4530a1 SERVER-24328 modify resmoke for concurrent testcases 2016-07-01 11:52:15 -04:00
Randolph Tan
1e765db836 SERVER-24381 Implement removeShardFromZone and _configsvrRemoveShardFromZone 2016-06-30 10:51:01 -04:00
David Storch
424a411fa7 SERVER-24751 add collation parameter to shardCollection command
This parameter must be used to specify the simple collation
when the collection has a non-simple default collation.
Since the shard key is required to have the simple
collation, we now enforce that there is an index whose
prefix is the shard key and whose collation is the simple
collation.
2016-06-27 17:55:36 -04:00
Eric Milkie
b0b1b300f0 Revert "SERVER-24494 blacklist linearizable_read_concern_parsing.js from legacy suite"
This reverts commit cb0a631368.
2016-06-27 10:33:44 -04:00
hari devaraj
cb0a631368 SERVER-24494 blacklist linearizable_read_concern_parsing.js from legacy suite 2016-06-24 10:04:48 -04:00
David Storch
a7dc0fd86e SERVER-24405 enable collation.js in sharding passthrough suites 2016-06-22 21:04:42 -04:00
David Storch
ab502aa503 SERVER-24405 make sharded mapReduce forward collation when input collection is sharded 2016-06-22 21:04:41 -04:00
Spencer T Brody
ef34ca1081 SERVER-24597 Fix check that prevents sending mapreduce output to config servers 2016-06-22 17:39:56 -04:00
Randolph Tan
f517b05141 SERVER-24379 Implement addShardToZone and _configsvrAddShardToZone 2016-06-22 15:17:13 -04:00
Robert Guo
4c0336f5b0 SERVER-23226 port CheckReplDBHash hook to jS 2016-06-22 11:11:01 -04:00
David Hatch
679ddbe910 SERVER-24644 $min/$max update operators respect collation.
Collection default collation is correctly propagated to modifier
operations.
2016-06-21 14:48:46 -04:00
Kaloian Manassiev
b6abb408c1 SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'
This change makes auth tests with 3.2 mongos, which need to control the
balancer state to go through a special control mongos instance running
version 3.4.

This reverts commit bfde0ecb1c.
2016-06-20 22:15:57 -04:00
Kaloian Manassiev
42f4b98498 SERVER-24652 Expose the balancer state through serverStatus section
This change exposes some of the internal state of the balancer through
section only available on the config server. It also enables previously
disabled tests, which needed to wait for a balancer round to complete.
2016-06-20 22:15:56 -04:00
Kaloian Manassiev
9b00106b56 SERVER-22672 shard3.js should not stop the balancer through sh
Also removes the jumbo1.js test from the stepdown suite because it never
completes due to the balancer starting and stopping too frequently.
2016-06-15 17:37:33 -04:00
Kaloian Manassiev
bfde0ecb1c SERVER-22672 Disable auth tests in the 'sharding_last_stable_mongos' suite 2016-06-15 17:26:11 -04:00
Mike Grundy
7af6573341 SERVER-24537 Create a new and modified test running task 2016-06-15 16:50:15 -04:00
Spencer Jackson
f23455dfa5 SERVER-19335: Add enterprise test suite for LDAP authorization 2016-06-15 14:57:38 -04:00
Jonathan Abrahams
46e47e5aac SERVER-24420 Add Jepsen processes to hang_analyzer 2016-06-15 14:55:58 -04:00
Kaloian Manassiev
22b68ad5d6 SERVER-22672 Override balancer control for sharding_last_stable_mongos suite 2016-06-15 13:51:20 -04:00
Kaloian Manassiev
4c98927f26 SERVER-22672 Move the sharding balancer to the CSRS primary
This change moves the sharding balancer to run on the primary of the CSRS
config server and removes it from the mongos instances.
2016-06-15 11:05:53 -04:00
Mike Grundy
dbbad24bfb SERVER-24456 Tests should lower RocksDB cache size 2016-06-14 18:16:27 -04:00
iwysiu
8878d6e30d SERVER-24535 modify testcases.py to work with concurrent fuzzing 2016-06-13 16:53:14 -04:00
Mike Grundy
dd3d9e3077 SERVER-22204 Tests should lower WT cache size 2016-06-13 16:33:56 -04:00
Esha Maharishi
677c25dbc4 SERVER-24126 fix shared library compile 2016-06-13 11:40:18 -04:00
Esha Maharishi
029938758e Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardIdentity document to the new shard"
This reverts commit 1e26998e7f.
2016-06-10 17:56:10 -04:00
Esha Maharishi
1e26998e7f SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardIdentity document to the new shard 2016-06-10 16:19:42 -04:00
Kaloian Manassiev
3f7dce2ea7 SERVER-24355 Add a clang_format.py missing import 2016-06-09 13:13:04 -04:00
Mark Benvenuto
8e9a032204 SERVER-24355 clang_format leaves temporary files around after a reformat 2016-06-08 18:42:01 -04:00
Mark Benvenuto
e0e33aef6d SERVER-24373 Support 64-bit Windows LLVM 2016-06-06 14:53:43 -04:00
Tess Avitabile
106307011e Fixed resmokeconfig after rename collation_shell_helpers.js to collation.js 2016-06-06 12:08:28 -04:00