denis-chudov commented on code in PR #4375:
URL: https://github.com/apache/ignite-3/pull/4375#discussion_r1754926743


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/SortedIndexLockerTest.java:
##########
@@ -61,7 +61,7 @@ void takingInsertLocksOnDestroyedIndexStorageYieldsNullLock() 
{
         );
         indexStorage.destroy();
 
-        SortedIndexLocker locker = new SortedIndexLocker(1, PARTITION_ID, new 
HeapLockManager(), indexStorage, row -> binaryTuple);
+        SortedIndexLocker locker = new SortedIndexLocker(1, PARTITION_ID, new 
HeapLockManager(), indexStorage, row -> binaryTuple, false);

Review Comment:
   Do we test only non-unique index here?
   Is this class necessary after you added 
PartitionReplicaListenerSortedIndexLockingTest?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to