ascherbakoff commented on code in PR #4700: URL: https://github.com/apache/ignite-3/pull/4700#discussion_r1852197153
########## modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java: ########## @@ -3815,82 +3811,6 @@ public void testLeaseReadAfterSegmentation() throws Exception { assertTrue(res.get().isOk()); } - /** - * Tests propagation of HLC on heartbeat request and response. - */ - @Test - public void testHlcPropagation() throws Exception { Review Comment: The scope of changes is small, so I decided to include. I believe this doesn't break anything. Created a ticket for further cleaning up: https://issues.apache.org/jira/browse/IGNITE-23742 -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org