rpuch commented on code in PR #7313:
URL: https://github.com/apache/ignite-3/pull/7313#discussion_r2647628485


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerIndexLockingTest.java:
##########
@@ -422,6 +419,10 @@ void testReadWriteSingle(ReadWriteTestArg arg) {
         );
     }
 
+    private static @NotNull ReplicaPrimacy replicaPrimacy() {
+        return 
ReplicaPrimacy.forPrimaryReplicaRequest(HybridTimestamp.MIN_VALUE.longValue());

Review Comment:
   I switched all cases except for 2 cases in 
`PartitionReplicaListenerSortedIndexLockingTest` to real primacy calculation 
using test placement driver and primacy engine. But I still left those 2 cases 
in `PartitionReplicaListenerSortedIndexLockingTest` because the tests are 
actually not about primacy validation (and for that reason they don't even 
instantiate any placement driver)



-- 
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