dant3 commented on code in PR #7753:
URL: https://github.com/apache/ignite-3/pull/7753#discussion_r2919130794


##########
modules/configuration/src/testFixtures/java/org/apache/ignite/internal/configuration/testframework/ConfigurationExtension.java:
##########
@@ -119,8 +119,8 @@ public class ConfigurationExtension implements 
BeforeEachCallback, AfterEachCall
             }
         });
 
-        LOCAL_MODULE = new CompoundModule(LOCAL, localModules);
-        DISTRIBUTED_MODULE = new CompoundModule(DISTRIBUTED, 
distributedModules);
+        LOCAL_MODULE = CompoundModule.local(localModules);

Review Comment:
   Do we really need two lists init logic from above now? It looks like 
`CompoundModule.local` and `CompoundModule.distributed` already incapsulate 
what the code above does.



-- 
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