Commit Graph

3644 Commits

Author SHA1 Message Date
Daniel Moody
fa271cc17c SERVER-52567 added basic functions for graph analyzer CLI tool and improved graph generation. 2020-11-25 03:21:49 +00:00
Samy Lanka
a2c49f836f SERVER-51862 Generate a C++ base class for each V1 command 2020-11-23 22:56:55 +00:00
Andrew Shuvalov
d3faf32669 SERVER-52710: wire up transient SSL parameters up to the NetworkInterface 2020-11-20 14:58:12 +00:00
Jason Zhang
34a81def84 SERVER-50494 Implement proxy’s retry logic for batch write commands
Co-authored-by: Cheahuychou Mao <mao.cheahuychou@gmail.com>
2020-11-20 06:21:33 +00:00
George Wangensteen
3043162786 SERVER-51371 Strict IDL definition for WriteConcern 2020-11-19 23:55:38 +00:00
Brian DeLeonardis
5247cf4369 SERVER-51403 Create concurrency suite with background operation metrics collection 2020-11-19 22:39:08 +00:00
Brian DeLeonardis
9e258a74a0 SERVER-41020 Ensure that config fuzzer configurations are reproducible 2020-11-19 21:19:08 +00:00
Nikita Lapkov
0a2bfde471 SERVER-32960: Make $mod truncate float values consistently and use long long for its arguments 2020-11-19 15:24:58 +00:00
A. Jesse Jiryu Davis
73d1a6f368 SERVER-52543 Define listCollections in IDL 2020-11-19 01:26:57 +00:00
Jason Chan
dff0aa11f5 SERVER-52843 Move abort/await_unprepared_transactions_on_fcv_downgrade.js files to jstests/multiVersion 2020-11-19 00:09:58 +00:00
Jason Chan
bb5727d978 SERVER-51286 Switch to use new feature flag syntax for tenant migrations 2020-11-18 22:42:42 +00:00
Max Hirschhorn
e8fcb9bead SERVER-49291 Clone existing collection as part of resharding. 2020-11-18 15:30:32 +00:00
Rishab Joshi
4329ffafa3 SERVER-50442 Remove ensureIndex shell function
This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
2020-11-17 14:23:10 +00:00
A. Jesse Jiryu Davis
55dc422238 SERVER-52875 Let IDL structs include structs with field validators 2020-11-16 22:46:03 +00:00
Daniel Moody
9e9b2423f1 SERVER-52566 added generate-libdeps-graph target for building graph of library dependencies. 2020-11-16 21:51:00 +00:00
Melodee Li
d1ba7acc92 SERVER-52844 Back out changes to find_size.js made by SERVER-50762 2020-11-16 17:22:32 +00:00
Amirsaman Memaripour
ebf9c6687f SERVER-48645 Remove versioning constraints on testing diagnostics 2020-11-13 04:06:16 +00:00
Drew Paroski
0cffa0c8c7 SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCH 2020-11-13 02:05:25 +00:00
Arun Banala
7c196029e8 Revert "SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell"
This reverts commit e69c967ff8.
2020-11-12 18:15:38 +00:00
Rishab Joshi
e69c967ff8 SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell 2020-11-12 10:38:50 +00:00
A. Jesse Jiryu Davis
90cfa3eeb1 SERVER-51848 Rename generic arg/reply functions 2020-11-11 17:19:50 +00:00
A. Jesse Jiryu Davis
c4f0c53602 SERVER-51848 Specific generic args in IDL 2020-11-11 01:31:47 +00:00
A. Jesse Jiryu Davis
e618ffe3d8 SERVER-51877 Check all API V1 commands are defined in IDL 2020-11-10 18:52:28 +00:00
Lingzhi Deng
a36a312b74 SERVER-52679: Disallow null/undefined command parameter for IDL commands with {namespace: type} 2020-11-10 04:00:23 +00:00
Mark Benvenuto
d91df4640a SERVER-52672 Update blackduck_hub.py rules for filtering beta versions 2020-11-09 19:53:09 +00:00
Alya Berciu
9363cfebe2 SERVER-51540 Support mod expression in SBE 2020-11-09 14:23:23 +00:00
Mikhail Shchatko
2856ce8017 SERVER-52534 Auth to the Evergreen API and S3 for both local and Evergreen machines 2020-11-09 06:42:41 +00:00
julianedwards
3c179e4935 SERVER-49504: Revert "Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"" 2020-11-06 17:23:31 +00:00
Alex Taskov
6508f5d6ad SERVER-49825 Replicate updates changing value under new shard key pattern as delete + insert in a transaction 2020-11-06 15:59:26 +00:00
Pavi Vetriselvan
50b49e377c SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
Brian DeLeonardis
a53d94e484 SERVER-41020 Add tests that fuzz storage engine parameters 2020-11-06 02:27:25 +00:00
David Bradford
1bd55f0f65 SERVER-51793: Update bypass-compile to download debug symbols 2020-11-05 23:12:47 +00:00
A. Jesse Jiryu Davis
330d2ee867 SERVER-51876 Create script to check out past IDL files 2020-11-05 19:43:14 +00:00
George Wangensteen
cf2f9b8daf SERVER-51373 Create IDL definition for OkReply 2020-11-05 19:25:44 +00:00
Samy Lanka
2b81759028 SERVER-51377 Enforce that all API V1 command definitions include strict: true 2020-11-05 18:14:05 +00:00
Richard Samuels
80caa45a40 SERVER-51097 Reduce maximum runtime of unittests "run tests" phase 2020-11-05 16:41:31 +00:00
Ali Mir
eac07b8c0b Revert "SERVER-51540 Support mod expression in SBE"
This reverts commit 3509b1b585.
2020-11-05 16:00:17 +00:00
Alya Berciu
3509b1b585 SERVER-51540 Support mod expression in SBE 2020-11-04 18:37:57 +00:00
Samy Lanka
011c843a44 SERVER-51372 Add command_name field to IDL command syntax 2020-11-03 21:37:33 +00:00
Mihai Andrei
08c0ec18e8 SERVER-47081 Delete geoSearch command and related tests 2020-11-03 13:30:56 +00:00
David Bradford
d27ea6cdcd SERVER-52511: Fix selected-test task name generatation 2020-11-02 15:23:46 +00:00
Jason Chan
5852774abc SERVER-51112 Add runFeatureFlagMultiversionTest helper for targeted upgrade/downgrade tests 2020-10-29 16:26:39 +00:00
Jason Zhang
b4cd12f6dd SERVER-51452 TenantMigrationConflict should store a shared_ptr to the TenantMigrationAccessBlocker 2020-10-28 22:32:48 +00:00
Henrik Edin
2911c96e8b SERVER-51856 Add Visual Studio Natvis debugger visualizers for BSONObj and BSONElement 2020-10-28 14:10:43 +00:00
Sergi Mateo Bellido
15b66de500 SERVER-51855 Disable mongos_get_shard_version.js from running in sharding_csrs_continuous_config_stepdown suite 2020-10-28 13:36:38 +00:00
A. Jesse Jiryu Davis
2ccf0fe017 SERVER-51378 SERVER-51379 Add API V1 fields to IDL
Add "unstable", "forward_to_shards", and "forward_from_shards" to support API V1 compatibility testing. Also finish SERVER-51376 by checking that reply_type is present if api_version is non-empty.
2020-10-27 15:57:10 +00:00
Robert Guo
853ae22a37 SERVER-51836 change windows multiversion suffix to zip 2020-10-26 16:56:45 +00:00
Lydia Stepanek
8fb7a62652 SERVER-51050 Selected Tests should not generate enterprise tests on non-enterprise builds 2020-10-23 19:20:07 +00:00
Mikhail Shchatko
de8c511301 SERVER-51776 Map setup_multiversion_mongodb.py args to evergreen build variants 2020-10-23 07:36:32 +00:00
A. Jesse Jiryu Davis
e67cf78cf5 SERVER-51375 Add "api_version" and "is_deprecated" to IDL 2020-10-22 17:30:26 +00:00