sashapolo commented on code in PR #5742:
URL: https://github.com/apache/ignite-3/pull/5742#discussion_r2071808897
##########
modules/table/src/testFixtures/java/org/apache/ignite/distributed/ItTxTestCluster.java:
##########
@@ -918,7 +919,8 @@ private RaftGroupListener
getOrCreateAndPopulateRaftGroupListener(
mock(MinimumRequiredTimeCollectorService.class),
partitionOperationsExecutor,
placementDriver,
- clockServices.get(assignment)
+ clockServices.get(assignment),
+ new TablePartitionId(tableId, partId)
Review Comment:
It is dependent, this is an `else` branch of that exact check
--
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]