Add removeQuerySettings tests#613
Conversation
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (test-coverage, test-framework); effort from diff stats (1172+1 LOC, 25 files); LLM: Adds new test coverage for the If a label is wrong, remove it manually and ping |
|
I believe you will need to rebase this after #610 merge ? |
eerxuan
left a comment
There was a problem hiding this comment.
Please rebase and use @pytest.mark.requires(...)
1a22cc1 to
9689101
Compare
|
@eerxuan I have rebased and used |
eerxuan
left a comment
There was a problem hiding this comment.
Please resolve conflicts.
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
be41a02 to
e821727
Compare
|
Yup, I have rebased and resolved the merge conflicts. |
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com>
Signed-off-by: Alina (Xi) Li <Alina.Li@improving.com> Signed-off-by: Sarthak Dalmia <sadalmia@microsoft.com>
This change adds tests for the removeQuerySettings command operator. In order to define the
SettingsTestCaseclass, I renamedquery-planningtoquery_planning. Reason is that hyphens aren't allowed in identifiers, so directories that need to be imported must use underscores instead.Add command operator tests for removeQuerySettings. Tests database removeQuerySettings behavior, output collection, syntax, and expected errors.
Edit:
replica_setis needed because query settings are not supported on standalone instances