Skip to content
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

Adding regression tests for some issues fixed earlier #25835

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Sep 2, 2021

Resolves #13560
Resolves #17364
Resolves #17803
Resolves #21078
Resolves #21828
Resolves #23041

@@ -33,7 +33,20 @@ public override void Entity_mapped_to_view_on_right_side_of_join()

public override async Task KeylessEntity_with_included_nav(bool async)
{
await Assert.ThrowsAsync<InvalidOperationException>(() => base.KeylessEntity_with_included_nav(async));
await Assert.ThrowsAsync<InvalidOperationException>(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we just move those tests to relational? currently we throw obsolete IncludeOnEntityWithDefiningQueryNotSupported exception for InMemory here

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not yet, let's wait till new defining query implementation. It may end up working.

@maumar maumar force-pushed the moar_verify branch 3 times, most recently from aee788e to 1781f85 Compare September 2, 2021 08:24
@ghost
Copy link

ghost commented Sep 2, 2021

Hello @maumar!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost
Copy link

ghost commented Sep 2, 2021

Apologies, while this PR appears ready to be merged, it looks like release/6.0 is a protected branch and I have not been granted permission to perform the merge.

@maumar maumar removed the auto-merge label Sep 2, 2021
Resolves #13560
Resolves #17364
Resolves #17803
Resolves #21078
Resolves #21828
Resolves #23041
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment