This is an automated email from the ASF dual-hosted git repository. tkalkirill pushed a commit to branch ignite-28423 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit 84c4b09e4fc24cd8a59c5c37822719f4f715efbd Author: Kirill Tkalenko <[email protected]> AuthorDate: Mon Apr 13 13:22:45 2026 +0300 IGNITE-28423 wip --- .../persistence/db/checkpoint/CheckpointFailBeforeWriteMarkTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/checkpoint/CheckpointFailBeforeWriteMarkTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/checkpoint/CheckpointFailBeforeWriteMarkTest.java index fdd9615fca5..e2aae86d5c3 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/checkpoint/CheckpointFailBeforeWriteMarkTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/checkpoint/CheckpointFailBeforeWriteMarkTest.java @@ -84,8 +84,7 @@ public class CheckpointFailBeforeWriteMarkTest extends GridCommonAbstractTest { .setWalSegments(3); storageCfg.getDefaultDataRegionConfiguration() - .setPersistenceEnabled(true) - .setMaxSize((isCompression ? 70 : 10) * 1024 * 1024); + .setPersistenceEnabled(true); cfg.setDataStorageConfiguration(storageCfg) .setCacheConfiguration(new CacheConfiguration<>(DEFAULT_CACHE_NAME)
