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

NorthwindAggregateOperatorsQueryCosmosTest.Distinct_Scalar fails on CI #27688

Open
AndriySvyryd opened this issue Mar 23, 2022 · 2 comments
Open

Comments

@AndriySvyryd
Copy link
Member

Microsoft.EntityFrameworkCore.Query.NorthwindAggregateOperatorsQueryCosmosTest.Distinct_Scalar(async: True)

Assert.Equal() Failure
Expected: 69
Actual: 68

at Microsoft.EntityFrameworkCore.TestUtilities.TestHelpers.AssertResults[T](IList1 expected, IList1 actual, Func2 elementSorter, Action2 elementAsserter, Boolean verifyOrdered) in //test/EFCore.Specification.Tests/TestUtilities/TestHelpers.cs:line 255
at Microsoft.EntityFrameworkCore.TestUtilities.QueryAsserter.AssertQuery[TResult](Func2 actualQuery, Func2 expectedQuery, Func2 elementSorter, Action2 elementAsserter, Boolean assertOrder, Int32 entryCount, Boolean async, String testMethodName, Boolean filteredQuery) in /
/test/EFCore.Specification.Tests/TestUtilities/QueryAsserter.cs:line 135
at Microsoft.EntityFrameworkCore.Query.NorthwindAggregateOperatorsQueryCosmosTest.Distinct_Scalar(Boolean async) in /_/test/EFCore.Cosmos.FunctionalTests/Query/NorthwindAggregateOperatorsQueryCosmosTest.cs:line 909

@Marusyk
Copy link
Member

Marusyk commented May 29, 2022

It seems everything is fine
image
image

@AndriySvyryd
Copy link
Member Author

Yes, it only fails on CI, locally it passes fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants