AMashenkov commented on a change in pull request #9392:
URL: https://github.com/apache/ignite/pull/9392#discussion_r706107265



##########
File path: 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/stat/StatisticsViewsInMemoryTest.java
##########
@@ -29,13 +27,6 @@
     @Override protected IgniteConfiguration getConfiguration(String 
igniteInstanceName) throws Exception {
         IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);
 
-        cfg.setConsistentId(igniteInstanceName);
-
-        DataStorageConfiguration memCfg = new DataStorageConfiguration()
-            .setDefaultDataRegionConfiguration(new 
DataRegionConfiguration().setPersistenceEnabled(false));
-
-        cfg.setDataStorageConfiguration(memCfg);
-
-        return cfg;
+        return addImMemory(cfg, igniteInstanceName);

Review comment:
       ```suggestion
           return addInMemoryRegion(cfg, igniteInstanceName);
   ```




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