Vladislav Pyatkov created IGNITE-25340: ------------------------------------------
Summary: Incorrect tuple comparison in B-tree prefix Key: IGNITE-25340 URL: https://issues.apache.org/jira/browse/IGNITE-25340 Project: Ignite Issue Type: Bug Reporter: Vladislav Pyatkov h3. Motivation Test is flaky in TC: {noformat|title=VolatilePageMemorySortedIndexStorageTest#testReadOnlyScan} [2025-05-08T14:24:24,514][INFO ][main][VolatilePageMemorySortedIndexStorageTest] >>> Starting test: VolatilePageMemorySortedIndexStorageTest#testReadOnlyScan, displayName: repetition 2 of 5 [2025-05-08T14:24:24,514][INFO ][main][VolatilePageMemorySortedIndexStorageTest] Using random seed: 1746703464513 [2025-05-08T14:24:24,520][INFO ][main][AbstractSortedIndexStorageTest] Creating index with the following column order: [INT8, STRING, INT64, FLOAT, UUID, INT32, INT16, TIMESTAMP, DATETIME, DATE, TIME, DECIMAL, BYTE_ARRAY, DOUBLE] [2025-05-08T14:24:24,525][INFO ][main][VolatilePageMemorySortedIndexStorageTest] >>> Stopping test: VolatilePageMemorySortedIndexStorageTest#testReadOnlyScan, displayName: repetition 2 of 5, cost: 10ms. java.lang.AssertionError: Expected: a collection with size <6> but: collection size was <5> {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)