timoninmaxim commented on code in PR #11617: URL: https://github.com/apache/ignite/pull/11617#discussion_r1813365684
########## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheTtlManagerLoadTest.java: ########## @@ -42,10 +43,11 @@ public void testLoad() throws Exception { cacheMode = REPLICATED; final IgniteKernal g = (IgniteKernal)startGrid(0); + + g.cluster().state(ClusterState.ACTIVE); try { final AtomicBoolean stop = new AtomicBoolean(); - Review Comment: Please, revert this change -- 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