sanpwc commented on a change in pull request #197: URL: https://github.com/apache/ignite-3/pull/197#discussion_r674159729
########## File path: modules/raft/src/test/java/org/apache/ignite/internal/raft/server/impl/RaftServerImpl.java ########## @@ -46,7 +46,7 @@ /** * A single node service implementation. - * @deprecated TODO asch Replace with jraft server https://issues.apache.org/jira/browse/IGNITE-14848 + * Only for test purposes. */ public class RaftServerImpl implements RaftServer { Review comment: We should use more strict check of using given class in tests only, either by moving it to the test scope or checking whether it's used in test environment, otherwise it might occur that it'll be used in non-test env. -- 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]
