This is an automated email from the ASF dual-hosted git repository.
tkalkirill pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 6c46480fd95 IGNITE-28423 Fix fails
CheckpointFailBeforeWriteMarkTest#testCheckpointFailBeforeMarkEntityWrite
(#13012)
6c46480fd95 is described below
commit 6c46480fd95bc2f343c2781a73263b811d1b3fe4
Author: Kirill Tkalenko <[email protected]>
AuthorDate: Tue Apr 14 13:57:36 2026 +0300
IGNITE-28423 Fix fails
CheckpointFailBeforeWriteMarkTest#testCheckpointFailBeforeMarkEntityWrite
(#13012)
---
.../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)