rpuch commented on code in PR #6428:
URL: https://github.com/apache/ignite-3/pull/6428#discussion_r2276874029


##########
modules/metastorage/src/integrationTest/java/org/apache/ignite/internal/metastorage/impl/ItMetaStorageWatchTest.java:
##########
@@ -125,6 +126,9 @@ public class ItMetaStorageWatchTest extends 
IgniteAbstractTest {
     @InjectExecutorService
     private static ScheduledExecutorService scheduledExecutorService;
 
+    @InjectConfiguration
+    private static RaftConfiguration raftConfiguration;

Review Comment:
   Static state is evil, we already had problems with resource leaks through 
static configurations in tests.
   
   But I doubt this can happen 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]

Reply via email to