Skip to content

Add $setDifference, $setIntersection, $setEquals, $setIsSubset tests#692

Open
danielfrankcom wants to merge 5 commits into
documentdb:mainfrom
danielfrankcom:pr/sets
Open

Add $setDifference, $setIntersection, $setEquals, $setIsSubset tests#692
danielfrankcom wants to merge 5 commits into
documentdb:mainfrom
danielfrankcom:pr/sets

Conversation

@danielfrankcom

Copy link
Copy Markdown
Collaborator

This change adds tests for the $setDifference, $setIntersection, $setEquals, and $setIsSubset expressions. They were originally authored by @mitchell-elholm.

Closes #268, #269, #270, #271

danielfrankcom and others added 4 commits July 16, 2026 15:45
This change adds tests for the $setDifference expression. It was originally
authored by @mitchell-elholm.

Closes documentdb#268

Co-authored-by: Mitchell Elholm <mitchell-elholm@users.noreply.github.com>
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
This change adds tests for the $setIntersection expression. It was originally
authored by @mitchell-elholm.

Closes documentdb#270

Co-authored-by: Mitchell Elholm <mitchell-elholm@users.noreply.github.com>
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
This change adds tests for the $setEquals expression. It was originally
authored by @mitchell-elholm.

Closes documentdb#269

Co-authored-by: Mitchell Elholm <mitchell-elholm@users.noreply.github.com>
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
This change adds tests for the $setIsSubset expression. It was originally
authored by @mitchell-elholm.

Closes documentdb#271

Co-authored-by: Mitchell Elholm <mitchell-elholm@users.noreply.github.com>
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
@danielfrankcom
danielfrankcom requested a review from a team as a code owner July 16, 2026 22:55
@documentdb-triage-tool documentdb-triage-tool Bot added compatibility test Compatibility test related enhancement New feature or request labels Jul 16, 2026
@documentdb-triage-tool

Copy link
Copy Markdown

🤖 Auto-triaged by documentdb-triage-tool.

Applied: compatibility test, enhancement
Project fields suggested: Component test-coverage · Priority P2 · Effort XL · Status Needs Review
Confidence: 0.90 (mixed)

Reasoning

component from path globs (test-coverage); effort from diff stats (6898+0 LOC, 25 files); LLM: Adds new compatibility test coverage for four set expression operators, spanning multiple test files within the test-coverage component.

If a label is wrong, remove it manually and ping @patty-chow so the rules can be tuned. The bot will not re-label items that already have component labels.

Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compatibility test Compatibility test related enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add compatibility test for $setDifference

1 participant