Mikhail Efremov created IGNITE-28001:
----------------------------------------
Summary: findAllByExamplePageable must use ordered pagination
Key: IGNITE-28001
URL: https://issues.apache.org/jira/browse/IGNITE-28001
Project: Ignite
Issue Type: Bug
Reporter: Mikhail Efremov
Assignee: Mikhail Efremov
*Description*
{{findAllByExamplePageable}} uses {{findAllByExamplePageableSource}} that
returns set with unordered {{PageRequest}}. But inside of test we're asserting
that query result doesn't contain values like the result is ordered.
*Motivation*
Tests shouldn't be dependent on luck of inserts and partitioning.
*Definition of done*
{{PageRequest}} are {{ASC}} by {{id}} property now.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)