ivanzlenko commented on code in PR #4595: URL: https://github.com/apache/ignite-3/pull/4595#discussion_r1806458291
########## modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/authentication/ItAuthenticationTest.java: ########## @@ -62,9 +62,7 @@ public class ItAuthenticationTest extends ClusterPerTestIntegrationTest { @BeforeEach Review Comment: Overriden will be enough for that. Overridden methods without proper annotation shouldn't be started even if parent method has @BeforeAll annotation. ########## modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/authentication/ItAuthenticationTest.java: ########## @@ -62,9 +62,7 @@ public class ItAuthenticationTest extends ClusterPerTestIntegrationTest { @BeforeEach Review Comment: Override will be enough for that. Overridden methods without proper annotation shouldn't be started even if parent method has @BeforeAll annotation. -- 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