Commit Graph

1782 Commits

Author SHA1 Message Date
Kevin Albertson
b9decc492c SERVER-21630 run CheckReplDBHash on csrs and shard replset
And run ValidateCollections hook on priority=0 secondaries.
2018-01-17 09:22:04 -05:00
Eddie Louie
f7d45863da SERVER-31628 Always use a python virtualenv in etc/evergreen.yml 2018-01-16 22:45:28 -05:00
Nick Zolnierz
4eabf1ea62 Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongos against a sharded foreign collection"
This reverts commit 7298d273c0.
2018-01-16 14:16:34 -05:00
Billy Donahue
a6e45f0e35 SERVER-32646 CommandHelpers 2018-01-16 13:52:44 -05:00
Yves Duhem
07031843f1 SERVER-32614 Remove usage of non-threadsafe strptime() 2018-01-16 11:09:13 -05:00
Sulabh Mahajan
86c02f1c78 SERVER-32505 Create mobile SE evergreen variant - Linux 2018-01-15 13:06:00 +11:00
Yves Duhem
427d09d191 SERVER-32609 Skip reports with no historical data 2018-01-12 17:09:10 -05:00
Nick Zolnierz
7298d273c0 SERVER-32308: Add the ability for a $lookup stage to execute on mongos against a sharded foreign collection 2018-01-12 13:02:04 -05:00
Geert Bosch
c16959f197 SERVER-32546 Don't fail when no modified tests and no test_list_outfile 2018-01-11 18:26:06 -05:00
ADAM David Alan Martin
c61c796b3f SERVER-32414 Remove some stdx:: checks from lint
Some checks in lint for `stdx::` polyfills, such as `stdx::make_unique`
are entirely out of date.  In the interest of removing these stale
polyfills, we're relaxing some lint rules.
2018-01-11 14:14:09 -05:00
Robert Guo
b89f752fe2 SERVER-31636 add new tasks for the update fuzzer in evergreen.yml 2018-01-10 15:33:27 -05:00
Max Hirschhorn
12fe88d24a Revert "SERVER-21630 run CheckReplDBHash on csrs and shard replset"
This reverts commit 43b1a2984a.
2018-01-10 14:58:19 -05:00
Max Hirschhorn
2c451638c2 SERVER-32474 Fix double logging when using --log=buildlogger.
Exposes an additional logger that uses the test's root logger as the
parent for any TestCase instances constructor by the hook. The fixture
logger still continues to be the parent of the hook logger.

Also changes the CleanEveryN hook to explicitly get marked as a failure
if a ServerFailure exception is thrown, rather than relying on
TestReport.combine() to do so implicitly.
2018-01-10 14:15:35 -05:00
David Storch
c3c908788d SERVER-32570 Clean up stale TODO comments in the query system. 2018-01-09 17:58:11 -05:00
Kaloian Manassiev
a9d076d864 SERVER-32568 Blacklist migration_sets_fromMigrate_flag.js from the CSRS continuous stepdown suite
* Make the test less resource intensive and verbose by lowering the
number of spawned mongod instances
* Add logging to dump the contents of the oplog on failure
2018-01-09 17:57:16 -05:00
Yves Duhem
5397d13e51 SERVER-28396 Respect logkeeper's POST size limit 2018-01-09 11:20:51 -05:00
Kaitlin Mahar
c6d7733236 SERVER-30504 Move the logic of the dropCollection command into the new _configsvrDropCollection command 2018-01-08 17:53:36 -05:00
Kevin Albertson
af6bd1d39b SERVER-31670 fixture secondary defaults to 0 votes 2018-01-08 10:06:16 -05:00
Maria van Keulen
2158ea8d6c SERVER-32255 Ensure UUIDs exist for local collections on ShardServers 2018-01-04 18:24:08 -05:00
Jack Mulrow
2790db08f2 SERVER-32376 Disallow startSession command and listLocalCursors/Sessions aggregation stages in stepdown suites 2018-01-04 13:02:55 -05:00
Ian Whalen
06d9a28bf9 SERVER-32036 Remove _WT from all test task names except Jepsen 2018-01-04 11:58:37 -05:00
Jonathan Abrahams
e4ba772277 SERVER-32403 Increase remote EC2 expire time to 3 hours 2018-01-02 21:41:05 -05:00
Mark Benvenuto
449905c81a SERVER-32386 IDL should allow custom types for command's first element 2017-12-29 12:15:35 -05:00
Tess Avitabile
f98cb60d80 SERVER-1981 Support near and nearSphere predicates on sharded collections 2017-12-28 11:01:26 -05:00
Mark Benvenuto
0720daad09 SERVER-32262 IDL produces "const <enum>" return types in generated code 2017-12-27 11:54:14 -05:00
Mark Benvenuto
86afc6ed82 SERVER-32431 IDL generated code seg faults on s390x 2017-12-27 11:54:14 -05:00
Kevin Albertson
43b1a2984a SERVER-21630 run CheckReplDBHash on csrs and shard replset 2017-12-26 08:52:26 -05:00
Judah Schvimer
1038fbaffd SERVER-30538 check that checkpointTimestamp is correct in
PeriodicKillSecondaries hook
2017-12-21 11:03:42 -05:00
Judah Schvimer
5610da9e3e SERVER-30538 PeriodicKillSecondaries hook should account for empty
oplog correctly
2017-12-21 11:03:42 -05:00
Kevin Albertson
eac8109597 Revert "SERVER-21630 run CheckReplDBHash on csrs and shard replset"
This reverts commit 117ccba5b7.
2017-12-21 10:47:13 -05:00
Kevin Albertson
117ccba5b7 SERVER-21630 run CheckReplDBHash on csrs and shard replset 2017-12-21 09:58:04 -05:00
Randolph Tan
92b698db13 SERVER-32429 black list regex_targeting.js from step down suites 2017-12-20 16:41:35 -05:00
Matthew Russotto
55be4faf62 SERVER-32162 Create a doTxn command 2017-12-20 13:37:47 -05:00
Eddie Louie
508a73f1ac SERVER-31841 In find_mutex_holder handle when mutex_holder not found in thread_dict 2017-12-19 10:08:26 -05:00
Bernard Gorman
6cbca62471 SERVER-32282 $textScore metadata is not removed in cases where RouterStagePipeline is optimized out on mongoS 2017-12-16 09:57:50 +00:00
Misha Tyulenev
36874a480e SERVER-31916 wait for clusterTime on mongo connection 2017-12-15 15:54:03 -05:00
Mark Benvenuto
ff01435143 SERVER-32263 IDL Chained Structs should be inlined by default 2017-12-15 11:10:00 -05:00
Kyle Suarez
47247293f1 SERVER-31785 use multiple shards in aggregation_sharded_collections_passthrough 2017-12-14 14:13:26 -05:00
Jonathan Abrahams
67e018f8de SERVER-32285 dbtests suite runs no tests in resmoke.py 2017-12-13 16:21:44 -05:00
Misha Tyulenev
e2dd58e7d8 SERVER-32235 blacklist getMore tests from causally consistent passthrough suites 2017-12-13 15:38:04 -05:00
Kyle Suarez
2079d32e60 SERVER-31588 remove fCV 3.4 support in query/agg
Removes checks for featureCompatibilityVersion "3.4" related to query
features in the view catalog, aggregation document sources, and the
create and collMod commands.
2017-12-12 15:24:48 -05:00
Mark Benvenuto
143093d6a2 SERVER-31705 IDL Generate Equality and Less than comparison operators 2017-12-12 14:56:42 -05:00
Judah Schvimer
a49b278699 SERVER-30538 check that oplogTruncateAfterPoint is correct in PeriodicKillSecondaries hook 2017-12-11 15:51:47 -05:00
Mark Benvenuto
2ea580cd77 SERVER-14263 Install MongoDB as service on Windows 2017-12-11 14:41:32 -05:00
Kevin Albertson
53b76274a1 SERVER-32121 sys fail on IOError 2017-12-11 09:59:03 -05:00
Mark Benvenuto
d89154f2a0 SERVER-31278 IDL definition does not generate properly qualified namespace for imported types 2017-12-08 11:55:23 -05:00
Kevin Albertson
9c9b303b1a SERVER-27249 add hook to check primary unchanged 2017-12-08 08:57:07 -05:00
jannaerin
bbebcbfde9 SERVER-24981 Rewrite $limit optimization 2017-12-07 15:57:06 -05:00
William Schultz
09da9900b8 SERVER-32193 Remove test coverage of rollbackViaRefetchNoUUID 2017-12-07 15:39:54 -05:00
Jack Mulrow
51b699b02a SERVER-31194 Add a version of retryable_writes_jscore_passthrough.yml with stepdowns 2017-12-07 14:36:44 -05:00