rpuch commented on code in PR #4608:
URL: https://github.com/apache/ignite-3/pull/4608#discussion_r1810845113
##########
modules/placement-driver/src/test/java/org/apache/ignite/internal/placementdriver/leases/LeaseSerializationTest.java:
##########
@@ -65,7 +43,7 @@ public void testLeaseBatchSerialization() {
i % 2 == 0,
i % 2 == 1,
i % 2 == 0 ? null : "node" + i,
- groupId
+ new TablePartitionId(1, i)
Review Comment:
The tests you request already exist in `LeaseBatchSerializerTest`, what's
the point in duplicating them here?
--
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]