Commit Graph

3824 Commits

Author SHA1 Message Date
Mark Benvenuto
5bc18e5edf SERVER-54520 Extend IDL for new access_check field and none value and generate code when api_version != “” 2021-03-02 01:01:01 +00:00
Jason Zhang
8c248bf16a SERVER-51774 Ensure the donor's
TenantMigrationCommitted/TenantMigrationAborted write errors don't
exceed the max BSON size
2021-03-02 00:29:51 +00:00
David Bradford
a22cbaba06 SERVER-54861: Update pylint to 2.7.2 2021-03-01 23:46:55 +00:00
Brian McCarthy
7ba37ae52f SERVER-54858 Update Amazon Linux AMI for package testing 2021-03-01 20:38:55 +00:00
Louis Williams
4b95014f05 SERVER-54007 Support TTL deletions on time-series clustered indexes 2021-03-01 19:02:31 +00:00
Bynn Lee
43224bbbba SERVER-40820 Jstestfuzz suite to introduce spurious write conflicts 2021-02-26 20:27:27 +00:00
Siran Wang
f589354f0f SERVER-53456 let hang_analyzer target only c++ process 2021-02-26 16:37:51 +00:00
Tommaso Tocci
7ea5cd4c32 SERVER-54806 Remove deprecated usingReplicaSetShards parameter from resmoke_runner.js 2021-02-26 12:27:42 +00:00
Daniel Moody
27aecefac7 SERVER-52576 Added libdeps graph visualizer web service with basic features. 2021-02-26 07:48:36 +00:00
Cheahuychou Mao
efab2d7169 SERVER-54449 Enable index related tests in tenant_migration_jscore_passthrough suite 2021-02-25 23:17:40 +00:00
Tommaso Tocci
21569d2433 SERVER-54796 Blacklist blanacer_shell_commands.js from continuos config stepdown suite 2021-02-25 19:46:44 +00:00
Cheahuychou Mao
9d27a71826 SERVER-54795 Blacklist tests that do multi-updates from tenant_migration_jscore_passthrough suite 2021-02-25 18:37:14 +00:00
Nikita Lapkov
94ba01727a SERVER-54410 Disable SBE for queries from OP_QUERY 2021-02-25 11:35:40 +00:00
Daniel Gottlieb
97ce63b33d SERVER-54777: Update setup_spawnhost_coredump for new task names. 2021-02-25 06:03:02 +00:00
Huayu Ouyang
674ab8d343 SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command definitions 2021-02-25 03:57:02 +00:00
Sara Golemon
bff2d6e263 SERVER-54734 Exclude tests using explicit auth from replica_sets_auth 2021-02-25 01:12:10 +00:00
Daniel Moody
b27c452ce1 SERVER-53530 added mac support for libdeps graph generation 2021-02-24 17:04:59 +00:00
Daniel Moody
a6f50f0c9d SERVER-53531 added evergreen task for libdeps graph generation 2021-02-24 17:04:59 +00:00
Siran Wang
5aa7b61674 SERVER-54293 add instruction and example for resmoke help message 2021-02-24 03:58:31 +00:00
Tommaso Tocci
40f2c1e8e9 SERVER-43892 ShardedClusterFixture always starts shards as replicasets 2021-02-24 03:34:18 +00:00
Ali Mir
10a785a8b6 SERVER-53203 Type check parameters in IDL compatibility checker script 2021-02-24 02:33:29 +00:00
Moustafa Maher
bd5979b185 SERVER-51878 Enable test that checks all API V1 commands have an associated IDL file for specifying inputs/outputs 2021-02-23 22:19:12 +00:00
Gregory Wlodarek
72122d712e SERVER-47936 Skip workloads that kill random cursors for the concurrency_replication_for_backup_restore suite 2021-02-23 21:07:34 +00:00
Mikhail Shchatko
326d18d539 SERVER-54633 Retry mongo client commands when starting mongod in powercycle 2021-02-23 15:27:05 +00:00
A. Jesse Jiryu Davis
3274c2a3d9 SERVER-54706 Fix listIndexes with string-valued weight 2021-02-23 00:41:56 +00:00
Tommaso Tocci
cc4854a927 SERVER-54572 Introduce assumes_standalone_mongod tag for jscore tests 2021-02-22 20:54:55 +00:00
vrachev
914e04e031 SERVER-49928 Clean up powercycle logging 2021-02-22 20:31:59 +00:00
Mark Benvenuto
bdab5e7bb7 SERVER-54499 Encode action type information into IDL 2021-02-22 20:08:28 +00:00
George Wangensteen
bfbf776563 SERVER-53393 Add evg variants for ShardingTaskExecutorPoolReplicaSetMatching 2021-02-22 16:51:49 +00:00
Robert Guo
b20196300b SERVER-54575 support downloading arbitrary commits and artifacts from multiversion setup script 2021-02-21 18:40:51 +00:00
Kaloian Manassiev
d01febfefb SERVER-52812 Unify the implicit createDatabase/enableSharding flow
This change makes both enableSharding and the implicit createDatabase
from the routers to go through the same _configsvrCreateDatabase
command. This command has the sole responsibility now of creating (or
ensuring it is created) a database with the specified name, optional
primary flag and optional enableSharding field.
2021-02-21 11:29:04 +00:00
Cheahuychou Mao
a2ad8a9496 SERVER-54653 Make ContinuousTenantMigration hook garbage collect each migration before starting the next one 2021-02-19 23:33:55 +00:00
Cheahuychou Mao
d3681fd24e SERVER-54651 Blacklist remaining index related tests from the tenant_migration_jscore_passthrough suite 2021-02-19 20:25:24 +00:00
Uladzimir Makouski
5b5402b737 Revert "SERVER-54575 support downloading arbitrary commits and artifacts from multiversion setup script"
This reverts commit 5502a73a0e.
2021-02-19 13:12:57 +00:00
Robert Guo
5502a73a0e SERVER-54575 support downloading arbitrary commits and artifacts from multiversion setup script 2021-02-18 21:45:16 +00:00
Kaloian Manassiev
8711e20292 SERVER-54585 Move support for findAndModify to the write_ops utilities
... also clean up the include files.
2021-02-18 18:35:28 +00:00
Mikhail Shchatko
3179444630 SERVER-54602 Fix and enable powercycle_kill_mongod on Windows buildvariant 2021-02-18 13:48:43 +00:00
Robert Guo
aafa095c4d SERVER-53693 Improve local powercycle testing experience 2021-02-18 13:28:51 +00:00
Mikhail Shchatko
34eb3c85c8 SERVER-53042 Update Powercycle to support Windows 2021-02-18 07:35:31 +00:00
Moustafa Maher
e2d3521097 SERVER-52601 Disallow commands with the same command_name in the same api_version in IDL 2021-02-18 06:19:37 +00:00
Amirsaman Memaripour
e1f1522377 SERVER-53918 Enforce minimumReshardingDuration 2021-02-18 00:03:32 +00:00
Ali Mir
892221532d SERVER-53202 Check for removed parameters in IDL compatibility checker script 2021-02-17 18:49:41 +00:00
Huayu Ouyang
02115791f2 SERVER-54145 Handle variant types in reply fields in IDL compatibility checker script 2021-02-17 01:13:50 +00:00
Andrew Morrow
d5beb490d2 SERVER-54484 Use is_alive rather than removed isAlive 2021-02-16 18:22:27 +00:00
Jordi Serra Torrens
24a3d286b9 SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogCacheLoader 2021-02-16 11:16:19 +00:00
Anton Korshunov
0fc5b56b12 SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE 2021-02-14 15:30:07 +00:00
Billy Donahue
c8a02bacb3 SERVER-54475 Add SSPL to shim files. Refactor sspl check.
simplecpplint.py
    Improve license check
    Clearer exception handling
    Fix process exit code (success:0, lintFail:1, internalError:2)

Add '-present' year range suffix to copyright notice in a few c++ files.
2021-02-12 20:58:51 +00:00
Carl Raiden Worley
af9504278a SERVER-52677 CheckReplDBHashInBackground output is appearing in FSM workload --log=buildlogger output 2021-02-12 19:54:18 +00:00
Mihai Andrei
7e33670abd SERVER-51843 [SBE] Support MERGE_SORT stage with children that are not fetched 2021-02-12 19:33:34 +00:00
Gregory Wlodarek
b521f722e9 SERVER-54453 Backup and restore to exercise time-series collections 2021-02-12 15:35:36 +00:00