Add $planCacheClearFilters command tests#583
Conversation
79812e8 to
1ed75ec
Compare
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (test-coverage); effort from diff stats (809+0 LOC, 5 files); LLM: Adds new test coverage for the $planCacheClearFilters command operator, covering behavior, syntax, and error cases — a functional test addition with moderate scope. If a label is wrong, remove it manually and ping |
| @@ -0,0 +1,291 @@ | |||
| """Tests for planCacheClearFilters command core behavior.""" | |||
|
|
|||
There was a problem hiding this comment.
I think we need to actually verify if the index filter is removed by this command and not just check if the index filter command gives OK.
There was a problem hiding this comment.
sure, I have added test_planCacheClearFilters_behavior.py to test
1ed75ec to
1bec02a
Compare
apply style-guide.md add init.py Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com> split success and error cases Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com> merge files Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com> merge error files 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>
d84a440 to
2121462
Compare
This change adds tests for the $planCacheClearFilters command operator.
Add command operator tests for $planCacheClearFilters. Tests database $planCacheClearFilters behavior, syntax, and expected errors.