Add setParameter tests#650
Conversation
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (test-coverage); effort from diff stats (757+0 LOC, 6 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 |
|
https://www.mongodb.com/docs/manual/reference/parameters/ |
|
AdministrationTestCase this has been introduced for getClusterParameter should use that here? |
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
I believe testing all the parameters is not required for this feature. Since different BSON types are accepted by
I think it is optional since |
|
@manojnks Please let me know if you have any other comments, thanks |
|
sounds good |
Add command operator tests for setParameter. Tests database setParameter behavior, output collection, syntax, and errors. Worked with @vic-tsang to get initial set of tests to work with.