-
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: Convert to AssertQuery in tests as much as possible #21393
Labels
area-query
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 enable for Filtered_include_outer_parameter_used_inside_filter |
maumar
added a commit
that referenced
this issue
Oct 10, 2020
…sible - adding visitor that rewrites expected query based on query filter model information, - incorporating async GoW tests into the regular GoW test suite, - converted query filter tests to AsserQuery infra
maumar
added a commit
that referenced
this issue
Oct 10, 2020
…sible - adding visitor that rewrites expected query based on query filter model information, - incorporating async GoW tests into the regular GoW test suite, - converted query filter tests to AsserQuery infra
maumar
added a commit
that referenced
this issue
Oct 10, 2020
…sible - adding visitor that rewrites expected query based on query filter model information, - incorporating async GoW tests into the regular GoW test suite, - converted query filter tests to AsserQuery infra Fixes #21393
maumar
added a commit
that referenced
this issue
Oct 10, 2020
…sible - adding visitor that rewrites expected query based on query filter model information, - incorporating async GoW tests into the regular GoW test suite, - converted query filter tests to AsserQuery infra Fixes #21393
maumar
added a commit
that referenced
this issue
Oct 14, 2020
…sible added support for query filters to the AssertQuery test infra (using AssertFilteredQuery methods) and converted query filter tests to take advantage of it - when creating new instance of ExpectedData we can now apply necessary filtering direcly on the dataset, rather than modifying the expected query itself, - ExpectedData is now created for every query to make sure changes to properties on dbcontext are taken into account (e.g. TenantId), - ExpectedData are cached to avoid big perf hit. Also incorporated async GoW tests into the regular GoW test suite, Fixes #21393
maumar
added a commit
that referenced
this issue
Oct 14, 2020
…sible added support for query filters to the AssertQuery test infra (using AssertFilteredQuery methods) and converted query filter tests to take advantage of it - when creating new instance of ExpectedData we can now apply necessary filtering direcly on the dataset, rather than modifying the expected query itself, - ExpectedData is now created for every query to make sure changes to properties on dbcontext are taken into account (e.g. TenantId), - ExpectedData are cached to avoid big perf hit. Also incorporated async GoW tests into the regular GoW test suite, Fixes #21393
maumar
added a commit
that referenced
this issue
Oct 17, 2020
…sible added support for query filters to the AssertQuery test infra (using AssertFilteredQuery methods) and converted query filter tests to take advantage of it - when creating new instance of ExpectedData we can now apply necessary filtering direcly on the dataset, rather than modifying the expected query itself, - ExpectedData is now created for every query to make sure changes to properties on dbcontext are taken into account (e.g. TenantId), - ExpectedData are cached to avoid big perf hit. Also incorporated async GoW tests into the regular GoW test suite, Fixes #21393
maumar
added a commit
that referenced
this issue
Oct 17, 2020
…sible added support for query filters to the AssertQuery test infra (using AssertFilteredQuery methods) and converted query filter tests to take advantage of it - when creating new instance of ExpectedData we can now apply necessary filtering direcly on the dataset, rather than modifying the expected query itself, - ExpectedData is now created for every query to make sure changes to properties on dbcontext are taken into account (e.g. TenantId), - ExpectedData are cached to avoid big perf hit. Also incorporated async GoW tests into the regular GoW test suite, Fixes #21393
maumar
added a commit
that referenced
this issue
Oct 19, 2020
…sible added support for query filters to the AssertQuery test infra (using AssertFilteredQuery methods) and converted query filter tests to take advantage of it - when creating new instance of ExpectedData we can now apply necessary filtering direcly on the dataset, rather than modifying the expected query itself, - ExpectedData is now created for every query to make sure changes to properties on dbcontext are taken into account (e.g. TenantId), - ExpectedData are cached to avoid big perf hit. Also incorporated async GoW tests into the regular GoW test suite, Fixes #21393
maumar
added a commit
that referenced
this issue
Oct 19, 2020
…sible added support for query filters to the AssertQuery test infra (using AssertFilteredQuery methods) and converted query filter tests to take advantage of it - when creating new instance of ExpectedData we can now apply necessary filtering direcly on the dataset, rather than modifying the expected query itself, - ExpectedData is now created for every query to make sure changes to properties on dbcontext are taken into account (e.g. TenantId), - ExpectedData are cached to avoid big perf hit. Also incorporated async GoW tests into the regular GoW test suite, Fixes #21393
maumar
added a commit
that referenced
this issue
Oct 19, 2020
…sible added support for query filters to the AssertQuery test infra (using AssertFilteredQuery methods) and converted query filter tests to take advantage of it - when creating new instance of ExpectedData we can now apply necessary filtering direcly on the dataset, rather than modifying the expected query itself, - ExpectedData is now created for every query to make sure changes to properties on dbcontext are taken into account (e.g. TenantId), - ExpectedData are cached to avoid big perf hit. Also incorporated async GoW tests into the regular GoW test suite, Fixes #21393
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-query
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
The text was updated successfully, but these errors were encountered: