Commit Graph

136 Commits

Author SHA1 Message Date
Haley Connelly d0f6a9a599 SERVER-56887 setIndexCommitQuorum command does not return {ok: 1} when run against a mongos on a non-existent index build 2021-08-12 18:21:43 +00:00
Simon Graetzer 7a0adb1c73 SERVER-58996: Fix configureCollectionAutoSplitter case in database_versioning_all_commands.js 2021-08-02 16:19:04 +00:00
Simon Graetzer 66708080ab SERVER-58270 Create configureCollectionAutoSplitter command 2021-07-30 12:09:37 +00:00
Tommaso Tocci 6c29b2a14b SERVER-58940 Re-eneable not failing sharding tests disabled in multiversion suites after 5.1 FCV constants update 2021-07-29 09:59:03 +00:00
Robert Guo bc5f939071 SERVER-58172 run multiversion tests on master with 5.0 and disable incompatible tests 2021-07-22 14:50:12 +00:00
Max Hirschhorn b2d663d484 SERVER-52461 Enable resharding feature flag by default. 2021-05-12 23:00:16 +00:00
Sara Golemon 913217ab00 SERVER-54973 Add getAuditConfig and related commands API 2021-04-23 14:51:21 +00:00
Sara Golemon c1bfa707cd SERVER-54972 Add ActionTypes, ErrorCodes, and OpObserver hook for Runtime Audit Config 2021-04-23 14:03:27 +00:00
Blake Oler 428015e057 SERVER-54035 Commit cleanup command stubs 2021-04-03 16:39:14 +00:00
Blake Oler 5103a49830 SERVER-52770 Add abortReshardCollection command for users to cancel the resharding operation 2021-03-29 14:59:13 +00:00
Arun Banala bd41f71175 SERVER-52874 Implement validateDBMetadata command 2021-02-17 16:35:24 +00:00
Jason Zhang c8b93f2649 SERVER-47807 Remove shardConnPoolStats command 2021-02-02 17:40:57 +00:00
Alexandre Bique e747599181 SERVER-47817 Remove resetError command 2021-01-28 14:44:52 +00:00
Pavi Vetriselvan 2756fa6789 SERVER-50640 listCommands should list isMaster in addition to hello 2020-09-03 01:31:54 +00:00
Sara Golemon 3f70a7ed1c SERVER-50605 Add logMessage test-only command 2020-09-01 16:07:31 +00:00
XueruiFa 208c34277e SERVER-49381: Create stub API Version 2 for testing 2020-08-25 14:21:20 +00:00
Pavi Vetriselvan 466a22a6a2 SERVER-50335 use backports_requires_for_multiversion_tests when excluding hello tests from multiversion suites 2020-08-19 20:55:39 +00:00
Pavi Vetriselvan 9a4be90244 SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster aliases 2020-08-05 20:32:26 +00:00
Lingzhi Deng 475078ffd9 SERVER-49783: Update latest FCV to 4.7 2020-08-02 05:39:29 +00:00
PV99 4e0f81726f SERVER-49065 Mark API Version 1 commands 2020-07-28 23:56:02 +00:00
Jason Chan 1c28b3cf02 SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
Gabriel Marks 800524cff5 SERVER-49116 Add rotateCertificates command 2020-07-17 19:41:52 +00:00
Grace Luong a2364e8742 SERVER-49060: updating generic FCV constants 2020-07-09 00:07:45 +00:00
Kshitij Gupta 2bdac781a1 SERVER-48676: Create reshardCollection command on router. 2020-07-02 16:23:45 +00:00
Tommaso Tocci ef3e188790 SERVER-46838 Update last_stable_mongos_commands.js to reflect the 4.5-branched codebase state 2020-03-27 10:08:39 +00:00
Lamont Nelson 8c028c6959 SERVER-46215: use primaryShardAfter for the second assertShardDatabaseVersion in database_versioning_all_commands.js 2020-03-13 14:07:43 +00:00
Andrew Chen ad06b5ffbc SERVER-44037 Removed the restartCatalog Cmd and all references to it
delete mode 100644 jstests/core/restart_catalog.js
 delete mode 100644 jstests/noPassthrough/closeAll_with_background_ops_fails_safely.js
 delete mode 100644 jstests/noPassthrough/restart_catalog_preserves_min_visible.js
 delete mode 100644 jstests/noPassthrough/restart_catalog_sharded_cluster.js
 delete mode 100644 jstests/noPassthroughWithMongod/restart_catalog_interrupts_background_validation.js
 delete mode 100644 src/mongo/db/commands/restart_catalog_command.cpp
 delete mode 100644 src/mongo/s/commands/cluster_restart_catalog_command.cpp
2020-02-05 19:42:41 +00:00
Mihai Andrei 9a0ef61449 SERVER-45576 Make explicit collection creation in sharding directly forward the create command to the primary shard again 2020-01-30 23:11:40 +00:00
Ben Caimano 14f8744277 SERVER-44164 Create _killOperations command 2020-01-02 15:27:59 +00:00
Jacob Evans 57acc8b666 SERVER-44475 Remove Query Knob 2019-12-11 21:33:49 +00:00
David Storch 36ff260fe6 SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheListPlans'.
As an alternative, use the $planCacheStats aggregation
stage. This metadata source, when placed first in the
pipeline, returns one document per plan cache entry for a
particular collection. This data can then be filtered,
projected, grouped, or otherwise processed with the full
power of MQL.
2019-11-26 14:29:44 +00:00
Mihai Andrei 9f1e78ea0a SERVER-44583 M/R Agg: Add explain support for mapReduce command 2019-11-22 21:27:40 +00:00
Marcos José Grillo Ramírez f48da7a0f8 SERVER-43990 A command to confirm that all chunks have been moved to the right zone after the initial split 2019-11-21 10:55:40 +00:00
Jason Chan a65d5c03fb SERVER-43306 Remove dryRun command-line option from multiversion tests 2019-11-14 16:49:49 +00:00
Esha Maharishi d0c867a988 SERVER-44286 Improve assertions in database_versioning_all_commands.js 2019-10-31 17:03:48 +00:00
Esha Maharishi dac301bf71 SERVER-44233 Rename database_and_shard_versioning_all_commands.js to database_versioning_all_commands.js 2019-10-25 17:14:46 +00:00