Skip to content

Query/Test: introduce client-side ordering to QueryTests without explicit orderby, rather than using contains in the result verification #8617

Closed
@maumar

Description

@maumar

Currently QueryTest base (and some others) verify unordered results by using Contains. This is not perfect because it's slow and can cause false positives for queries where results have duplicates. Instead, we should apply logic similar to one in ComplexNavigationsQueryTest, where we apply client-side ordering and perform normal comparison afterwards

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions