0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

1810 Commits

Author SHA1 Message Date
Maria van Keulen
ce3049c1ea SERVER-33003 Re-enable passing multiVersion tests 2018-02-02 15:31:03 -05:00
Jonathan Abrahams
59b5ddacab SERVER-32898 Create unit test for resmoke module archival.py 2018-02-02 13:23:22 -05:00
Jonathan Abrahams
7abb9ada50 SERVER-32762 Module to upload files to S3 2018-02-02 13:21:39 -05:00
Max Hirschhorn
3a5d38b81e SERVER-33060 Raise numInitialSyncAttempts in initial sync test suite.
This partially reverts commit 3660fcbd6f.
2018-02-01 16:50:56 -05:00
Martin Neupauer
15a7ac9ca5 SERVER-31484 separate the operation deadline from awaitData deadline in sharded queries.
The deadline has been been already separated for non-sharded queries.
2018-01-31 15:05:08 -05:00
Charlie Swanson
3c349c50d8 SERVER-32667 Add unsharded mongos aggregation passthrough 2018-01-31 14:59:08 -05:00
Kyle Suarez
0322da76ec SERVER-32594 add mechanism to close and reopen the catalog 2018-01-31 12:28:55 -05:00
Max Hirschhorn
264d971842 SERVER-32691 Add write_concern_majority_passthrough.yml test suite.
Also adds support for using replica set connection strings in resmoke.py
without making all nodes electable.
2018-01-30 19:45:42 -05:00
Max Hirschhorn
35b5b72146 SERVER-32522 Clean up {read,write}Concern and readPreference overrides.
Introduces OverrideHelpers object with convenience methods for
inspecting certain aggregation and map-reduce commands, as well as
overriding startParallelShell(), Mongo.prototype.runCommand(), and
Mongo.prototype.runCommandWithMetadata().

Also removes a number of tests that were incorrectly blacklisted from
the read_concern_majority_passthrough.yml and
read_concern_linearizable_passthrough.yml test suites.
2018-01-30 19:45:42 -05:00
Charlie Swanson
99c220ea52 SERVER-32668 Add sharded aggregation passthrough with one shard 2018-01-30 12:54:10 -05:00
Matthew Russotto
7cbd64fba8 SERVER-32241 Make applyOps report failure when a nested applyOps fails. 2018-01-30 10:15:57 -05:00
Dianna Hohensee
ed71eca9e8 SERVER-32829 Update set_feature_compatibility_version.js and feature_compatibility_version.js for 3.6 / 4.0 FCV testing 2018-01-30 08:42:49 -05:00
Zakhar Kleyman
6b1dec440c
SERVER-32932 improve sles12 package testing 2018-01-29 12:49:49 -05:00
Mathias Stearn
c52b057749 SERVER-32879 make resmoke clean up after successful dbtest runs 2018-01-29 10:57:53 -05:00
Robert Guo
0aeb5ce7e8 SERVER-32468 Use a 1-node CSRS in non-stepdown sharding passthroughs tests 2018-01-26 11:19:25 -05:00
Mathew Robinson
0d363f8571 SERVER-32527 Move package testing to new BUILD2 VPC 2018-01-25 15:28:46 -05:00
Kaitlin Mahar
251ac77d37 SERVER-32643 Add a metadataOnly flag to the clone command 2018-01-23 16:42:55 -05:00
Robert Guo
3660fcbd6f SERVER-31093 Remove initialsync attempts from the initial sync suites 2018-01-23 16:09:54 -05:00
Jack Mulrow
db941ec5d0 SERVER-32463 Remove FCV dependent miscellaneous sharding code 2018-01-23 10:46:58 -05:00
Judah Schvimer
6a1e6fe87e SERVER-30642 Raise election timeouts in python fixtures 2018-01-23 10:36:37 -05:00
Chibuikem Amaechi
ad0ab27807 SERVER-31942 Truncate test lifecycle JIRA issue description
Closes #1204

Signed-off-by: Yves Duhem <yves.duhem@mongodb.com>
2018-01-23 09:37:31 -05:00
Jack Mulrow
5092126642 SERVER-32833 Blacklist coll_epoch_test1.js from sharding_last_stable_mongos_and_mixed_shards 2018-01-22 13:26:54 -05:00
Jack Mulrow
410d6cf705 SERVER-32463 Remove FCV dependent causal consistency code 2018-01-19 17:50:24 -05:00
Jack Mulrow
9ed0b147b5 SERVER-32463 Remove / modify FCV dependent sharding UUID tests 2018-01-19 17:50:24 -05:00
Eddie Louie
c2601667cb SERVER-32520 Add VPC support for launching AWS EC2 instances 2018-01-19 13:00:20 -05:00
Kevin Albertson
60b8011a2f SERVER-32774 ensure change_streams_secondary_reads has voting
secondaries
2018-01-19 12:33:01 -05:00
Charlie Swanson
87c9442cc3 SERVER-31785 Use 2 shards in sharded jscore passthrough. 2018-01-19 09:55:59 -05:00
Kevin Albertson
e0febf2c25 SERVER-31452 run fuzzer with shard stepdowns 2018-01-18 14:57:19 -05:00
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