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

More fixes to entity equality nullability handling #17058

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

roji
Copy link
Member

@roji roji commented Aug 9, 2019

Fixes #16972

Continues work in #16957

@roji roji requested a review from smitpatel August 9, 2019 15:52
@@ -1278,6 +1278,28 @@ public override async Task List_Contains_with_parameter_list(bool isAsync)
WHERE ((c[""Discriminator""] = ""Order"") AND (c[""OrderID""] = 10248))");
}

[ConditionalTheory(Skip = "Issue#14935 (Contains not implemented)")]
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Contains does not have translation in cosmos. It is less of not implemented and more of client eval.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I was just following the way previous Contains tests were skipped. Am going to merge as-is, and can submit a PR to return Task.Complete instead of skipping.

/cc @AndriySvyryd

Copy link
Contributor

Choose a reason for hiding this comment

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

It's alright. We want skip only rather than Task.Completed. It's just skip message was somewhat misleading. But test code so no big deal.

@roji roji merged commit 243a085 into release/3.0 Aug 9, 2019
@ghost ghost deleted the MoarEENullabilityFixes branch August 9, 2019 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants