AssertIncludeCollection ordering of elements issue #22293
Labels
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
When syncing EFCore.PG to the latest rc1 daily, all split tests under TPTRelationshipsQueryNpgsqlTest are failing with incorrect results.
Looking at test Include_collection_with_inheritance_split, the 2nd query for SQL Server is:
For SQL Server, this yields:
But PostgreSQL yields:
Since the query orders only by [b].[Id] and there are duplicates, row ordering seems non-deterministic...
/cc @smitpatel @AndriySvyryd
The text was updated successfully, but these errors were encountered: