fix wal test in ci

This commit is contained in:
xiao-77 2024-10-15 17:23:28 +08:00
parent ca7f490e6d
commit 47d39c4ab8
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class WalRetentionEnv : public ::testing::Test {
SWalCfg cfg;
cfg.rollPeriod = -1;
cfg.segSize = -1;
cfg.committed =-1;
cfg.retentionPeriod = -1;
cfg.retentionSize = 0;
cfg.rollPeriod = 0;