Add admin command tests for setDefaultRWConcern#648
Conversation
Signed-off-by: Victor [C] Tsang <vitsangp@amazon.com>
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (test-coverage); effort from diff stats (709+0 LOC, 11 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 |
SaiPradyumn
left a comment
There was a problem hiding this comment.
administration/utils/admin_test_case.py is added again — also added in PRs #642 and #646 (still open). Critically, the schema differs: this PR's version has setup_commands: tuple = (), while #642/#646 have use_admin: bool = True. When these merge, one version will overwrite the other and break tests in one of those PRs.
@SaiPradyumn yes it will have conflict. I only added it in here because I want the github action to run. If I don't include it, it will definitely failed. I will resolve the conflict when this is ready to merge. |
This PR contains:
Ref: