Add $min accumulator tests#219
Conversation
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (test-coverage, test-framework); effort from diff stats (2919+2 LOC, 12 files); LLM: Adds new integration test coverage for the $min accumulator operator under the compatibility tests path, a meaningful but self-contained test-coverage contribution. If a label is wrong, remove it manually and ping |
647bb79 to
21ba959
Compare
|
Removed stage tests and renamed tests to |
eerxuan
left a comment
There was a problem hiding this comment.
Please apply the same feedback on #214 (review)
|
applied #214 (review): add arity tests, expression tests, BSON tests, order dependence tests, and empty-group behavior tests. Remove BSON order tests. |
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
add arity tests, add expression tests, add BSON tests. Remove BSON order tests. Add order dependence tests. Signed-off-by: Alina (Xi) Li <[email protected]>
Signed-off-by: Alina (Xi) Li <[email protected]>
This change adds tests for the $min accumulator operator.
Add accumulator operator tests for $min. Tests database $min behavior, output collection, syntax, and expected errors.
Integration tests are in
documentdb_tests/compatibility/tests/core/operator/accumulators/test_accumulators_min_integration.py