tkalkirill commented on a change in pull request #7613: IGNITE-12821 Add check size into validate_indexes URL: https://github.com/apache/ignite/pull/7613#discussion_r407580357
########## File path: modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerAbstractTest.java ########## @@ -185,18 +188,17 @@ protected boolean idleVerifyRes(Path p) { if (sslEnabled()) cfg.setSslContextFactory(GridTestUtils.sslFactory()); - DataStorageConfiguration memCfg = new DataStorageConfiguration() + DataStorageConfiguration dsCfg = new DataStorageConfiguration() + .setWalMode(WALMode.LOG_ONLY) Review comment: I'll leave it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services