Kaloian Manassiev
d900c3b855
SERVER-23733 Remove the mongos chunkSize startup option
...
This change removes the chunkSize startup option from mongos in place of
the 'chunksize' setting.
2016-06-02 13:39:33 +03:00
Max Hirschhorn
cfb8d35513
SERVER-24247 Fetch "<branchname>-latest" versions in multiversion suite.
...
Changes setup_multiversion_mongodb.py to consider versions that contain
a hyphen to still be candidates when a major release (e.g. "3.2") is
specified.
2016-05-31 13:31:34 -04:00
Mark Benvenuto
b47deb5910
SERVER-23914 Fix reformat-branch and improve message
2016-05-29 20:43:44 -04:00
Mark Benvenuto
59a3973032
SERVER-23914 Implement reformat-branch clang-format command
2016-05-28 17:55:10 -04:00
Mark Benvenuto
fea3cf185c
SERVER-23339 Update clang_format.py to use clang-format 3.8
2016-05-28 17:55:10 -04:00
Robert Guo
acd2fb4f98
SERVER-24278 add CleanEveryN to read_concern_majority_passthrough
2016-05-27 15:42:25 -04:00
Robert Guo
0ecd6231c8
SERVER-24278 jscore passthrough suites should run the CleanEveryN hook
2016-05-26 15:03:06 -04:00
Sam Kleinman
9811b7af76
SERVER-23043: support for ubuntu1604 community and enterprise builds
2016-05-24 15:55:01 -04:00
Robert Guo
f2f6163b0b
SERVER-22860 allow resmoke.py to run JS hooks
2016-05-18 13:47:18 -04:00
Robert Guo
adafe368f6
SERVER-23879 run validate against sharded collections
2016-05-10 12:32:17 -04:00
Mike Grundy
686bd5e0ab
SERVER-21841 Add mode to resmoke.py to list under what suites a test runs
2016-05-10 09:51:17 -04:00
David Storch
6218a59683
SERVER-23791 extend shell helpers to pass collation parameter to server
...
Includes changes to the following:
- Bulk API
- CRUD API
- DBCollection CRUD methods (e.g. DBCollection.prototype.remove())
- New DBQuery.prototype.collation() method to use with find().
2016-05-10 09:16:34 -04:00
Randolph Tan
22b5197a7d
SERVER-24107 Exclude shard_identity_config_update.js from sharding_continuous_config_stepdown suite
2016-05-09 16:51:22 -04:00
David Storch
34e784dd13
SERVER-23725 Aggregation now supports the graphLookup stage.
...
This commit is identical to a1253a94b8 .
2016-05-04 09:54:45 -04:00
Misha Tyulenev
9fab79e546
SERVER-23327 shardCollection should warn if numInitialChunks is used with non hashed sharded key
2016-05-03 17:07:49 -04:00
Max Hirschhorn
6c0f5951e3
Revert "SERVER-23725 Aggregation now supports the graphLookup stage."
...
This reverts commit a1253a94b8 .
2016-04-30 17:30:50 -04:00
Benjamin Murphy
a1253a94b8
SERVER-23725 Aggregation now supports the graphLookup stage.
2016-04-29 17:38:28 -04:00
Mike Grundy
e7e0ef104b
SERVER-22198 resmoke.py should obey order of tests specified via command line
2016-04-28 09:58:31 -04:00
Mike Grundy
19d3e69975
SERVER-23491 set_majority_read_and_write_concerns.js doesn't work for updates
2016-04-26 15:14:45 -04:00
Geert Bosch
8e13345122
SERVER-1393: Include decimal support under control of server parameter
2016-04-22 14:58:59 -04:00
Kyle Suarez
9d120df9c8
SERVER-23695 re-enable background indexing tests
2016-04-21 19:20:01 -04:00
Mark Benvenuto
6abef94a01
SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build Integration
2016-04-21 10:51:49 -04:00
Dan Pasette
e757729b2b
Move branch used to update WiredTiger code to mongodb-3.4
2016-04-20 13:00:57 -04:00
Jason Carey
6d7be60bbb
SERVER-23570 Make SecureAllocator a real allocator
...
Also adds SecureT, a wrapper proxy for newing objects on the secure heap.
2016-04-19 15:31:14 -04:00
Judah Schvimer
f67e52449a
SERVER-23701 blacklist move_chunk_wc.js from continuous config stepdown suite
2016-04-18 16:19:35 -04:00
Robert Guo
608cdcd960
SERVER-23730 better handling of partial indexes in validate()
2016-04-15 22:11:57 -04:00
Benjamin Murphy
77aaa54193
SERVER-10689 Aggregation now supports the switch expression.
2016-04-15 13:03:12 -04:00
Robert Guo
5025aae289
SERVER-7326 disable validation hook on fuzzer suites
2016-04-14 14:23:27 -04:00
Kyle Suarez
81e98e4f29
SERVER-23590 add background index build test
...
Tests that indexes are properly updated when updates are performed during a
background index scan.
This test is disabled for now and will be re-enabled in SERVER-23695.
2016-04-14 12:18:36 -04:00
Robert Guo
3fcc1b6160
SERVER-7326 Add full validation of all index types
2016-04-13 23:21:52 -04:00
Judah Schvimer
1272f90a5d
SERVER-22422 Test that write commands support writeConcern
2016-04-12 19:11:23 -04:00
Robert Guo
9c2e3c15fc
SERVER-22588 disable validate_collection.js in the last_stable_mongos suite
2016-04-12 13:54:58 -04:00
Spencer T Brody
a2192342c3
SERVER-23427 Skip primary_config_server_blackholed_from_mongos.js test in config stepdown suite
2016-04-11 16:53:18 -04:00
James Wahlin
02b84f058f
SERVER-23256 Refactor and expand system.profile metrics coverage tests
2016-04-11 09:16:04 -04:00
Robert Guo
bd9278cec9
SERVER-23402 add validation and dbhash hooks to jstestfuzz mmapv1
2016-04-07 11:29:35 -04:00
Benjamin Murphy
723acb4f03
SERVER-21065 CanonicalQuery::normalizeTree optimizes InMatchExpression with one child.
2016-04-07 11:03:40 -04:00
Kaloian Manassiev
ca1963b76e
SERVER-23508 Enhance split/mergeChunk tests
...
Adds test cases for stale shard version and for gaps in the chunk ranges.
Also renames the tests and the commands to follow the same naming convention.
2016-04-07 08:05:41 -04:00
Dianna Hohensee
dfa177b90c
SERVER-23578 blacklisting drop_configdb.js and balancer_window.js from stepdown suite
2016-04-06 17:50:02 -04:00
Ian Whalen
874a4a6486
SERVER-23491 Temporarily remove update_multi5.js from read_concern_majority_passthrough_WT
2016-04-06 15:23:06 -04:00
Mark Benvenuto
264133830e
SERVER-19986 clang_format.py format fix
2016-04-04 16:26:32 -04:00
Mark Benvenuto
0c28732443
SERVER-19986 clang_format.py lint-patch
2016-04-04 16:17:55 -04:00
Mark Benvenuto
462451181d
SERVER-19986 clang_format.py format fix
2016-04-04 16:01:15 -04:00
Mark Benvenuto
2700f16594
SERVER-19986 clang_format.py lint should enumerate all files for scons integration
2016-04-04 15:07:28 -04:00
Kaloian Manassiev
8d77d63b92
Change vcxproj generation script to use boost 1.60.0
2016-03-31 18:02:24 -04:00
Ernie Hershey
46d994e5c1
SERVER-23416 RPM support for zSeries
...
This also enables zSeries push tasks.
2016-03-30 15:16:36 -04:00
Scott Hernandez
f88e2487ba
SERVER-22533: correct tests for writeConcern majority + journal behaviors
2016-03-27 11:45:02 -04:00
Randolph Tan
86d463da0b
SERVER-22661 Add initialization from shard identity doc
2016-03-23 14:39:22 -04:00
Mike Grundy
20ca651879
SERVER-23254 eslint.py returns 1 on successful patch lint instead of 0
2016-03-21 17:57:34 -04:00
Mike Grundy
d82956a6fe
SERVER-22338 Integrate JavaScript linting into scons lint target
2016-03-18 16:57:23 -04:00
Jonathan Reams
d259a2f74a
SERVER-23121 Add RHEL71 POWER builder to master
2016-03-16 15:44:46 -04:00