-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query/Test: convert the "no_data" tests in NorthwindAggregateOperatorsQueryTestBase to use AssertQuery #26397
Labels
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
also Select_All |
OfType_Select, OfType_Select_OfType_Select |
Contains_over_entityType_should_rewrite_to_identity_equality (need to add assertquery method for contains result op) |
maumar
changed the title
Query/Test: convert the "no_data" tests in NorthwindAggregateOperatorsQueryTestBase to use AssertQueryScalar
Query/Test: convert the "no_data" tests in NorthwindAggregateOperatorsQueryTestBase to use AssertQuery
Oct 21, 2021
maumar
added a commit
that referenced
this issue
Oct 21, 2021
…ggregateOperatorsQueryTestBase to use AssertQuery We can use assert methods for individual result operators (min, max, average) as well as AssertSingleResult for ones which use complicated/correlated arguments in the final method. Fixes #26397
maumar
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Oct 21, 2021
maumar
added a commit
that referenced
this issue
Oct 21, 2021
…ggregateOperatorsQueryTestBase to use AssertQuery We can use assert methods for individual result operators (min, max, average) as well as AssertSingleResult for ones which use complicated/correlated arguments in the final method. Fixes #26397
maumar
added a commit
that referenced
this issue
Oct 21, 2021
…ggregateOperatorsQueryTestBase to use AssertQuery We can use assert methods for individual result operators (min, max, average) as well as AssertSingleResult for ones which use complicated/correlated arguments in the final method. Fixes #26397
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
No description provided.
The text was updated successfully, but these errors were encountered: