Add getClusterParameter tests#656
Conversation
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
…issing coverage Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (test-coverage, test-framework); effort from diff stats (362+0 LOC, 8 files); LLM failed: Invalid response body while trying to fetch https://api.anthropic.com/v1/messages: Premature close If a label is wrong, remove it manually and ping |
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
This reverts commit 014f2bc. Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
This reverts commit 51a482a. Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
…-tests Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
|
https://www.mongodb.com/docs/manual/core/sharded-cluster-config-servers/#std-label-sharding-config-server |
Looking through that doc page I can't see any additional parameters, but I've added tests for all the ones here that were missing: https://www.mongodb.com/docs/manual/reference/cluster-parameters/ Beyond that list I hesitate to check for direct parameters unless they are directly referenced as included, let me know if I've missed any. |
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
…-tests Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Well, it looks like even the documented parameters are not always included, auditConfig is seemingly not present on local and CI runs. I've kept the other new test but I'm not sure if it should be kept either or if it is a risk of a flaky case, let me know if you would like to me to remove it as well. |
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
This PR adds the tests for the getClusterParameter administration command.
Ref: Issue #42, #422